-
Notifications
You must be signed in to change notification settings - Fork 10
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
How can we train using both the train and validation datasets to prepare for test dataset submission? #26
Comments
Hi, you should combine training and validation set for generating gt database and info. |
The meaning is that I should move the validation folder to train folder, and then run this command:
or
|
If I train all the dataset, how to generate the test result for the evaluation website? |
For waymo, you need to inference the test set and convert the prediction to binary file like gt.bin. |
Can you provide the command? Maybe I dont konw how to do? |
For Waymo, we develop the generation tool for converting the prediction to binary file. But we do not clean the code. You can refer to the MMDetection3D codebase. |
okok, thanks |
Thank you for your excellent work. Could you share the method for training on the entire dataset (train and validation) for test dataset submission in Waymo and nuScenes?
@happinesslz
The text was updated successfully, but these errors were encountered: