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
I'm running the predict.py with refinement for object removal. I'm able to successfully run and get good result with image size 256x256 . But when I'm try to get the results on higher resolution say 1024x1024 or more the results are getting compromised. Is there any way to get better results with higher resolution. I'm using lama-fourier model for object removal.
I'm running the predict.py with refinement for object removal. I'm able to successfully run and get good result with image size 256x256 . But when I'm try to get the results on higher resolution say 1024x1024 or more the results are getting compromised. Is there any way to get better results with higher resolution. I'm using lama-fourier model for object removal.
python3 bin/predict.py model.path=$(pwd)/LaMa_models/lama-celeba-hq/lama-fourier indir=$(pwd)/input_256 outdir=$(pwd)/output refine=True
The text was updated successfully, but these errors were encountered: