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

Testing on test dataset #35

Open
KunikaValecha opened this issue Nov 18, 2019 · 1 comment
Open

Testing on test dataset #35

KunikaValecha opened this issue Nov 18, 2019 · 1 comment

Comments

@KunikaValecha
Copy link

Hi,
Thanks for the code. I want to test on a new dataset apart from the one given in val file. How can I do it?

@Zengyi-Qin
Copy link
Owner

Hi, thanks for your interest.

You can write your own val.txt, with each line pointing to an image. For example,
training/your_image_foler/XXXXXX.png training/your_label_foler/XXXXXX.txt
The training/your_label_foler/XXXXXX.txt can be empty, since it will not be used (but will be read) in testing. The code expects the camera parameters be stored in data/kittiBox/training/calib/XXXXXX.txt. If the camera paramers are unavailable, you could set XXXXXX to an integer (zero filled) within [0, 7480], so that the code will read the camera paramerters of the KITTI dataset

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