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

Use correct calibration matrices for each frame #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrearama
Copy link

As also pointed out in #43 , for both training and testing the calibration matrices used are always the averaged one instead of the correct ones for each single frame.
In different frames this creates a visible offset that might hinder the training process.

The modifications here implemented address this problem: first fetching the correct calibration matrices P, T and R, then passing them down to the functions used (mainly in utils.py)

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