tianrun-chen / SAM-Adapter-PyTorch

Adapting Meta AI's Segment Anything to Downstream Tasks with Adapters and Prompts
MIT License
850 stars 75 forks source link

How to train sam from a COCO json custom dataset? #62

Open BuKeMod opened 6 months ago

BuKeMod commented 6 months ago

I have my custom dataset as a json in COCO format.

Is there a simple way to use a dataset that uses a coco.json file for training? Please teach me.