-
Notifications
You must be signed in to change notification settings - Fork 47
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
Problem with ui.py #4
Comments
It looks like you did not have the checkpoint file for OVSeg. Please download the ovseg_swinbase_vitL14_ft_mpt.pth and put it under the repo. |
thanks ,i just find the pth file in my folder is corrupted . And when i run ui.py, i find |
The default batch size is 1 so it cannot be reduced further. Maybe you could try smaller OVseg and SAM and find whether 8 GB memory is enough. |
Fine , thanks a million. |
Hello, thanks for u great job.
When i run ui.py, in my own GPU , i meet a problem like loading the yaml
WARNING [06/14 10:03:14 fvcore.common.config]: Loading config configs/ovseg_swinB_vitL_demo.yaml with yaml.unsafe_load. Your machine may be at risk if the file contains malicious content.
And the bug like
Can you help me about this issue?
The text was updated successfully, but these errors were encountered: