yushiangw

Results 6 issues of yushiangw

Hi, I am wondering that the requirement of integrate pyimgui with other opengl libs. (e.g. [modernGL ](https://github.com/moderngl/moderngl) ) It seems that one only need to reimplment the `imgui/integrations/opengl.py` and forward...

question / hint
docs

Thanks for sharing nice implementation! Could you explain how is the initialization constant being chosen in LFF block? https://github.com/saic-mdal/CIPS/blob/eadae6e45d8c1f3657faa88a065b59990747cd16/model/blocks.py#L517

Hi, thanks for sharing your implementation. It looks like the per point discriminator loss described in the main paper is disabled. In my understanding, the output will be (N+1)x1. I...

this PR trys to add a unprojection function following gluUnProject style