stark-t / PAI

Pollination_Artificial_Intelligence
5 stars 1 forks source link

update to current yolov5 version #17

Closed stark-t closed 2 years ago

stark-t commented 2 years ago
stark-t commented 2 years ago

current version of yolov5 is working

valentinitnelav commented 2 years ago

Yes, I agree that looks also easier to navigate if we keep the content of the yolov5 repository (or any other object detector pipeline) separate from the code of our paper. Right now our code is mixed with the one from yolov5 and is hard to document this for the public release. For reproducibility maybe is better to have the YOLO repo integrated or anchored in some place so that we show and give access to what version of it is used with the release of the paper. This can be simply a fork of YOLOv5 which serves as a snapshot to which we can refer to.