rulixiang / ToCo

[CVPR 2023] Token Contrast for Weakly-Supervised Semantic Segmentation
148 stars 11 forks source link

sys.path.append("./wrapper/bilateralfilter/build/lib.linux-x86_64-3.8") from bilateralfilter import bilateralfilter, bilateralfilter_batch #22

Open liaochuanlin opened 1 year ago

liaochuanlin commented 1 year ago

sys.path.append("./wrapper/bilateralfilter/build/lib.linux-x86_64-3.8") from bilateralfilter import bilateralfilter, bilateralfilter_batch Is a file bilateralfilter missing?

fjoybest commented 11 months ago

I also have this question. Have you resolved it?

liaochuanlin commented 11 months ago

no

fjoybest commented 11 months ago

To use the regularized loss, download and compile the python extension, see Here.In this link

YiZhuo-Xu commented 11 months ago

tx