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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Hi, I'm new to computer vision so I'm sorry if the question is too basic.
I installed all the requirements and ran the code flow, until I got to a part where it didn't work.
When I run abd predict --config input/config.toml --dataset abd-input --cover abd-input/cover.csv --checkpoint input/neat-fullxview-epoch75.pth --out abd-predictions --metatiles --keep_borders
The output I get is ERROR: No GPU support found. Check CUDA and NVidia Driver install.
My question is: Is there any way I can change some argument or parameter of some file, to be able to run this flow on my computer?
My processor is an AMD Ryzen 5 5600G with integrated video.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm new to computer vision so I'm sorry if the question is too basic.
I installed all the requirements and ran the code flow, until I got to a part where it didn't work.
When I run
abd predict --config input/config.toml --dataset abd-input --cover abd-input/cover.csv --checkpoint input/neat-fullxview-epoch75.pth --out abd-predictions --metatiles --keep_borders
The output I get is
ERROR: No GPU support found. Check CUDA and NVidia Driver install.
My question is: Is there any way I can change some argument or parameter of some file, to be able to run this flow on my computer?
My processor is an AMD Ryzen 5 5600G with integrated video.
Thank you in advance!
The text was updated successfully, but these errors were encountered: