-
Notifications
You must be signed in to change notification settings - Fork 154
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
How do I see "Tracking"? #24
Comments
Basically, you want to see the bounding box from the tracker drawed on the images? Or I misunderstood? |
Right! I want to see the bounding box! Tracking can show a sequence of detection. |
@89douner, The tracker accepts a parameter called "visualization" which is set to "false" by default if you don't set it. The easiest option is to modify "run_cfnet1_evaluation" and add the following line After that you should be able to see the boxes, if it's not displaying, then you probably need to install the "Computer Vision System Toolbox" in matlab. |
Thanks a lot !! |
For saving the images there's no "built-in" feature so you have to do some modifications to the code |
Thanks!! |
I followed "Tracking only" 1~6 step.
and Matlab gave me this message "dist: 32.25 overlap: 60.94 fps: 32.0" when I ran 'run_cfnet1_evaluation' with 'tc_Airport_ce' dataset.
I expected the result show me 'tracking scene' because this model is suited to object tracking, but just threw me above message.
Originally, does this model throw 'distribution result, overlap (IoU), fps (frame per second) ??
The text was updated successfully, but these errors were encountered: