LearnablePromptSAM
LearnablePromptSAM copied to clipboard
Try to use the SAM-ViT as the backbone to create the learnable prompt for semantic segmentation
May I ask how much video memory your project needs at least to run? Is 24g 3090 enough
line 176 train_learnable_sam.py "detype" needs to be changed to dtype
您好 我想问问您是运行什么数据集 num_class 才需要12呢? 如果我只是单一分割血管跟背景是不是 num_class 设置为2就行
Hello. I ran your code, but I always encountered the problem of version mismatch. What is your environment configuration? 
May I ask the importance of the num classes argument? Without seeing example training data, it’s hard to know why the default is 12 classes. TIA
I'm glad you can open source your code for me to refer to, but I have some questions about variables in the code that I hope you can answer The...