JosephChenHub / DPANet

DPANet : Depth Potentiality-Aware Gated Attention Network for RGB-D Salient Object Detection
MIT License
30 stars 10 forks source link

Where is the pseudo label? #4

Closed J-JunChen closed 2 years ago

J-JunChen commented 2 years ago

Hi, @JosephChenHub . Thanks for your opensource code.

I would like to know how can I generate the pseudo lable g to learn the potentiality of the depth map?

Wish you can reply me soon~

JosephChenHub commented 2 years ago

Hi, @JosephChenHub . Thanks for your opensource code.

I would like to know how can I generate the pseudo lable g to learn the potentiality of the depth map?

Wish you can reply me soon~

Hi Jun, as described in the README.md/Prepration :

[optional] generate the pseudo label (provided for NJUD and NLPR) using the scripts gen.m and cal_score.py.
J-JunChen commented 2 years ago

Hi, @JosephChenHub . Thanks for your opensource code. I would like to know how can I generate the pseudo lable g to learn the potentiality of the depth map? Wish you can reply me soon~

Hi Jun, as described in the README.md/Prepration :

[optional] generate the pseudo label (provided for NJUD and NLPR) using the scripts gen.m and cal_score.py.

All right, Thanks~