-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Real-time evaluation error #3
Comments
It looks like its a pytorch version issue. I'd try creating the environment specified in this project and seeing if it happens again. Can you tell me what version of pytorch your using? python -c 'import torch; print(torch.__version__)' It should be 1.5.0 if you're using the enviroment? The models in this repo are stored with git-lfs, the other option is that you didn't grab the models correctly. Their sizes might be zero when you look at them in file explorer? To pull git-lfs files run, git lfs pull Or just download them directly from github. When I run it on mine it loads correctly,
|
Yes, installing a new version of pytorch solved the issue! Thank you! |
Hi!
I couldn't run the evaluation, there is something wrong with loading the model:
python evaluate_images.py --images /media/sztaki/pi/video5 --model pretrained/model_segmentation_realtime_skin_30.pth --model-type BiSeNetV2 --save
Is there any idea what could be the problem?
The text was updated successfully, but these errors were encountered: