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
When i ran predict.py , here comes the issues:
[2024-07-03 10:59:17,943][saicinpainting.training.trainers.base][INFO] - BaseInpaintingTrainingModule init done
0it [00:00, ?it/s]
[2024-07-03 10:59:18,323][saicinpainting.training.data.datasets][INFO] - Make val dataloader default from E:\PythonProjectFiles\lama\images/
I also changed the model.path, indir, outdir, make sure they are not empty.
So what's val dataloader?
Thank you very much for answering my questions! 👍 :)
The text was updated successfully, but these errors were encountered:
Try to change the suffixes of images to either png (or jpg). There may be some problem in config reading because editing the suffixes in config.yaml doesn't really work
Update: I know the problem. The mask must end with _mask001.png not .jpg. The image to be processed can either be .jpg or .png, but you have to specify in the config.yml. The config is only related to images, not masks.
When i ran predict.py , here comes the issues:
[2024-07-03 10:59:17,943][saicinpainting.training.trainers.base][INFO] - BaseInpaintingTrainingModule init done
0it [00:00, ?it/s]
[2024-07-03 10:59:18,323][saicinpainting.training.data.datasets][INFO] - Make val dataloader default from E:\PythonProjectFiles\lama\images/
I also changed the model.path, indir, outdir, make sure they are not empty.
So what's val dataloader?
Thank you very much for answering my questions! 👍 :)
The text was updated successfully, but these errors were encountered: