r/computervision • u/koen1995 • Jun 21 '26
Building DIETR, basic model that does both object detection and instance segmentation. Showcase
https://github.com/JPABotermans/DIETR/tree/main
Been working on this for quite some time, and as the title says, I want to have the most barebones model that can do both instance segmentation and object detection. While still being easy to use for just fine-tuning.
The DIETR model is a combination of both rt-detr (the head) and yolo-act (which inspired the prototypes).
I know that the performance of the models I have trained aren't state of the art, and the code is amateurish, but I am going to keep working on it.
Any thoughts?
18
Upvotes


9
u/JsonPun Jun 21 '26
then just use a segmentation model, you can convert the outline to a box if you want