-
Notifications
You must be signed in to change notification settings - Fork 24
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
scripts/visual_video.sh fails #11
Comments
what is your cuda version and gpu types? |
@lkeab, the attached Dockerfile helped to eliminate the problem. There are two minor issues with demo_video/demo.py,
and one major issue. demo_video/demo.py with input as images seems to run OK for up to 7 images in a folder; for larger number of images it fails with a CUDA error; needless to say demo_video/demo.py with input as video fails with a similar error, e.g.
My environment:
|
@lkeab, with a modified Dockerfile that includes CUDA 11.3 (not 11.1 as previously), and running CUDA kernels synchronously having |
With my current configuration that follows requirements, bash scripts/visual_video.sh fails with
despite running make.sh produces
At the same time, inference with detectron2
python3 detectron2/demo/demo.py
works as expected.Having a reproducible configuration would hopefully eliminate the scripts/visual_video.sh failure, having a Dockerfile would be ideal.
The text was updated successfully, but these errors were encountered: