Vinson
Vinson
Hi, I have evaluated the `res50_cam.pth` (without CLIMS) model provided by you on the `train` set, and the mIoU is 48.11%. The evaluation log for my `res50_cam.pth` (without CLIMS): ```...
> @acgtyrant Is DistributedDataParallel working for you? Are you planning to send a Pull Request? > > Thank you all for this beautiful work! FYI, there is an open source...
I have tried again, and it looks like the solution cannot work now.
Thanks for your prompt explanation! I have tried Swin MAE on my custom dataset, and I found the model cannot learn well if normalization is not applied to the image...
Hi, I guess the `GT_Str` is empty, and you can debug line by line to check. You can check your image folder to see whether their suffix is `png`.
You can convert the `tif` format to `png` format first, and then try the code.