Skip to content

benjaminrwilson/torchbox3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorchBox3D

torchbox3d is a 3D perception library for autonomous driving datasets.

Overview

  • Currently supports 3D object detection on the Argoverse 2 Sensor dataset.
  • Native pytorch-lightning support.
  • Multi-gpu training.

Supported Models

Supported Datasets

Installation


Source Install

This will install torchbox3d as a conda package.

bash conda/install.sh

Configuration


Configuring a training run

The project configuration file can be found in conf/config.yaml.

Launching training

To launch a training session, simply run:

python scripts/train.py

Monitoring a training run

tensorboard --logdir experiments

Citing this repository

@software{Wilson_torchbox3d_2022,
  author = {Wilson, Benjamin and Pontes, Jhony},
  month = {4},
  title = {{torchbox3d}},
  url = {https://github.com/benjaminrwilson/torchbox3d},
  version = {0.0.1},
  year = {2022}
}

Acknowledgements

@inproceedings{tang2020searching,
  title = {{Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution}},
  author = {Tang, Haotian and Liu, Zhijian and Zhao, Shengyu and Lin, Yujun and Lin, Ji and Wang, Hanrui and Han, Song},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year = {2020}
}