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

About model testing #18

Closed
mingchuan123 opened this issue Oct 27, 2017 · 4 comments
Closed

About model testing #18

mingchuan123 opened this issue Oct 27, 2017 · 4 comments

Comments

@mingchuan123
Copy link

Hi there, I have noticed that when trying to run the model on my own images, I need to put both images and ground truth in the data folder, which seems just like ploting ground truth on the image. So how does the model track the target? Does the ground truth put in only for IoU computing? Thanks.

@TheMikeyR
Copy link

TheMikeyR commented Nov 2, 2017

I didn't study the code in details (yet), my plan is to manipulate the code to do multiple tracking on my own custom dataset (I don't know if it's possible yet though). But I believe I can answer your question, it seems that they run _compile_results to get information to display in the cli. IOU is calculated by using bboxes and gt, which I assume is the tracked bboxes with the groundtruth bboxes, to calculate the precision of the tracker.

Edit:
They initialize the tracker with first ground truth element and then they use the network to track until the end.

Feel free to let me know if you need any more assistance, I'm analyzing the code now so I might be able to provide better help.

@mingchuan123
Copy link
Author

mingchuan123 commented Nov 2, 2017 via email

@TheMikeyR
Copy link

@mingchuan123 I've decided not to look further into it, since the network is only designed for single object tracking, so I'm not able to help you further.

@bertinetto
Copy link
Collaborator

@mingchuan123 see #20

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

3 participants