Freespace Segmentation: A workflow to demonstrate Synthetic Data Generation (SDG), training, optimizing and deploying a segmentation model on a robot in the real world

This project provides the steps for developing a freespace segmentation model by leveraging several NVIDIA tools including Isaac Sim, Isaac ROS, and TAO. We use synthetic data to bootstrap training given the lack of datasets available for the task. This is followed by using a Transfer Learning approach for training with TAO toolkit. Finally, fine tune with a few real world images and deploy your model with Isaac ROS.

The scripts provided enable the user to collect data from 2 sample environments namely simple room and warehouse.

Figure: Result on real world image (left), on synthetic data (right)

Link to the technical blog and the github of this project

5 Likes

Hi Rishabh,

Many thanks for your excellent work on this project! What is your expectation around using this approach in an out-door environment, like a small garden, a lawn, or farm plot?

Thanks,
Sameh

Hi Sameh,

Thank you for your interest in the project. We have tested only in indoor scenes, however if you have real world data to fine tune the model which was obtained in an outdoor environment we believe that you should be able to get it to work, might have to experiment with the number of real world images though.

Hope this answers your question.

Best,
Rishabh

1 Like

In addition to the reply above for an outdoor environment such as a lawn, garden, or farm, freespace builds in the semantic understanding of what is walkable or drivable. Implicit in this the robot has legs, or wheels, and is not airborne or in water.

The expectation would be that the network needs to be fine-tuned on real data, where the freespace labeled corresponds to the capability of the robot for what is walkable, or drivable over. For example, the robot can walk over this hose, a different robot cannot drive over the hose.

Thanks.

1 Like

Hi Rishab, yes this answer is very helpful.

1 Like

Hi Grigor,

Many thanks for your detailed answer. What you are saying makes very good sense, and is a good approach to the problem. I was planning on using something like semantic edge detection to identify the boundary of lawn vs road, etc. However what you are saying is a better approach. Although it does require data acquisition and labeling, and to some degree I was hoping to avoid that.

Thanks again!
Sameh

Me too.

We’ve been striving to use synthetic data for most of our work. While we strive to have >90% of dataset be SGD (synthetically generated data tutorial /w Isaac SIM), realistically it will be <90%.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.