-
Notifications
You must be signed in to change notification settings - Fork 5
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
NuScenes Package Usage #1
Comments
import os author = "Ali Alizadeh" def parse_arguments(): """Assistive functions""" def collect_bdd_labels(bdd_label_path): def sync_labels_imgs(label_path, img_path): def write_training_data_path_synced_with_labels(img_path): """Main parser functions""" def yolo_parser(json_path, targat_path):
def nuscenes_parser(label_path, target_path, img_path):
if name == 'main':
what should i do for the problem,my english is bad。 |
Input:./labels/2D_nuscenes.json |
The NuScenes Data Format is structured in different small packages.
10 Packages with Trainval Images and another package for Metadata.
How should your code be used?
Which label.json file should be used? (Metadata PAckage have a few files like sample_annotation.json or sample_data.json)
Does your 2D_nuscenes.json file include all images of the NuScenes package or only the annotations for the mini Nuscenes Dataset?
The text was updated successfully, but these errors were encountered: