TrojanXu / yolov5-tensorrt

A tensorrt implementation of yolov5: https://github.com/ultralytics/yolov5
Apache License 2.0
191 stars 46 forks source link

which ultralytics/yolov5 release is used #31

Closed sudapure closed 3 years ago

sudapure commented 3 years ago

Till this date , 2 versions has been released in ultralytics/yolov5 repo, 1.0 and 2.0 , so does the code in the repo point to specific release or it is pointing to active development branch only.

TrojanXu commented 3 years ago

yolov5 @ 37e13f8 it's a certain commit in dev branch. You can pull related commit via submodule update.

TrojanXu commented 3 years ago

The code now is updated to track v3.0 directly.