ShangHua-Gao / SOD100K

The official repo of the TPAMI 2021/ECCV 2020 work CSNet: A Highly Efficient Model with 100K Parameters to Study the Semantics of Salient Object Detection
https://mmcheng.net/sod100k/
240 stars 47 forks source link

Unresolved reference 'redefine_model' #20

Closed Pratyeka closed 2 years ago

Pratyeka commented 3 years ago

Hi! First of all, thanks for sharing your great work on salient object detection!

When i reading the source code 【SOD100K/CSNet_training/model/csnet.py/build_model]】 I cannot find the implementation of the function 'redefine_model' in line918.

please give me some help!

gasvn commented 3 years ago

Thanks for your reminder. The function redefine_model is similar to function finetune_model. This function is no longer used in our final version. Thanks. We have removed this function in our new version.