KumarRobotics / sloam

Semantic LIDAR odometry and mapping for cylinderical objects (e.g. trees in forests)
Other
220 stars 31 forks source link

training a new RangeNet++ model for different lidar #4

Closed mycochang closed 4 months ago

mycochang commented 8 months ago

After substantial modifications to the code to receive and process our lidar clouds (32x2000) we realized the trained model provided, while working on your sample .bags, could not identify tree trunks in our forestry dataset. So we need to train a new model using the RangeNet++ training like you did.

What configuration environment did you use? I'm trying 22.04 now. Will try 20.04.1 next with: tensorflow-2.7.0 Python 3.7-3.9 GCC 7.3.1 CuDNN 8.1 Cuda 11.2

The docker image and source installation instructions you provided for SLOAM were perfect.

Thanks for your time and attention.