Skip to content
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

Problems with the data set " paths = Data.load_dataframe(directories.train) " #50

Open
WenBingo opened this issue Jul 25, 2023 · 4 comments

Comments

@WenBingo
Copy link

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?

@WenBingo
Copy link
Author

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

@WenBingo
Copy link
Author

train_dataset = Data.load_dataset(self.path_placeholder,
config.batch_size,
augment=False,
training_dataset=dataset,
use_conditional_GAN=config.use_conditional_GAN,
semantic_map_paths=self.semantic_map_path_placeholder)

code of the model.py ,when run this code i get the train_dataset is a tensor of image_path .
is right?

@zhanpengA
Copy link

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

@WenBingo
Copy link
Author

I have not solved this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants