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

Training on KITTI #84

Open
suriya030 opened this issue Apr 18, 2023 · 2 comments
Open

Training on KITTI #84

suriya030 opened this issue Apr 18, 2023 · 2 comments

Comments

@suriya030
Copy link

I want to train the network on kitti dataset , as I'm not much experienced. Could you please point out what changes should I have to do in the python scripts along with where do I have to load the dataset ? Thankyou in advance .

@18370271993
Copy link

I have the same problem

@mli0603
Copy link
Owner

mli0603 commented Aug 6, 2023

Hi @suriya030 and @18370271993

Sorry for the late response. Was the instruction in this link not helpful?

The folder structure should be intact after downloading the KITTI data as follows:

KITTI_2015
    |_ training
        |_ disp_occ_0 (disparity including occluded region)
        |_ image_2 (left image)
        |_ image_3 (right image)

And what you need to do is providing the path to kitti folder in the line below:

--dataset_directory PATH_TO_KITTI\

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

3 participants