## InternImage-based Baseline for CVPR23 Occupancy Prediction Challenge!!!!
We improve our baseline with a more powerful image backbone: **InaternImage**, which shows its excellent ability within a series of leaderboards and benchmarks, such as *COCO* and *nuScenes*.
We improve our baseline with a more powerful image backbone: **InaternImage**, which shows its excellent ability within a series of leaderboards and benchmarks, such as *COCO* and *nuScenes*.
#### 1. Openmmlab packages requirements
#### openmmlab packages requirements
```bash
```bash
torch==1.12 # recommend
torch==1.12 # recommend
mmcv-full>=1.5.0
mmcv-full>=1.5.0
...
@@ -17,13 +36,13 @@ timm
...
@@ -17,13 +36,13 @@ timm
numpy==1.22
numpy==1.22
```
```
### 2. Install DCNv3 for InternImage
### Install DCNv3 for InternImage
```bash
```bash
cd projects/mmdet3d_plugin/bevformer/backbones/ops_dcnv3
cd projects/mmdet3d_plugin/bevformer/backbones/ops_dcnv3
bash make.sh # requires torch>=1.10
bash make.sh # requires torch>=1.10
```
```
### 3. Train with InternImage-Small
### Train with InternImage-Small
```bash
```bash
./tools/dist_train.sh projects/configs/bevformer/bevformer_intern-s_occ.py 8 # consumes less than 14G memory
./tools/dist_train.sh projects/configs/bevformer/bevformer_intern-s_occ.py 8 # consumes less than 14G memory