RobustSAM
                                
                                
                                
                                    RobustSAM copied to clipboard
                            
                            
                            
                        RobustSAM: Segment Anything Robustly on Degraded Images (CVPR 2024 Highlight)
Hi! I’m trying to reproduce your inference process using point and box prompts, and I was wondering if you could share: 1. The file where you store (or define) the...
Hi, thank you for your great work! How can i train from scratch with other datasets?
The model is currently forcing output images to 352x352 dimensions even when the input images are explicitly resized to 224x224. This creates a size mismatch error and prevents proper model...
why author just use the largest mask in training
I have tried convert to ONNX, but have got a lot of issues. After that seen your SamOnnxModel(nn.Module), but do not know how implement it. As I see it have...
Hello, author. This is an excellent piece of work, and I appreciate you making the code open source. I noticed that the SAM weights are integrated with the new components...