Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rasd3/3D-CVF

[ECCV 2020] This is the official implementation of 3D-CVF: Generating Joint Camera and LiDAR Features Using Cross-View Spatial Feature Fusion for 3D Object Detection
https://github.com/rasd3/3D-CVF

Last synced: about 2 months ago
JSON representation

[ECCV 2020] This is the official implementation of 3D-CVF: Generating Joint Camera and LiDAR Features Using Cross-View Spatial Feature Fusion for 3D Object Detection

Awesome Lists containing this project

README

        

# 3D-CVF
This is the official implementation of [3D-CVF: Generating Joint Camera and LiDAR Features Using Cross-View Spatial Feature Fusion for 3D Object Detection](https://arxiv.org/abs/2004.12636), built on [SECOND](https://github.com/traveller59/second.pytorch).

## Requirements

Follow the installation steps in [SECOND](https://github.com/traveller59/second.pytorch), or use the docker image we provide.

```
docker pull yckimm/second:second_v1.5
```

## Getting Started

### Training (1st stage)

```
sh train_bash_1st.sh
```

### Training (2nd stage)

```
sh train_bash_2nd.sh
```

## Acknowledge

Thanks to the [SECOND](https://github.com/traveller59/second.pytorch) codebase maintained by traveller59.