[SIGGRAPH 2024] Official PyTorch Implementation of "BrepGen: A B-rep Generative Diffusion Model with Structured Latent Geometry".
227
stars
28
forks
source link
Question about how to deal with 'boxx_scale' in sample.py #16
Open
wangyian-me opened 3 months ago
Noticed that when loading data to train EdgeZ diffusion, it rescale the bboxs and the corner points.
And when sampling, it scales back the
surf_pos
andedge_pos
bybut why doesn't it also scale back the corner_wcs? Which is right here.