LCAD-UFES / publications-arruda-ijcnn-2019

Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About label file

mrsempress opened this issue · comments

In berkeley, I only find bdd100k_labels_release.zip, and it has two files bdd100k_labels_images_train.json, bdd100k_labels_images_val.json. So, in filter_dataset.py line 45, it can't find the label_train_dir/xxxx.json.
Can you share the bdd100k_labels.zip, or maybe change the code?
Thanks.

I noted that the label format changed. The source code provided here was done for the previous format.
Unfortunately, while updating the filter_dataset.py code, I found missing labels in the new format and already opened an issue.
For while, I shared here the processed images with its labels that was used in the paper.

I noted that the label format changed. The source code provided here was done for the previous format.
Unfortunately, while updating the filter_dataset.py code, I found missing labels in the new format and already opened an issue.
For while, I shared here the processed images with its labels that was used in the paper.

Thanks~