kouteiheika 4 days ago

At least for the Ultralytics YOLO models this is also relatively easy (I've done it too). These models are tiny by today's standards, so training them from scratch even on consumer hardware is doable in reasonable time. The only tricky part is writing the training code which is a little more complicated than just reimplementing the architecture itself, but, again, if a random scrub like me can do it then any researcher worth their salt will be able to do it too.

1
sigmoid10 4 days ago

You don't just need the training algorithm, but also the training data. Which in turn might have additional license requirements.

kouteiheika 4 days ago

AFAIK their pretrained models just use publicly available datasets. From their README:

> YOLO11 Detect, Segment and Pose models pretrained on the COCO dataset are available here, as well as YOLO11 Classify models pretrained on the ImageNet dataset.