-
Notifications
You must be signed in to change notification settings - Fork 21
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
segformer preprocessing problems #19
Comments
the only thing that helped is to replace this line with |
very good results with segformer-1024 model, thanks for your work :) |
python ./pipelines/demo/image_demo.py "/root/workspace/facefusion/input_source/mmexport1705161230807.jpg" "/root/workspace/easyportrait/pipelines/local_configs/easyportrait_experiments_v2/segformer-fp/segformer-fp.py" "/root/workspace/easyportrait/pipelines/models/segformer-fp-512.pth" --palette=easy_portrait --out-file="ttt.png" |
try to add the
and run again. |
I got the following error:
torch==2.1.1
mmcv-full==1.7.1
mmsegmentation==0.30.0
mmcls==0.25.0
I dont have your torch version, but the problem does not seems to be in torch, looks like the config is wrong
The text was updated successfully, but these errors were encountered: