Skip to content

Xiuyu-Li/torchbox3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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}
}

About

3D Perception toolbox.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%