cherubicXN / hawp

Holistically-Attracted Wireframe Parsing [TPAMI'23] & [CVPR' 20]
MIT License
291 stars 51 forks source link

pooling parameters #29

Closed chenmingxiang110 closed 2 years ago

chenmingxiang110 commented 2 years ago

".reshape(128,-1,32)" should probably change to ".reshape(self.dim_loi, -1, self.n_pts0)" in case the dim_loi and n_pts0 are changed to different values.