Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

benchmark-HDMapping-AILoopClosure-TransLO

Reproducible setup for TransLO: A Window-Based Masked Point Transformer Framework for Large-Scale LiDAR Odometry.

Only inference.

Requirements

Running

# clone repository
git clone https://github.com/MapsHD/benchmark-HDMapping-AILoopClosure-TransLO.git

# enter repository
cd benchmark-HDMapping-AILoopClosure-TransLO

# build docker image
docker build -t translo .

# run docker image
docker run --rm -it --gpus all -v PATH_TO_KITTY_DATASET:/DATASET_DIR:ro -v PATH_TO_MODEL_DIRECTORY:/CHECKPOINT_DIR:ro -v "$(pwd)":/OUTPUT_DIR translo

# inside docker container
python3 infer_seq_abs.py --checkpoint /CHECKPOINT_DIR/translo_model_047_-20.478760.pth.tar --sequence /DATASET_DIR/data_odometry_velodyne/dataset/sequences/00/velodyne/ --output /OUTPUT_DIR/output.txt --no-relative

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages