-
Notifications
You must be signed in to change notification settings - Fork 198
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
Comments
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. |
Hi!
We understand that - we will use the new 2019 dataset. I was more
interested in the structure of the manual labeling (format of the text
file) so that we can reuse the script with new data.
Thanks! Koen
…On Wed, May 1, 2019 at 4:52 AM Zheng (Thomas) Tang ***@***.***> wrote:
Hi @koenie64 <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL4OGGADGSN456ZNHGI2ENTPTCIPTANCNFSM4HJKZHQA>
.
|
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. |
Could you please mention the steps for using YOLOv3 for the object detector? |
@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. |
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
The text was updated successfully, but these errors were encountered: