tjuskyzhang / Scaled-YOLOv4-TensorRT

Got 100fps on TX2. Got 500fps on GeForce GTX 1660 Ti. If the project is useful to you, please Star it.
178 stars 41 forks source link

yolov4 support? #9

Open klauscf opened 3 years ago

klauscf commented 3 years ago

Is there any different between yolov4 ,can i use it for yolov4 directly?or i should change some code in there

tjuskyzhang commented 3 years ago

Is there any different between yolov4 ,can i use it for yolov4 directly?or i should change some code in there

Project for yolov4 : https://github.com/wang-xinyu/tensorrtx/tree/master/yolov4 By the way, yolov4-tiny-tensorrt is based on this project.