Psilym

Results 3 comments of Psilym

Does anyone know the location of sigmoid?

> So you mean, in predict, seg_logits = (0,1)? Or is the final mask {0,1} of these two classes? Thanks for response. The `seg_logits` are non-normalized to [0,1]. But where...

I have found the transforming from non-normalized `seg_logits` to normalized `pred_sem_seg`. The code is in `models/segmentors/base.py`->`postprocess_result`function, which can be self-reloaded.