BailiangJ

Results 4 issues of BailiangJ

Hi, I have a question regarding the Occlusion-Aware Pyramid. In the paper, it writes ![image](https://user-images.githubusercontent.com/33227998/216389077-2c0ad47b-640c-4cf2-85aa-05f4739afdeb.png) 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?