FastSAM icon indicating copy to clipboard operation
FastSAM copied to clipboard

Great work,question about object proposal results code

Open pingdanrensheng321 opened this issue 2 years ago • 5 comments

If possible, could you share the evaluation code for Object proposal generation and instance segmentation in the paper? I have been searching for it for a long time but haven't found it yet.

pingdanrensheng321 avatar Jul 26 '23 12:07 pingdanrensheng321

Hi, contact @berry-ding by email (in the FastSAM paper) for the code.

zxDeepDiver avatar Aug 01 '23 17:08 zxDeepDiver

i contact him by email , but i dont get any reply ...

pingdanrensheng321 avatar Aug 02 '23 02:08 pingdanrensheng321

If possible, could you share the evaluation code for Object proposal generation and instance segmentation in the paper? I have been searching for it for a long time but haven't found it yet.

Hi! Have you found this kind of modifying the SAM-like model into a proposal generation inference and evaluation model? I want to finetune a SAM-like model on my private data and evaluate this proposal generation ability.

Shengjie-Guo avatar Apr 16 '24 18:04 Shengjie-Guo

If possible, could you share the evaluation code for Object proposal generation and instance segmentation in the paper? I have been searching for it for a long time but haven't found it yet.

Hi! Have you found this kind of modifying the SAM-like model into a proposal generation inference and evaluation model? I want to finetune a SAM-like model on my private data and evaluate this proposal generation ability.

hi, if you want to evaluate SAM-like model, you could use https://github.com/facebookresearch/segment-anything/blob/main/scripts/amg.py to generate proposals and save them to json.

Additionally, you could use official lvis-api, pycocotools or our modified code (https://github.com/CASIA-IVA-Lab/FastSAM/releases/tag/v0.0.2) to evaluate

berry-ding avatar Apr 17 '24 04:04 berry-ding

If possible, could you share the evaluation code for Object proposal generation and instance segmentation in the paper? I have been searching for it for a long time but haven't found it yet.

Hi! Have you found this kind of modifying the SAM-like model into a proposal generation inference and evaluation model? I want to finetune a SAM-like model on my private data and evaluate this proposal generation ability.

hi, if you want to evaluate SAM-like model, you could use https://github.com/facebookresearch/segment-anything/blob/main/scripts/amg.py to generate proposals and save them to json.

Additionally, you could use official lvis-api, pycocotools or our modified code (https://github.com/CASIA-IVA-Lab/FastSAM/releases/tag/v0.0.2) to evaluate Thank you for your effort of open-source! Wish you all the accepting this year!

Shengjie-Guo avatar Apr 17 '24 06:04 Shengjie-Guo