How to use SalsaNet with my own dataset?
See original GitHub issueHi, I have read the paper and built-and-run your LiDAR-MOS.
Thanks for sharing your awesome projects here.
I have a question.
How can I use the code with my own dataset?
I’ll use the pretrained model you uploaded, so I think all I need to do is make my data be appropriate format for the LiDAR-MOS.
The data I have consists of .bag file and .pcd file.
I’d appreciate for you to give me some advice.
Best regards.
Issue Analytics
- State:
- Created a year ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
SalsaNet on KITTI Dataset - YouTube
SalsaNet : Fast Road and Vehicle Segmentation in LiDAR Point Clouds for ... Your browser can't play this video. ... SalsaNet on KITTI...
Read more >SalsaNet: Fast Road and Vehicle Segmentation in LiDAR ...
In this paper, we introduce a deep encoder-decoder network, named SalsaNet, for efficient semantic segmentation of 3D LiDAR point clouds.
Read more >Fine-Tune a Semantic Segmentation Model with a Custom ...
We don't want our delivery robot to get confused, so we'll create our own semantic segmentation dataset using images captured on sidewalks.
Read more >SalsaNet: Fast Road and Vehicle ... - Halmstad University
In this paper, we study the joint segmentation of the road, i.e. drivable free-space, and vehicles using 3D LiDAR point clouds only. We...
Read more >Building a Custom Semantic Segmentation Model
A short walkthrough of building a semantic segmentation computer vision model on a custom dataset, and how to deal with small datasets to ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

ok, some releated issue https://github.com/PRBonn/LiDAR-MOS/issues/34 https://github.com/PRBonn/LiDAR-MOS/issues/19 (maybe most in chinese)
According to their experience, directly using the 64-line pre-training model, in 16-line inference, the results may not be very good. Please let me know if there is any progress. 😃
Thanks for replying as before 😃
I’ll update my progress here!!