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
open-mmlab/lib/python3.9/site-packages/mmengine/fileio/backends/local_backend.py", line 33, in get
with open(filepath, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'None'
Additional information
Seems matting not working?
Do u only support gca for current framework? Can we add indexnet matting also? Thank you
The text was updated successfully, but these errors were encountered:
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
main branch https://github.com/open-mmlab/mmagic
Environment
pip
cuda 11.3
Reproduces the problem - code sample
python mmagic_inference_demo.py --model-name gca --img image_jpg/2010.jpg --tri_map tri_labels_dilate/2010.png --result-out-dir hair_mat/2010.png
Reproduces the problem - command or script
python mmagic_inference_demo.py --model-name gca --img image_jpg/2010.jpg --tri_map tri_labels_dilate/2010.png --result-out-dir hair_mat/2010.png
Reproduces the problem - error message
open-mmlab/lib/python3.9/site-packages/mmengine/fileio/backends/local_backend.py", line 33, in get
with open(filepath, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'None'
Additional information
Seems matting not working?
Do u only support gca for current framework? Can we add indexnet matting also? Thank you
The text was updated successfully, but these errors were encountered: