We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im not sure what this line is trying to do in gpu/run_projection_refine_demo.py. My data set is 1024x1024 and so I get binning values of:
gpu/run_projection_refine_demo.py
array([1.6384e+04, 8.1920e+03, 4.0960e+03, 2.0480e+03, 1.0240e+03, 5.1200e+02, 2.5600e+02, 1.2800e+02, 6.4000e+01, 3.2000e+01, 1.6000e+01, 8.0000e+00, 4.0000e+00, 2.0000e+00, 1.0000e+00])
Binning 16,000x is very large. Can this logic be simplified or explained?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im not sure what this line is trying to do in
gpu/run_projection_refine_demo.py
. My data set is 1024x1024 and so I get binning values of:Binning 16,000x is very large. Can this logic be simplified or explained?
The text was updated successfully, but these errors were encountered: