torchbox3d
is a 3D perception library for autonomous driving datasets.
- Currently supports 3D object detection on the Argoverse 2 Sensor dataset.
- Native
pytorch-lightning
support. - Multi-gpu training.
-
Architectures:
-
Heads:
This will install torchbox3d
as a conda
package.
bash conda/install.sh
The project configuration file can be found in conf/config.yaml
.
To launch a training session, simply run:
python scripts/train.py
tensorboard --logdir experiments
@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}
}