Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testGAN function: g_objects >.5 #22

Open
wasd12345 opened this issue Nov 19, 2017 · 0 comments
Open

testGAN function: g_objects >.5 #22

wasd12345 opened this issue Nov 19, 2017 · 0 comments

Comments

@wasd12345
Copy link

When using 3dgan_mit_biasfree in test mode in order to make new objects, testGAN function for generating new objects, there is a line that thresholds the values at .5 to create voxels.

At first I thought maybe it does that because the values represent probabilities on [0,1] of being occupied so you just do a hard threshold.

But actually when plotting the distribution of the values, about half of them are below 0. They almost look like a laplace distribution or something. So what is supposed to be represented here by g_objects (32x64x64x64x1) is (batchsize x N x N x N x 1), and is thresholding > .5 what we want vs > 0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant