daniel03c1 / masked_wavelet_nerf

MIT License
79 stars 5 forks source link

Grid visualization code #12

Closed xuyaojian123 closed 11 months ago

xuyaojian123 commented 11 months ago

I see that your project home page provides a Grid visualization demo? Is the Grid visualization code open source? In addition, what do Top, Lateral and Front mean? image

daniel03c1 commented 11 months ago

We utilized matplotlib to display grids. Given that each grid contains more than three channels (except for non-masked grids), we applied principal component analysis (PCA) to distill three crucial components. Subsequently, we employed these three extracted channels for visualization.

Regarding the terms "top," "lateral," and "front," they simply serve as notations for representing each perpendicular planes.

xuyaojian123 commented 11 months ago

I see that your project home page provides a Grid visualization demo? Is the Grid visualization code open source? In addition, what do Top, Lateral and Front mean?

Thanks for your answer, I was wondering if you would like to share this part of the code, I really appreciate it. my email 2100271041@email.szu.edu.cn

daniel03c1 commented 11 months ago

Unfortunately, we do not have the visualization code at the moment. But it will not be difficult to implement. Sorry for that.

xuyaojian123 commented 11 months ago

Unfortunately, we do not have the visualization code at the moment. But it will not be difficult to implement. Sorry for that.

ok,thank you!