uzh-rpg / ess

Repository relating to "ESS: Learning Event-based Semantic Segmentation from Still Images" (ECCV, 2022).
GNU General Public License v3.0
70 stars 12 forks source link

Cityscapes dataset #5

Closed cciprianmihai closed 2 years ago

cciprianmihai commented 2 years ago

Hello.

I am kindly asking for some details regarding the Cityscapes dataset.

Thanks a lot!

MessikommerNico commented 2 years ago

Hi We are using the PyTorch loader for the Cityscapes Dataset, which needs the root directory where leftImg8bit and gtFine is located. For more information, check out the PyTorch documentation: https://pytorch.org/vision/main/generated/torchvision.datasets.Cityscapes.html

cciprianmihai commented 2 years ago

Thanks. Is working now.