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

Multiple Object Tracking #3

Closed
bayraktare opened this issue Apr 4, 2020 · 2 comments
Closed

Multiple Object Tracking #3

bayraktare opened this issue Apr 4, 2020 · 2 comments

Comments

@bayraktare
Copy link

Hi, thanks for this great effort.

I just wonder if we can use this code to track multiple objects in multiple classes (not only vehicles or pedestrians but also other class labels) in a sequence of frames?
In addition, from which exact place we can arrange this code to train on our custom dataset? And what should be the file format for this, how do we feed the bounding boxes, images, etc?

Thanks again for your help...

@nrupatunga
Copy link
Owner

nrupatunga commented Apr 5, 2020

No, it doesn't support multiple object tracking now.

For training on your custom dataset, you can refer: #2 (comment)

It is quite involved, but once you understand the parts, you should be able to do it quite easily.
Let me know if you face any issues.

@nrupatunga
Copy link
Owner

In order to understand the current working of the data loaders, you can use a smaller dataset to understand it, which you can download it here

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