Home

Awesome

Point2Seq

This is a reproduced repo of Point2Seq for 3D object detection.

The code is mainly based on OpenPCDet.

Introduction

We provide code and training configurations of PointSeq on the ONCE and Waymo Open dataset under tools/cfgs.

Requirements

The codes are tested in the following environment:

Installation

a. Clone this repository.

b. Install the dependent libraries as follows:

pip install -r requirements.txt 

c. Compile CUDA operators by running the following command:

python setup.py develop

Training

All the models are trained with Tesla V100 GPUs (32G). If you use different number of GPUs for training, it's necessary to change the respective training epochs to attain a decent performance.