VectorMapNet_code
VectorMapNet_code copied to clipboard
This is the official code base of VectorMapNet (ICML 2023)
In paper, you use bbox, sme and extreme pts as 3 types of key-points and predict them in map element detector. In code, it seems map element detector only uses...
Hello, I attempted to replicate your work, but the accuracy I obtained was significantly lower than the model accuracy that you provided. My mAP was only around 23. I am...
I crop this snippet in `dghead.py` which is used to perform prediction. It checked and see that `batch` seems to contain the ground-truth detection (class labels and bounding boxes in...
请问av2用的什么版本?如果装0.1.0则需要的numpy会与mmdet3d 需要的有矛盾?