ajbrock / Generative-and-Discriminative-Voxel-Modeling

Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification
MIT License
207 stars 63 forks source link

GUI crashing when trying to render #2

Open NatholBMX opened 7 years ago

NatholBMX commented 7 years ago

Hi guys,

I'm trying to get the GUI to run with following setup:

Windows 10 Python 2.7 VTK 7.0

Inside GUI.py, when the following line is called

renderWin.Render()

I get the following output from the output window of VTK:

unbenannt

The rendering window opens up but immediatelly crashes after that.

ajbrock commented 7 years ago

Hmm, I'm going to guess that's a windows 10 related bug; any chance you can try running it on a Windows 7 or a Linux machine? A quick google shows a few reports of trouble with VTK and windows 10:

http://vtk.1045678.n5.nabble.com/Large-problems-on-Windows-10-td5735513.html

http://www.vtk.org/pipermail/vtkusers/2015-August/091853.html

NatholBMX commented 7 years ago

VTK iteself seems to be working, as I can run this file no problem: http://www.vtk.org/Wiki/VTK/Examples/Python/Cylinder

EJShim commented 7 years ago

Use vtkSmartVolumeMapper, instead of vtkVolumeRaycastMapper.