Open woshitiancai321 opened 1 year ago
Hi, contact @berry-ding by email (in the FastSAM paper) for the code.
i contact him by email , but i dont get any reply ...
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.
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
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!
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.