BDD100k-toolkit icon indicating copy to clipboard operation
BDD100k-toolkit copied to clipboard

Convert bdd100k dataset to lmdb

Results 5 BDD100k-toolkit issues
Sort by recently updated
recently updated
newest added

Hi, I ran your code on my own to generate the BDD100K yaml file,was able to generate it succesfully,just wanted to check if this is the same file you get...

Hi @eric612 , thanks very much for your work. **I would like to convert BDD100k labels to pascal-voc** when I ran the 'bdd2voc.py' file it throws an error 'ModuleNotFoundError: No...

Hi @eric612, Thanks for toolkit, it is really helpful. However, when i used new bdd Detection 2020 labels ("det_v2_train_release.json", "det_v2_val_release.json") below error got. Any idea how to resolve? ``` Traceback...

I downloaded the BDD100K dataset and converted the labels to ms coco format using the git repo from here: https://github.com/ucbdrive/bdd-data I used the following command to convert the two .json...

你好,我按照你的教程进行执行,前三步都比较顺利,可是我不知道第四步 Python create_list.py train train,是做什么用的,前面三步已经生成了xml文件啦。第四步我也尝试运行了一下,可是提示在 voc_label.py 文件中没有xlsx_graph,我将它删除后,重新运行,后面生成了很多文件,有.png图片,还有xml等文件,txt文件; 你可以告诉我第四步是做什么用的吗? 谢谢