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

DIR_Path #8

Open
kavnat opened this issue Jul 9, 2018 · 1 comment
Open

DIR_Path #8

kavnat opened this issue Jul 9, 2018 · 1 comment

Comments

@kavnat
Copy link

kavnat commented Jul 9, 2018

Hi Hunse. I am fairly new to Python. Until now I used to work on C++ exclusively so please accept my apologies for a naive questions:

  1. I am trying to set the DIR path in drive_dir but I am a little confused as to how to pass on the argument. Do I put the path in as a string like I do in C++ or is there something I am missing?

def get_velodyne_dir(drive, **kwargs): drive_dir = get_drive_dir('C:/Users/XYZABC/Downloads/2011_09_26/2011_09_26_drive_0001_extract', **kwargs) return os.path.join(drive_dir, 'velodyne_points', 'data')

  1. I noticed that you have used .bin as the file format but I have gotten data s text file from KITTI. Is that not what this program is for? If not so, which one is it?
@usamazaidmalik
Copy link

Hi kavnat.
2. The velodyne data is in .bin format. Labels are in .txt format.

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

2 participants