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

Hello, I use all KITTI data for training. How can I find the model with the best performance from the trained models. #11

Closed
libingDY opened this issue Aug 31, 2022 · 2 comments

Comments

@libingDY
Copy link

Hello, I use all KITTI data for training. How can I find the model with the best performance from the trained models.

@jskhu
Copy link
Member

jskhu commented Aug 31, 2022

You will need to take a subset of the training data as a validation set (I've seen numbers range from 5-10%) to verify your model. Ideally, the performance on the validation set is reflective of the performance of the test set, but from my experience, because of KITTI's dataset size, there is usually a large gap between validation performance and test performance.

@libingDY
Copy link
Author

thank you

@jskhu jskhu closed this as completed Aug 31, 2022
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