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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Instance Segmentation

dariush-bahrami opened this issue · comments

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?

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!