LeiYang
LeiYang
Same problem, run it on MacOS with python 2.7.16. test-examples.py is OK, but unet.py have same problem seems * in line 19,20,21,29,31,33,36 is invalid ## solution **use python3**(in my system...
Maybe you can modified file named tikzmake.sh in root dir? In line 8 of tikzmake.sh I can find > rm *.tex try comment it?
I think it is ok to use jaccard_index to calculate mIoU and IoU over each class in segmentation task. My code for 5-classes segmentation is as below. ```python import torch...
I have encountered the same situation during my training, do you have any better solutions?