linghu8812 / tensorrt_inference

708 stars 208 forks source link

yolo serial inference #156

Open alicera opened 2 years ago

alicera commented 2 years ago

https://github.com/WongKinYiu/yolov7

https://github.com/ultralytics/yolov5

Are they the same reprocess and decode?

linghu8812 commented 2 years ago

https://github.com/WongKinYiu/yolov7/blob/main/models/yolo.py#L42-L63

https://github.com/ultralytics/yolov5/blob/master/models/yolo.py#L56-L79