HXMap / HRMapNet

[ECCV 2024] This is the official implementation of HRMapNet, maintaining and utilizing a low-cost global rasterized map to enhance online vectorized map perception.
https://arxiv.org/abs/2409.00620
MIT License
69 stars 5 forks source link

No module named 'mmdet3d.models' #1

Closed ChiefGodMan closed 2 months ago

ChiefGodMan commented 2 months ago

The folder tree in hrmapnet is following: ├── mmdet3d │   ├── init.py │   ├── pycache │   ├── apis │   ├── core │   ├── datasets │   ├── ops │   ├── utils │   └── version.py

but in official https://github.com/open-mmlab/mmdetection3d the folder tree is image The error is not found models.

fishmarch commented 2 months ago

Thanks for pointing out this. Some folders were not uploaded by mistake...