V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.48k stars 299 forks source link

AssertionError #87

Closed Gang-Chen-China closed 4 years ago

Gang-Chen-China commented 4 years ago

Hi,yesterday i was traing Poinpillars on nuscenes(v1.0-mimi),it shows:

AssertionError: Requested unknown configuration cvpr_2019

maybe the error comes from nuscenes-devkit/eval/detection,do you know how to solve it?

poodarchu commented 4 years ago
  1. you can use my fork of nuscenes
  2. or you can change cvpr_2019 to detection_cvpr_2019

the corresponding config is here: https://github.com/nutonomy/nuscenes-devkit/blob/master/python-sdk/nuscenes/eval/detection/configs/detection_cvpr_2019.json