You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
For left stereo image: 'data/kitti/<specific_date>/<specific_drive>/image_00/data
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'.
n-CLAIR/nsml-local
https://github.com/n-CLAIR/nsml-local
The text was updated successfully, but these errors were encountered: