Open acc3d opened 3 years ago
Yes. This error is present also on Google Colab. /content/photo_restoration
Mapping: You are using the mapping model without global restoration. ./checkpoints/restoration/VAE_A_quality/latest_net_G.pth not exists yet! ./checkpoints/restoration/VAE_B_quality/latest_net_G.pth not exists yet! ./checkpoints/restoration/mapping_quality/latest_net_mapping_net.pth not exists yet!
I hope, that devs will fix this issue.
I have the same issue: "You are using the mapping model without global restoration."
me,too
Same here, local install, get the same warning using the regular script or trying to run inside Global. Running CPU only so maybe that's an issue, but would like to know from devs if this is a known bug, lack of CUDA, or a setup problem.
got the same problem on linux
Any updates yet? Running same issue on arch
I have the same issue here, running locally on Win 10 and CPU. I downloaded and installed all the files, and verified everything is in the proper place. One thing I did notice is one of the things they had me grab already existed but the version they said to get was newer so I got it. I may try pulling the repo and see if I can figure out what it was and put the original pieces back and see what it does
Here is a sample input and what the first stage does to it.. Any ideas?
.
me too.
Anyone got this to work?
I have the same issue here. Running Stage 1: Overall restoration
Mapping: You are using the mapping model without global restoration. ./checkpoints/restoration/VAE_A_quality/latest_net_G.pth not exists yet! ./checkpoints/restoration/VAE_B_quality/latest_net_G.pth not exists yet! ./checkpoints/restoration/mapping_quality/latest_net_mapping_net.pth not exists yet!
Was there any solution to this? I am getting the same things and some of my images are just blank, plus the results are sub-par.
I've had the same issue, I fix it copying the folder CHECKPOINT inside global_checkpoints/ to Global/
Adding the '--checkpoint_name checkpoints' flag worked for me
worked for me added ----checkpoints_dir checkpoints for --checkpoints_dir checkpoints , i see that every function has it's own argument name
Hi guys, I'm so frustrated with this. Can anyone tell as for a total noob what's the thing with this? I am so lost with all this. Where I should put all that files ? Thank you in advance!
Set device_ids as a comma separated list of device ids (i.e. 0 or 1,2). Use -1 for cpu.
vae_a Place in models/vae/.
restoration/VAE_A_quality/latest_net_G.pth vae_b Extract the following models and place them inside models/vae/.
restoration/VAE_B_quality/latest_net_G.pth restoration/VAE_B_scratch/latest_net_G.pth (scratch_detection) mapping_net Extract the following models and place them inside models/checkpoints/.
restoration/mapping_quality/latest_net_mapping_net.pth restoration/mapping_scratch/latest_net_mapping_net.pth (scratch_detection) restoration/mapping_Patch_Attention/latest_net_mapping_net.pth (mapping_patch_attention) Load Scratch Mask Model scratch_model Extract the following models and place them inside models/checkpoints/.
detection/FT_Epoch_latest.pt Face Detection Models (Stages 2-4) Load Face Detector Model (Dlib) Download - shape_predictor_68_face_landmarks.dat
Extract the following models and place them inside models/facedetection/ (custom directory).
shape_predictor_68_face_landmarks shape_predictor_68_face_landmarks.dat Load Face Enhancer Model Download - Face Enhancement Models
Extract the following models and place them inside models/checkpoints/.
Set device_ids as a comma separated list of device ids (i.e. 0 or 1,2). Use -1 for cpu.
face_enhance_model Setting_9_epoch_100/latest_net_G.pth (256x256) FaceSR_512/latest_net_G.pth (512x512)
I keep getting
Mapping: You are using the mapping model without global restoration.
despite having unzipped the checkpoints correctly. Any idea why?