Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Is it possible to run without CUDA? #24

Open
4lparslan opened this issue May 14, 2022 · 0 comments
Open

Is it possible to run without CUDA? #24

4lparslan opened this issue May 14, 2022 · 0 comments

Comments

@4lparslan
Copy link

Traceback (most recent call last):
File "run_video.py", line 93, in
draw = visualize_keypoints(draw, regress_kps[:, :2], visibility=regress_kps_visibility, edges=edges, point_color=(0, 255, 0), text_color=(255, 0, 0))
File "E:\tf-blazepose\src\utils\visualizer.py", line 33, in visualize_keypoints
cv2.line(draw, p1, p2, (0, 0, 255), 2)
cv2.error: OpenCV(4.5.5) 👎 error: (-5:Bad argument) in function 'line'

Overload resolution failed:

  • Can't parse 'pt1'. Sequence item with index 0 has a wrong type
  • Can't parse 'pt1'. Sequence item with index 0 has a wrong type

I got an error like this. I think it's about CUDA. My device doesn't support CUDA. Help please.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant