theAIGuysCode / yolov4-deepsort

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

Scaled YoloV4 #53

Open gururise opened 3 years ago

gururise commented 3 years ago

Any way to use this with Scaled Yolov4?

Tried converting Yolov4-CSP to tensorflow weights and got an error.

Venketaramana commented 3 years ago

Are there any options for scaled yolov4 ( yolov4-csp )?

rafaelbate commented 3 years ago

Any way to use this with Scaled Yolov4?

Tried converting Yolov4-CSP to tensorflow weights and got an error.

Hello, I was asking the same thing to myself, have you found a solution to this?

akashAD98 commented 3 years ago

I'm also working on the same. im getting errors at the time of yolov4-CSP, mish conversion.

mtduman commented 2 years ago

I am trying to convert yoloV4-csp also, any solution?