├── README.md ├── bevformer ├── README.md ├── insight.py └── projects │ └── mmdet3d_plugin │ └── datasets │ └── custom_script.py ├── lss └── insight.py └── surroundocc └── insight.py /README.md: -------------------------------------------------------------------------------- 1 | # EasyRead 2 | -------------------------------------------------------------------------------- /bevformer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaPlusTT/EasyRead/HEAD/bevformer/README.md -------------------------------------------------------------------------------- /bevformer/insight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaPlusTT/EasyRead/HEAD/bevformer/insight.py -------------------------------------------------------------------------------- /bevformer/projects/mmdet3d_plugin/datasets/custom_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaPlusTT/EasyRead/HEAD/bevformer/projects/mmdet3d_plugin/datasets/custom_script.py -------------------------------------------------------------------------------- /lss/insight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaPlusTT/EasyRead/HEAD/lss/insight.py -------------------------------------------------------------------------------- /surroundocc/insight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaPlusTT/EasyRead/HEAD/surroundocc/insight.py --------------------------------------------------------------------------------