DFF
DFF copied to clipboard
ModuleNotFoundError: No module named 'encoding.datasets.cityscapes_orig'
Hi,
I am trying to run test.py but there doesn't appear to be a .cityscapes_orig in "dff-master/lib/python3.6/site-packages/encoding/datasets/".
Traceback (most recent call last): File "test.py", line 17, in
import encoding.utils as utils File "/home/miniconda2/envs/dff-master/lib/python3.6/site-packages/encoding/init.py", line 14, in from . import nn, functions, dilated, parallel, utils, datasets File "/home/miniconda2/envs/dff-master/lib/python3.6/site-packages/encoding/datasets/init.py", line 7, in from .cityscapes_orig import CityscapesSegmentation ModuleNotFoundError: No module named 'encoding.datasets.cityscapes_orig'
The cityscapes.py file in encoding/datasets also does not have CityscapesSegmentation in it.
Has anyone else had this issue and been able to resolve it?
I have the same problem. Have you solved it?