pytorch-unsupervised-segmentation-tip icon indicating copy to clipboard operation
pytorch-unsupervised-segmentation-tip copied to clipboard

Results 16 pytorch-unsupervised-segmentation-tip issues
Sort by recently updated
recently updated
newest added

Hello, I'm having an issue with the code. I'm using colab, having all the necessary requirements installed. I forked the project into my colab session then run the python command...

Hi, Thanks for your amazing work!! I just wonder how to align the predicted label with the ground truth. For example, given an input and fixed network, we could do...

Hi, thank for your nice work and job. After reading your code, i have a little question. can you share the code how to compute the mIoU in unsupervised way,...

A snippet from paper: ![image](https://user-images.githubusercontent.com/57160333/135717135-50e9f9ab-2e1a-4634-8135-fe7b14abb4d2.png) A snippet from the given code: ![image](https://user-images.githubusercontent.com/57160333/135717436-bdc31524-05b0-43ba-ad85-94be468074f0.png) From the above figures I assume µ == (lhpy + lhpz). Am I right?

Hi, thank you for your sharing very much! I have a question that why there are multiple P-R curves in the paper. ![image](https://user-images.githubusercontent.com/26656883/146496737-4b34692c-59ae-462b-9d67-985c9590ec97.png) It seems that for every p-r curve...

Hi, can you share the code how to draw precision-recall curve? Thank you so much

Hi, great work! Could you explain more about how to test the work on the whole BSD500/VOC 2012 dataset? Thanks!

Hello, I always get the following error when running the demo code multiple times even if I am using a very tiny image. I think maybe the cache is not...

Hello I am trying to quantize, evaluate and convert this model into a xmodel using pytorch. I am curious if maybe you have done it, because I am having problems...

python demo.py --input ./BSD500/101027.jpg /home/ubuntu/anaconda3/envs/pytorch_p36/lib/python3.6/site-packages/torch/nn/_reduction.py:43: UserWarning: size_average and reduce args will be deprecated, please use reduction='mean' instead. warnings.warn(warning.format(ret)) qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt...