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

How do I see "Tracking"? #24

Open
89douner opened this issue May 7, 2018 · 7 comments
Open

How do I see "Tracking"? #24

89douner opened this issue May 7, 2018 · 7 comments

Comments

@89douner
Copy link

89douner commented May 7, 2018

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) ??

@lukaswals
Copy link

Basically, you want to see the bounding box from the tracker drawed on the images? Or I misunderstood?

@89douner
Copy link
Author

Right! I want to see the bounding box!
Like this: https://www.youtube.com/watch?v=_zZe27JYi8Y

Tracking can show a sequence of detection.

@lukaswals
Copy link

lukaswals commented May 10, 2018

@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
tracker_par.visualization = true;

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.
At least for me, it takes a moment to load the that toolbox for displaying the images the first time

@89douner
Copy link
Author

Thanks a lot !!

@89douner
Copy link
Author

When I executed this command "run run run_cfnet3_evaluation.m", Video player GUI was displayed well!
I have one more question.
How do I save the tracking video, Video player GUI?
ddddddd

@lukaswals
Copy link

lukaswals commented May 14, 2018

For saving the images there's no "built-in" feature so you have to do some modifications to the code

@89douner
Copy link
Author

Thanks!!

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