Skip to content

Commit

Permalink
Update perception_dataset/t4_dataset/format_validator.py
Browse files Browse the repository at this point in the history
Co-authored-by: kminoda <[email protected]>
  • Loading branch information
miursh and kminoda authored Jul 23, 2024
1 parent fa00696 commit 64e3c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception_dataset/t4_dataset/format_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def validate_sample(nusc: NuScenes):
), "sample.prev_token isn't found in sample."

assert (
sample["token"] in sample_annotation_refered_sample_tokens
sample["token"] in sample_annotation_referred_sample_tokens
), "sample.token isn't found in sample_annotation."

assert no_next_token_count == len(
Expand Down

0 comments on commit 64e3c6e

Please sign in to comment.