orsic / swiftnet

GNU General Public License v3.0
251 stars 54 forks source link

datasets tree structure #6

Closed ToniRV closed 5 years ago

ToniRV commented 5 years ago

Would be great if you could specify that there is a structure on how cityscapes dataset is downloaded:

datasets/
├── gtFine
└── img
    └── left
        └── leftImg8bit
orsic commented 5 years ago

@ToniRV thanks, this is the default tree structure when unpacking Cityscapes. Is that true? Have you downloaded CS from other sources?

ToniRV commented 5 years ago

I downloaded gtFine and leftImg8bit from the official CS, but it’s up to you where you save these.

The default structure without manual mkdir is:

datasets/
├── gtFine
└── leftImg8bit