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

about values of tables in the paper, 32*3, 64*3 #14

Open
caixialiu-bjut opened this issue Feb 19, 2020 · 1 comment
Open

about values of tables in the paper, 32*3, 64*3 #14

caixialiu-bjut opened this issue Feb 19, 2020 · 1 comment

Comments

@caixialiu-bjut
Copy link

Hi, your work inspires me. How does 3D-RecGAN++ get the IoU of 323 voxels, 643 voxels in tables? I think that the output is 2563 voxels by main_3D-RecGAN++.py.
We observe that the channels of 32
3 voxels, 643 voxels, 1283 voxels are respectively 64, 16, 8 in the architecture of 3D-RecGAN++. Is the average IoU of the channels, i.e., the IoU of 323 voxles is the average IoU of 64 channels of 323 voxels?
Thanks very much, look forward to your reply.

@Yang7879
Copy link
Owner

hi @caixialiu-bjut, if you need to compute the IoU of 32^3 or 64^3, you can downsample the predicted 256^3 voxels to 32^3 or 64^3. The intermediate layers are features, not voxel results.

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

2 participants