Skip to content
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

Defining New Datasets in Cityscapes Format #133

Open
bsafacicek opened this issue Apr 17, 2020 · 0 comments
Open

Defining New Datasets in Cityscapes Format #133

bsafacicek opened this issue Apr 17, 2020 · 0 comments

Comments

@bsafacicek
Copy link

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.

  1. Can you provide the preprocessing code you use to get these JSON files?

  2. 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.

@bsafacicek bsafacicek changed the title Using Cityscapes for New Datasets Defining New Datasets in Cityscapes Format Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant