Abbas Khan
Abbas Khan
Hello, thanks for the nice work; well done. Can the SAM take multiple Bounding boxes as prompts for segmentation? For example, if I draw boxes around two objects, say a...
Hello, thanks for providing the code publicly. I have a question about fine-tuning the network, can I start training with **isnet-general-use.pth** weigh file and further fine-tune these weights i.e. transfer...
Hello, there is some issue with Downloading the weigh files from Google Drive, and the other one requires some password or account. Can you please make the Google Drive link...
Hello, thanks for the great work and nice code. I am wondering how to provide the ground truth data in case of a 2-class segmentation problem. I used a segmentation...
Hello, @JunMa11 thanks for the nice codes, Can you please clarify what the (x,x,y) is for loss functions and SDF/DT? I am implementing 2D images, so I am confused about...
Hello, thanks for the nice work. Can we use the Mamba block without this convolutional layer? I would appreciate any hint or suggestion you can give me. Thank You 
Hello, Thanks for the excellent work, I was just wondering about the claims made by the paper 'Convolution Free', although I can see two convolutional layers in the model architecture....
Hello, thanks for the nice work, In the following code, should not the x be permuted first before reshaping, x = self.ln(x.reshape(b, -1, c)) ``` def forward(self, x): b,c,w,h =...