You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In train.py 31st " paths = Data.load_dataframe(directories.train) “。I get an address for the training data, but there is no image at this address, so much so that an error is reported later. I would like to ask if this should be a separate download for the image of the cityscapes data?
The text was updated successfully, but these errors were encountered:
I down the data of cityscapes and put it into the "./data" , but when i debug to the "train_dataset = Data.load_dataset ( ) " in the model.py , donot have value of the image
I have this issue during the operation. Have you encountered it before. I have placed the cityscapes dataset in the data section, but there will still be this error message.
tensorflow.python.framework.errors_impl.NotFoundError:2 root error(s)found.Not found:data/leftImg8bit/test/munich/munich_000211_000019_leftImg8bit.png;No such file or directory
In train.py 31st " paths = Data.load_dataframe(directories.train) “。I get an address for the training data, but there is no image at this address, so much so that an error is reported later. I would like to ask if this should be a separate download for the image of the cityscapes data?
The text was updated successfully, but these errors were encountered: