dippmatt / distinguishing-similar-objects

0 stars 0 forks source link

Model Architecture Exploration #4

Open dippmatt opened 3 months ago

dippmatt commented 3 months ago

Investigate the possibility to replace the detection part in YOLO architechture.

Examples could be including foundational models like SegmentAnything, Dino (Meta) or Siamese neural networks.

dippmatt commented 2 months ago

YoloV8 is a good starting Point and easy to use. Need to investigate how easy it is to modify code. mmdetection could be a viable alternative to yolov8. Explore this architechture if yolo is not sufficient.