BailiangJ
BailiangJ
Hi, I have a question regarding the Occlusion-Aware Pyramid. In the paper, it writes  in the code, it is ``` mask0 = Upsample(4)(mask2) mask0 = F.sigmoid(mask0) - 0.5 c30...
Hi, there is an incomplete code in line 523 in module.py:)
Hi @JJGO , thanks a lot for sharing the code. In chapter 4 **Output Encoding** part of the paper, it mentioned the method introduces a set of learnable parameters \theta_0...
Hi @JJGO , thanks a lot for sharing the code! If I understand correctly, this line should be outside the _for_ loop?