Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 493 Bytes

Description:

Used a pre-trained model (Faster-RCNN) on the COCO dataset to detect human and vehicles in real-time. The initial threshold is set to 0.7. Walking video (the animated gif) credited to https://www.youtube.com/watch?v=QyUi149TcPQ

Snapshot:

alt text

Dependencies:

  • Google Colab Pro with GPU enabled
  • Python 3.7
  • OpenCV version 4.1.2
  • TensorFlow version 2.2.0-rc3