docs: clarify dataset split instructions (train/val/test vs trainval)#427
Open
dhruvildarji wants to merge 1 commit intomotional:masterfrom
Open
docs: clarify dataset split instructions (train/val/test vs trainval)#427dhruvildarji wants to merge 1 commit intomotional:masterfrom
dhruvildarji wants to merge 1 commit intomotional:masterfrom
Conversation
The download page provides separate train, val, and test archives, but the documentation did not explain that all .db files should be placed into a single trainval/ directory. This caused confusion for new users who expected separate directories for each split. Add a new section explaining the relationship between downloaded splits and the trainval directory, and annotate the directory tree accordingly. Fixes motional#417 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/dataset_setup.mdexplaining that all.dbfiles from the separately downloaded train, val, and test archives should be placed into the singletrainval/directorynuplan/planning/script/config/common/splitter/nuplan.yaml)trainvalfolder's purpose explicitFixes #417 (also addresses #342)
Motivation
The download page provides separate archives for train, val, and test splits, but the existing documentation only showed a
trainvaldirectory without explaining the relationship. This caused confusion for new users who did not know whether to create separate directories or merge the files.Test plan