qcr / quadricslam

Demonstrations of performing SLAM using Quadrics
BSD 3-Clause "New" or "Revised" License
92 stars 8 forks source link

quadricslam/data_source/get_tum_rgbd_datasets file doesn't exist #11

Closed AllenIsaacJose closed 1 year ago

AllenIsaacJose commented 1 year ago

"NOTE: This example requires the path to an already downloaded TUM RGBD dataset to be provided as the first argument. If you don't have the datasets downloaded, we have a helper script with the data source to get the datasets for you."

The above-mentioned helper script was not present in the lib/python3.8/site-packages/quadricslam/data_source/

AllenIsaacJose commented 1 year ago

Was present in GitHub https://github.com/qcr/quadricslam/blob/master/src/quadricslam/data_source/get_tum_rgbd_datasets but not in the one installed through pip install