google-colaboratoryyolov4

YOLOv4-deepsort does not detect while running on Google Colab's GPU


I'm trying to do some object tracking on a video using Google Colab but I'm facing the issue below. Tracking is only done in the first frame of the video and not in the rest. I'm working with exactly same files and same commands both on my computer and Google Colab.

expected

1

Google Colab

2


Solution

  • It seems like TensorFlow's version caused this problem. Here is my solution:

    !pip install tensorflow==2.3.0