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 to use sort on another data set #14

Closed
SoaadOsamaAli opened this issue Jun 18, 2017 · 3 comments
Closed

How to use sort on another data set #14

SoaadOsamaAli opened this issue Jun 18, 2017 · 3 comments

Comments

@SoaadOsamaAli
Copy link

SoaadOsamaAli commented Jun 18, 2017

Hi,
We are a forth year student at faculty of Engineering and our graduation project is to track people in a certain scene and count them. We want to use SORT to track people but with our data set. what are we need to change in the code. and I want to know what the benefit of using the output folder in code.

@guiyuliu
Copy link

guiyuliu commented Aug 2, 2017

hello,
I want to use deep_sort in my own videos , but I don't have "det" file. How can generate "det" file like MOT 16?
you provided faster RCNN, I think faster rcnn are provided not only for pedestrian detection but also other objects, so how can I generate pedestrian detection file on my own ?
looking forward to your answer
thank you

@abewley
Copy link
Owner

abewley commented Aug 2, 2017

To use SORT on your own dataset you will need to feed it detections for each frame. The detection component is beyond the scope of this repository. I can point you to the Faster RCNN repo which I used to create the "det" files for MOT sequences by modifying the demo code from: py-faster-rcnn.
If you want one of the other VOC classes you can easily modify that demo to suit to output the box parameters to a file.

@abewley
Copy link
Owner

abewley commented Aug 22, 2017

Now closing this issue due to inactivity.

@abewley abewley closed this as completed Aug 22, 2017
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