-
Notifications
You must be signed in to change notification settings - Fork 854
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
there are some strange white areas in my result. #68
Comments
Hi! Sorry for the late reply! Did you resolved the issue? What are the training and testing resolutions? |
sorry, the issue has not been solved. training resolution is 256 and testing resolution is 512. |
Do these artifacts appear on training images as well? |
Hi, do you have any suggestions? Thanks. |
Honestly, I did not have time to think about your issue thoroughly. A couple of questions:
|
I'm closing the issue for now. If you have any other questions, feel free to reopen it or create a new one. |
my cmd is (EnvPython3_8) PS E:\Image_Inpainting\ImageWebApp\ImageApp> python3.8 train.py location=E:\Image_Inpainting\ImageWebApp\ImageApp\my_dataset\ data.batch_size=10 run_title="Image Inpainting" i am getting error like **_hydra.errors.MissingConfigException: Cannot find primary config 'tiny_test.yaml'. Check that it's in your config search path. Config search path:
|
Thanks for your exciting work firstly.
when i use
-cn lama-fourier
to train my own dataset . i find there are some white areas in some train and test images (not all images, and according to my observation it is irrelevant to mask size), like below( these two images are selected from epoch33/40):and
Do you know how to avoid this situation? Thanks in advance.
PS:
my dataset is a food image set and there are 150,000 images.
And i use this command to train my model
CUDA_VISIBLE_DEVICES=0,1,2,3 python bin/train.py -cn lama-fourier location=food data.batch_size=10 data.num_workers=8 trainer.kwargs.gpus=[0,1,2,3] trainer.kwargs.limit_train_batches=12360 optimizers.generator.lr=0.001 optimizers.discriminator.lr=0.0001
The text was updated successfully, but these errors were encountered: