linghu8812 / tensorrt_inference

696 stars 205 forks source link

yolo serial inference #156

Open alicera opened 1 year ago

alicera commented 1 year ago

https://github.com/WongKinYiu/yolov7

https://github.com/ultralytics/yolov5

Are they the same reprocess and decode?

linghu8812 commented 1 year 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