Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization of Object Detection #106

Open
earcz opened this issue Dec 16, 2018 · 1 comment
Open

Visualization of Object Detection #106

earcz opened this issue Dec 16, 2018 · 1 comment

Comments

@earcz
Copy link

earcz commented Dec 16, 2018

Hi,

Similar to this issue, did you visualize the detected objects in Fig. 5 (in your paper) in real-time or after flight? I want to visualize real-time object detection from Jetson to QGC via telemetry. Have you ever experienced this and is there a simple way to accomplish this ?

Thanks.

@Alexey-Kamenev
Copy link
Collaborator

For the object detection part, visualization can be done in real-time. For every input frame, DNN (which is based on YOLO v1) outputs matrix of Nx6, where N is number of detected objects. For each object there are 6 numbers: class(label), probability and bounding box coordinates (x, y, width, height). See this code for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants