Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anhquancao authored Apr 6, 2024
1 parent 8fcb6e3 commit cb0c443
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ Please download the following data into a folder e.g. **/gpfsdswork/dataset/Sema
python label_gen/gen_instance_labels.py \
--kitti_config=pasco/data/semantic_kitti/semantic-kitti.yaml \
--kitti_root=/gpfsdswork/dataset/SemanticKITTI \
--kitti_preprocess_root=/gpfsscratch/rech/kvd/uyl37fq/pasco_preprocess/kitti
--kitti_preprocess_root=/gpfsscratch/rech/kvd/uyl37fq/pasco_preprocess/kitti \
--n_process=10
```
> [!NOTE]
> This doesn't require GPU. It tooks ~10 hours to process 4649 files with 10 processes.
> This command doesn't need GPU. Processing 4649 files took approximately 10 hours using 10 processes. The number of processes can be adjusted by modifying the `n_process` parameter.
3. We provide the dataloader for KITTI dataset at . You can run this file directly with the following
Expand Down

0 comments on commit cb0c443

Please sign in to comment.