kevin5k

Results 3 comments of kevin5k
trafficstars

> Hello guys, I also face the same issue with the gpu, but the code work fine on the cpu. So i try to convert the model with tensorflow cpu...

> > tensorflow-gpu 2.8.0 yolov4-tiny I couldn't see any bounding boxes > > I used tensorflow-gpu 2.3.0 and It worked finally For the benefit of people like me, note the...

Error message tells you that your code is referencing an absent cv2 library. Perform pip installation of opencv-python package and error should resolve.