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

installation #1

Open
eric-yyjau opened this issue Oct 31, 2019 · 1 comment
Open

installation #1

eric-yyjau opened this issue Oct 31, 2019 · 1 comment

Comments

@eric-yyjau
Copy link
Owner

@eric-yyjau eric-yyjau changed the title ## install installation Oct 31, 2019
@eric-yyjau
Copy link
Owner Author

Testing

For your specific issues - you can run the script 'data_util.py' after you have downloaded the dataset with the proper directory path (you can check the directory structure used in the same script).
The directory structure used in the code is:

  1. For left stereo image: 'data/kitti/<specific_date>/<specific_drive>/image_00/data
  2. For right stereo image: 'data/kitti/<specific_date>/<specific_drive>/image_01/data

The script 'data_util.py' processes the left and right stereo images to give the ground truth fundamental matrix which can then be imported in the 'data_loader.py' file. You can find more details in the code.

Also, if you want to use the siamese architecture, then uncomment the lines 133-139 in the file 'models.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

No branches or pull requests

1 participant