Vinson
Vinson
Hello, Van Till now, this project doesn't support multi-GPU task. This means it would **only use one GPU**, even you have more. I guess it's because this code is based...
Hi, guys: I found a simple way to use this code with Pytorch 1.0 or 0.4.1. This error is caused by `functools` package used in `fcn.py`. So just comment related...
This code is complete. Please make sure you are using correct version of MATLAB.
Hope the pytorch version could be provided.
I see, so if I want to use CLIMS on my custom dataset, I will need to re-train the `res50_cam.pth` model with a multi-label classification loss, since the provided checkpoint...
Thanks for the explanation! I will try this.
Hi, I trained the `res50_cam.pth` on the PASCAL VOC dataset, and used it to train the CLIMS on PASCAL VOC. The training process went well. But the CLIMS performance that...
I directly copy the mIoU reported in the [train_clims_my_res50_cam.txt](https://github.com/CVI-SZU/CLIMS/files/10806084/train_clims_my_res50_cam.txt) and [train_clims_provided_res50_cam.txt](https://github.com/CVI-SZU/CLIMS/files/10806092/train_clims_provided_res50_cam.txt), from the `step.eval_cam` part. I'm not sure whether the mIoU is from training set or val set. For your...
For evaluation, I guess you mean the `step/eval_cam.py` file. This file requires the cam result as input, which I guess is generated by `step/make_cam.py` file. So I should use `step/make_cam.py`...
Hi, I just evaluated my `res50_cam.pth` (without CLIMS) on the `train` set, and the mIoU is 47.89%. Could you have a look? My command for generating CAM using my `res50_cam.pth`:...