We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use the default 'imglists/train.lst,' but seems format not recognized. Could you please provide the train-list you used? Thanks.
The text was updated successfully, but these errors were encountered:
You can try using data_prep/get_cityscapes_list.py to generate the data list
Sorry, something went wrong.
@GrassSunFlower How to decide image_path and label_path in get_cityscapes_list.py?
image_path
label_path
get_cityscapes_list.py
As my understanding to this file, I should pass some arguments as below:
root = '/home/acgtyrant/BigDatas/Cityscapes' image_path = 'leftImg8bit/train' label_path = 'gtFine/train'
And cityscaples_loader.read_data will read the full image path and label path as item[0] and item[1].
cityscaples_loader.read_data
item[0]
item[1]
However, utils.get_single_image_duc will still join item[0] and data_dir again while the item[0] is the full path already, the same for item[1].
utils.get_single_image_duc
data_dir
Yes, it is working this way. You can try change the content of data_dir into something like . or modify the output of the get_cityscapes_list output.
.
get_cityscapes_list
No branches or pull requests
I tried to use the default 'imglists/train.lst,' but seems format not recognized. Could you please provide the train-list you used? Thanks.
The text was updated successfully, but these errors were encountered: