Peng Zhao
Peng Zhao
Hi, Thank you so much for the response! My settings are as below: * This is for (a binary) semantic segmentation, each pixel is classified as object pixel or background...
Hi, Thanks for the response! I changed num_classes=1 in configs/_base_/models/fcn_unet_s5-d16.py. And I have to change 'CLASSES' as below to one element only, otherwise it throws error for not matching. It...
Hi, I got the same error. I simply add package name as prefix, i.e. change line 19 to 'from p2m.layers import *', and it worked for me.
I got the same error.
Hi @sumanttyagi, I followed this link for installation https://github.com/cvg/pixel-perfect-sfm Then for my case, I need to select python interpreter /bin/python3, rather than other conda environment, in order to import hloc....