valeoai / WoodScape

The repository containing tools and information about the WoodScape dataset.
https://woodscape.valeo.com/dataset
619 stars 127 forks source link

Error in running semantic_map_generator #23

Closed SutirthaChakraborty closed 3 years ago

SutirthaChakraborty commented 3 years ago

Trying to generate the semantic map. Getting this error.

!python /content/WoodScape/scripts/semantic_map_generator.py --src_path /content/instance_annotations/ --dst_path /content/semantic_annotations/ --semantic_class_mapping /content/WoodScape/scripts/configs/semantic_mapping_9_classes.json --instance_class_mapping /content/WoodScape/scripts/mappers/class_names.json

Error I am getting: image

G453 commented 3 years ago

Hi @SutirthaChakraborty ,

Seems like the script generated the labels for 7208 annotations but crashed while processing a specific annotation file after that. Have you changed the class mappings? or trying to replicate our class mappings ?

If its for OmniCV Challenge, you don't need to generate the labels, we already provide ground truth required.

Thanks, Ganesh

SutirthaChakraborty commented 3 years ago

Okay.