Question about BDD-100K Validation
Closed this issue · 1 comments
catalinbotean commented
Hi, I've wanted to validate ResNet-101 on BDD-100K but I've received an error that the file b1c66a42-6f7d68ca_train_id.png
is not found in the labels/val
folder. (b1c66a42-6f7d68ca.jpg
is an image in my images/val
folder) . For the BDD-100K I have the following structure:
- bdd-100k
-
└ images └ train └ val └ test
-
└ labels └ train └ bdd100k_labels_images_train.json └ val └ bdd100k_labels_images_val.json
Should I have something more on the labels/val folder besides the json file?
shachoi commented
Hi,
You should download 10k images.
https://doc.bdd100k.com/download.html#id1
"There are 10K images in this package for for semantic segmentation, instance segmentation and panoptic segmentation."
Thanks!