Closed leo-hao closed 3 years ago
i have no idea about the folders for the specified "split" and "mode" are inside the "root" directory
You must download the CityScapes dataset to the directory specified in the config file first.
Hi! Thanks for your reply. I have put data/cityscapes under the hyperseg. And i set the the data_dir='/home/data/userleo/Documents/code/hyperseg/data/cityscapes' in config/train/cityscapes_efficientnet_b1_hyperseg-m.py, occurs the same issue where data_dir='/data/cityscapes'. I wonder know where the config should i modify . Looking forward to your reply~
Make sure the cityscapes root directory contains the following directories: leftImg8bit ----train ----val ----test gtFine ----train ----val ----test
Additionally make sure that data_dir variable does actually point to the cityscapes root directory.
Thank you for your help. This is the second time I ran a code experiment. I downloaded the cityscapes dataset last time. I forgot that gtFine is also part of it. This stupid question has bothered me for a long time. Thank you again for your reply, I wish you success in your work and create greater glories.