nv-tlabs / FlexiCubes

Other
608 stars 36 forks source link

Adaptive mesh optimization with octree structure #7

Open chenjiajie9811 opened 11 months ago

chenjiajie9811 commented 11 months ago

Hi, thanks for the amazing work!

I am interested in the adaptive meshing as demostrated in Figure 14 in your paper. image

How is the octree data structure progressively formulated in your case, could you please provide some example code regarding this adaptive optimization process?

Regards

Eyvaz27 commented 9 months ago

The original code in flexicubes.py uses a function called '_get_case_id' which works on regular grids, so it is a bit blurry how to use the current code given to construct octree (while following paper and supplementary).

chenjiajie9811 commented 6 months ago

@frankshen07 I would apprieciate it a lot if there is any comment or update on this issue.