Generative-and-Discriminative-Voxel-Modeling
Generative-and-Discriminative-Voxel-Modeling copied to clipboard
Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification
I have added a [pytorch](https://github.com/varunkhare1234/Generative-and-Discriminative-Voxel-Modeling.git) implementation of the voxception-resnet. It might be useful for others.
Hi, I am trying to re-implement your nice work in tensorflow and I encounter a question. I need to use make_mats.m to generate 24 rotations, but it seems missing some...
Hi, I'm trying to run your classification code. Is the current configuration in VRN.py correct? Now the batch size is 1 (which makes it more than 2 hours for training...
which version of theano and lasagne is the code created?
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...
Great work! A small request: My understanding is that cuDNN is just for a speed up. Could this be made an optional dependency? (I don't have a nVidia GPU).