You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this repo support training on a custom dataset? Or better still, has anyone successfully done so? I have a dataset in classic coco format which I am able to load into detectron2 with register_coco_instances. This dataset is one that contains a series of annotated images that can be combined to form a video. Currently, I am applying plain image instance segmentation using detectron2 PointRend but IDOL seems very promising to me.
In the case that this has not been done before, I would appreciate some pointers that would guide me toward writing some functionality on top of this repo to implement training/validating on a custom dataset.
Thanks and congrats on your paper!
The text was updated successfully, but these errors were encountered:
Hi all,
Does this repo support training on a custom dataset? Or better still, has anyone successfully done so? I have a dataset in classic coco format which I am able to load into detectron2 with register_coco_instances. This dataset is one that contains a series of annotated images that can be combined to form a video. Currently, I am applying plain image instance segmentation using detectron2 PointRend but IDOL seems very promising to me.
In the case that this has not been done before, I would appreciate some pointers that would guide me toward writing some functionality on top of this repo to implement training/validating on a custom dataset.
Thanks and congrats on your paper!
The text was updated successfully, but these errors were encountered: