SAM-Adapter-PyTorch icon indicating copy to clipboard operation
SAM-Adapter-PyTorch copied to clipboard

Adapting Meta AI's Segment Anything to Downstream Tasks with Adapters and Prompts

Results 50 SAM-Adapter-PyTorch issues
Sort by recently updated
recently updated
newest added

报错:torch.distributed.elastic.multiprocessing.errors.ChildFailedError。请问如何能够在单张GPU上运行?

https://github.com/tianrun-chen/SAM-Adapter-PyTorch/blob/39c339cf481c068405e64ba48122cf3dda782260/train.py#L79 Eval is not wrapped with torch.no_grad(), there could be a data (grad) leak.

@tianrun-chen , thanks for this very good paper and repo. I currently want to try your method and adapt it to a custom dataset ; could you point out to...

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.

Thanks for sharing the updated link, but unfortunately the downloaded file is not working, probably the file(newly uploaded) is broken, Could you please check it. _Originally posted by @Adnan-CAS in...

You provide a way of training called 'laodddptrain', but where is the file?

I want to train vit-b segmentation based on this code. But It is too slow to train it. For example, the training time is about 21 hours when I set...

Hello, may I ask, I have 4 3090s with 24G memory. Can I train this model?