You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write my own dataloader for using your codebase on KITTI semantic dataset (http://www.cvlibs.net/datasets/kitti/eval_semantics.php). For this, the easiest way I could think of was to convert KITTI labels into Cityscapes format and use your code for Cityscapes training.
But, the codebase is expecting the following 3 files:
instancesonly_gtFine_train.json, instancesonly_gtFine_val.json, cityscapes_fine_val.json.
Can you provide the preprocessing code you use to get these JSON files?
A related question: While training on default Cityscapes, I realized that numbers of training and validation samples are 2965 and 492 instead of 2975, 500. Why 10 and 8 samples from training and validation sets are missing?
Thanks.
The text was updated successfully, but these errors were encountered:
bsafacicek
changed the title
Using Cityscapes for New Datasets
Defining New Datasets in Cityscapes Format
Apr 17, 2020
Hi,
I am trying to write my own dataloader for using your codebase on KITTI semantic dataset (http://www.cvlibs.net/datasets/kitti/eval_semantics.php). For this, the easiest way I could think of was to convert KITTI labels into Cityscapes format and use your code for Cityscapes training.
But, the codebase is expecting the following 3 files:
instancesonly_gtFine_train.json, instancesonly_gtFine_val.json, cityscapes_fine_val.json.
Can you provide the preprocessing code you use to get these JSON files?
A related question: While training on default Cityscapes, I realized that numbers of training and validation samples are 2965 and 492 instead of 2975, 500. Why 10 and 8 samples from training and validation sets are missing?
Thanks.
The text was updated successfully, but these errors were encountered: