YoungSean / NIDS-Net

NIDS-Net: A unified framework for novel instance detection and segmentation
MIT License
44 stars 4 forks source link

Questions about the Training Dataset #3

Closed sp9103 closed 4 months ago

sp9103 commented 4 months ago

First of all, thank you for sharing your excellent experimental results and code. I have a question regarding the training dataset.

Did you use the YCBV and LMO datasets when training the results that you posted on the BOP Challenge Leaderboard?

If so, I am confused about whether this can be considered unseen object segmentation.

YoungSean commented 4 months ago

The adapters are only trained with instance embeddings from template images.

Detection datasets include YCBV and LMO from VoxDet. We trained only their instance embeddings for adapters separately. Only template images are available, whereas we could not train on query images. We do not use them for segmentation.

For YCBV and LMO of the BOP 2023 segmentation tasks, we trained a common adapter with all template instance embeddings of seven datasets in this script.

CNOS used the term "novel object segmentation". In recent papers like VoxDet and InsDet, they are trying to differentiate object and instance since this task is looking for the exact instances.