theAIGuysCode/yolov4-deepsort

downloading tensorflow==2.3.0rc0

tower24 opened this issue · 1 comments

I fulfilled all the requirements except for tensorflow==2.3.0rc0

I read the rc0 part means this version is a prerelease which doesn't exist anymore. I should download tensorflow==2.3.0.

I did download tensorflow==2.3.0 but object_tracker.py still says

"Package requirement 'tensorflow==2.3.0rc0' is not satisfied

Any ideas?

I ran the script and I get no object detection boxes.

I also tried tensorflow==2.5.0

The same. I installed the last version by default. The process is running, but no detections, no tracking.