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

Manually labeling - how to input? #11

Open
koenie64 opened this issue Apr 30, 2019 · 6 comments
Open

Manually labeling - how to input? #11

koenie64 opened this issue Apr 30, 2019 · 6 comments

Comments

@koenie64
Copy link

Hi!
We are trying to reproduce /reuse the scripts. However we get stuck at the manual labelling. In the darknet aicity.data, a reference is made to:
train = /home/ipl_gpu/Aotian/darknet2/data/aicity/train.txt
valid = /home/ipl_gpu/Aotian/darknet2/data/aicity/validation.txt

are these the class (sedan etc.) labels? How should we format those files?
Thjanks

@zhengthomastang
Copy link
Owner

Hi @koenie64 . Thank you for using our software package. As the datasets of the 2018 AI City Challenge belong to NVIDIA and they are not available currently, you cannot train the model. But our pretrained model is provided for testing. Note that it may not perform well on other datasets. Feel free to use other state-of-the-art detectors like Faster R-CNN, SSD, YOLOv3, etc.

@koenie64
Copy link
Author

koenie64 commented Apr 30, 2019 via email

@zhengthomastang
Copy link
Owner

Hi @koenie64! For the 2019 AI City Challenge, I do not suggest you to train a detector using the provided ground truth of MTMC tracking, because only vehicles passing through multiple cameras are annotated. In other words, a lot of cars, especially those parking by the streets, are not labeled. You will not get good performance if training on those data. However, the performance of the provided detection baselines should be good enough, especially SSD512. Let me know if you still have any questions.

@Ujang24
Copy link

Ujang24 commented Jan 28, 2020

Hi @koenie64 . Thank you for using our software package. As the datasets of the 2018 AI City Challenge belong to NVIDIA and they are not available currently, you cannot train the model. But our pretrained model is provided for testing. Note that it may not perform well on other datasets. Feel free to use other state-of-the-art detectors like Faster R-CNN, SSD, YOLOv3, etc.

Could you please mention the steps for using YOLOv3 for the object detector?

@zhengthomastang
Copy link
Owner

@Ujang24 The easiest way is to run the pretrained models (ImageNet or COCO) and change the output format to match with our definition. Or you can follow the tutorial of YOLOv3 to train your own models.

@Ujang24
Copy link

Ujang24 commented Mar 3, 2020

@Ujang24 The easiest way is to run the pretrained models (ImageNet or COCO) and change the output format to match with our definition. Or you can follow the tutorial of YOLOv3 to train your own models.

Thanks. It helps. Sorry for the late reply.

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