Ghostish / Open3DSOT

Open source library for Single Object Tracking in point clouds.
MIT License
242 stars 38 forks source link

Fix setup errors and update gitignore #31

Closed iliiliiliili closed 2 years ago

iliiliiliili commented 2 years ago

Pomegranate depends on numpy==1.22+ to work correctly, and it means Python 3.8 should be installed. Pointnet2 dependency changed to git+https due to GitHub security update. Nuscenes utils are not needed for KITTI testing and are made optional. Protobuf dependency set to avoid tensorboard errors.