-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
After reducing the size of the large image to the image size (752 * 480) of the Euroc dataset, the output result became worse #449
Comments
This is my original parameter table: |
This is my modified parameter table: |
My image size is 1164 * 874, and the image includes the front hood of the car. During the one kilometer journey, VINS did not experience a system reboot, but the trajectory distance and angle were inaccurate. Then I resized and cropped the images, and ran VINS again using the modified images as the dataset. However, there was a "big translation" system reboot error during the run. I want to know why the result is worse after resizing and cutting ?
The reason why I resized and collapsed the image is as follows:
In summary, I resized and collapsed the 1164 * 874 image to obtain a 752 * 480 size image, with the front hatch removed. Because I changed the image size, I needed to modify the camera intrinsic matrix. Without changing other parameters, I encountered a "big translation" system reboot error while running VINS,
My modification process is as follows:
My original fx=910.0, fy=910.0, cx=582.0, cy=437.0,
After resize, fx=910.0752/1164=587.90378, fy=910.0600/874=624.71395881, cx=582.0752/1164=376.0, cy=437.0600/874=300,
After crop, fx=587.90378, fy=624.71395881, cx=376.0, cy=300-(600-480)/2=240.0
The text was updated successfully, but these errors were encountered: