WILSON
WILSON copied to clipboard
Official implementation of "Incremental Learning in Semantic Segmentation from Image Labels"
Hi Fabio, I would like to ask how do you compute the final M-IoU in the tables. In the table below I see that to compute the **Old** and **All**...
Hi, I want to run your code without incremental setting in the voc dataset. According to [task.py](https://github.com/fcdl94/WILSON/blob/41c7d5b21b627722311d559ad5f6d835917f95d1/tasks.py#L21), I edited [line 35 of run.sh](https://github.com/fcdl94/WILSON/blob/41c7d5b21b627722311d559ad5f6d835917f95d1/run.sh#L12) from `task=15-5` to `task=offine`. However, I encountered...
Thank you for your work! I have some questions regarding the process of validatibf the model performance. The experimental results means that you don't validate on the original images, but...