Closed GeorvityLabs closed 2 years ago
This is the colab notebook i made for testing , you can edit and send a fixed copy if you've found the fix
https://colab.research.google.com/drive/1IJ8OOqdNmj2_qxexwDiyoEoZ-mRoA3yC?usp=sharing
@jianzhangcs hope you can suggest how to resolve this issue.
same question
Thank you for asking. I tested your colab notebook and found that it mistakenly called the original Models in the official MMEditing code when it called the newly registered Models in the panini folder. All you need to do is delete the official MMEditing folder after creating the environment. If you have any further questions, please let me know.
@jianzhangcs , thanks for the clarification. Deleting the folder did fix that issue.
Getting the following error , after executing :
!python demo/restoration_single_face_demo.py --config configs/panini_mfr.py --checkpoint checkpoint/panini_mfr_latest.pth --img_path examples/MFR/00001.png --save_path examples/MFR_result/00001.png
ERROR LOGHow can this be fixed?