theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.33k stars 750 forks source link

downloading tensorflow==2.3.0rc0 #156

Open tower24 opened 1 year ago

tower24 commented 1 year ago

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

andyrey commented 1 year ago

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