theAIGuysCode / yolov4-deepsort

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

How to use CenterNet instead of yolov4? #116

Open akazakci opened 2 years ago

akazakci commented 2 years ago

Hi, What parts of the code I need to change to use CenterNet instead of yolo?

For instance, with CenterNet Hourglass 512x512 with keypoints.

Best