-
Notifications
You must be signed in to change notification settings - Fork 481
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
Convert the Cityscapes dataset to 19 categories #12
Comments
|
@chichilicious Exactly! Yet another example:
|
@chichilicious @huanghoujing Thank you for your help, I have successfully converted the dataset, but I have another problem as below. I have run python setup.py install and install torch-encoding module, I am confused...... |
Hi, |
Hi, thank you for your reply!! |
@rinawhale Do you run it with python 2 or 3? |
@huanghoujing Hi, I run it with python 3.5, I just installed the module torch-encoding, then I found when I use the dataset cityscapes, the dataset/init.py can't not be used for cityscapes. So I uninstall torch-encoding module. But I still cannot import encoding...... |
You only have to run |
Thank you sooooo much, I have run the code successfully @_@!! |
@rinawhale This modification https://github.com/freedrone/cityscapes-scripts of the official cityscapes scripts comes with error-prone modification in |
hi, huanghoujing, I have met the same problem. Traceback (most recent call last): how can I solve this? The python version I use is 3.6. Thanks. |
hi @junfu1115 @chichilicious and @huanghoujing btw, are those end with |
@chichilicious @huanghoujing Hello! I'm new too,Thanks for your advice,but I follow your advice then I met this problem,do you know how to fix it?Thanks very much!
|
@chichilicious @rinawhale @huanghoujing |
Hey have you solved this? I met this problem too. |
That is because you do not run the commend in the file including cityscapesscripts |
You should run the commend in the file that include cityscapesscripts |
use PyCharm to open the folder cityscapesScripts as a project, then edit and run createTrainIdLabelImgs.py |
Hi , I am new to segmentation field, and I meet the problem about how to convert the Cityscapes dataset to 19 categories. Look forward to your reply. Thank you !!
The text was updated successfully, but these errors were encountered: