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

Error in calculation of threshold of frustum. #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johanneskbl
Copy link
Contributor

There were parantheses missing to calculate the mean of min and max. Therefore the frustum was always too large. The expansion factor delta, which in the paper was argued to need to be greater than zero, is set to zero by default. The error in the frustum threshold calculation leads to this choice of delta making more sense.

Although this seems to be a straight hickup, we found that calculating it correctly worsens the performance even if we set the expansion factor to a value such that the frustum is approximately as big as before. The relationship of the frustum size and the network's performance needs to be investigated more. For now, this calculation is in our view an error and the frustum size should be controlled by the expansion factor instead.

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

Successfully merging this pull request may close these issues.

1 participant