raahii / 3dgan-chainer

:package: A Chainer implementation of 3D Generative Adversarial Network.
MIT License
26 stars 2 forks source link

Speed up the visualization #2

Closed 0xzhou closed 3 years ago

0xzhou commented 3 years ago

Hello, thanks to your nice code for visualization. I've tried your script to visualiza .binvox files, but during the visualization process, it quite slow to generate one .png, I have a lot of .binvox files, is this common situation? is there a quick alternative?

raahii commented 3 years ago

Thank you for your interest in 3dgan-chainer. Certainly, the code uses 3D voxel plot of matplotlib and it can be slow for a big voxel.

Sorry, I don't know any concrete alternatives. I think it would be better to look for a visualization code which uses a GPU.

JFYI: I have an another repository for binbox visualization implemented with javascript. I think it is not also fast enough but try it if you've never used it.