Chris-hughes10 / Yolov7-training

A clean, modular implementation of the Yolov7 model family, which uses the official pretrained weights, with utilities for training the model on custom (non-COCO) tasks.
GNU General Public License v3.0
116 stars 35 forks source link

Feature Request: Instance Segmentation #6

Closed dariush-bahrami closed 1 year ago

dariush-bahrami commented 1 year ago

Hey Chris, First of all, I want to thank you for open-sourcing this implementation. Is there any chance of adding instance segmentation from the original repo?

Chris-hughes10 commented 1 year ago

Hi @dariush-bahrami, we currently do not have any plans to add this. It was a significant effort to migrate the detection codebase, and as the authors seem to have duplicated much of the codebase again to include segmentation, this looks like it would require a fair bit of time would be needed, which we currently do not have!

Apologies!