当前位置:网站首页>Annotate your own point cloud dataset with labelcloud open source tool as a tutorial of Kitti annotation format (support PCD and bin point clouds)

Annotate your own point cloud dataset with labelcloud open source tool as a tutorial of Kitti annotation format (support PCD and bin point clouds)

2022-06-12 01:32:00 Like Rui's pig


Post the address first github Address :https://github.com/ch-sa/labelcloud


Tagged as KITTI The reproduction steps and operation flow of the format

  1. First of all pcd Format point cloud to multiply bin Format
  2. Cloning code
git clone https://github.com/ch-sa/labelCloud.git
  1. Environment match Open the terminal Enter the following commands in turn
pip install -r requirements.txt
  1. Prepare the data : Put the converted bin Format point cloud data into pointclouds Under the folder
  2. Start using labelCloud , Go to the place you downloaded, open the terminal and enter
python labelCloud.py

perhaps

python3 labelCloud.py

The following screen appears :
 Insert picture description here
Then set it in the upper left corner :

  1. close show floor Turn off grid
  2. Click on change Seetings The following interface will pop up , Can be set .
    After setting, data annotation can be carried out ! The effect is as follows ;
     Insert picture description here
    Marked labels Stored in your downloaded labelCloud/labels Inside , Label file contents and kitti equally !
     Insert picture description here  Insert picture description here
原网站

版权声明
本文为[Like Rui's pig]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203011340098107.html

随机推荐