-
Notifications
You must be signed in to change notification settings - Fork 122
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 to use custom datasets to test the performance of a model? #58
Comments
Thank you for your reply. If I want to modify the map information that matches the training set and the validation set, how to do so and how to modify it. |
Map information is converted into vectors during training and inference. You need to modify map processing to support your own map format. |
Thank you for your reply, which effectively solved my above problems. I have the following questions
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use custom datasets to test the performance of a model? I did not see the test module in the code.I want to do trajectory prediction on my own dataset to test the performance of the model, but I couldn't find the testing module in the code. How to use your own dataset for testing and prediction?
The text was updated successfully, but these errors were encountered: