plemeri / InSPyReNet

Official PyTorch implementation of Revisiting Image Pyramid Structure for High Resolution Salient Object Detection (ACCV 2022)
MIT License
497 stars 73 forks source link

The setting of threshold in Plus_Ultra.yaml #52

Closed mingheyuemankong closed 3 months ago

mingheyuemankong commented 3 months ago

Outstanding work.

But I have the following question, in the Plus_Ultra.yaml file, the threshold of the model is set to NULL by default, which means that in the current configuration, Pyramid Blending as mentioned in the paper is not used in the inference phase, why?

image image

plemeri commented 3 months ago

Hi @mingheyuemankong. Please refer to https://github.com/plemeri/transparent-background/issues/24.

mingheyuemankong commented 3 months ago

I see, thanks for your response, good luck!