ChrisWu1997 / PQ-NET

code for our CVPR 2020 paper "PQ-NET: A Generative Part Seq2Seq Network for 3D Shapes"
MIT License
116 stars 19 forks source link

about from outside_code.libmise import MISE #22

Closed duzhenjiang113 closed 3 years ago

duzhenjiang113 commented 3 years ago

Hello, Rundi, I would like to ask, what is the meaning of using MISE in your code. And can you briefly describe some extra information about it? Thanks very much!!!

ChrisWu1997 commented 3 years ago

At first I thought it could be faster (adaptive sampling) as described by the OccNet paper, so I use it. But later I found in practice it seems to still evaluate all points in the space, thus using MISE is not necessary.

duzhenjiang113 commented 3 years ago

thanks