Obtaining training data for CNN with Gazebo
Hi Everyone,
I am currently working on a project to create a neural network that can perform object recognition on simple objects. My plan was to place a simple model in my gazebo world (e.g. bookshelf, wall, box, etc) and record a video of moving past it. I would then create a second identical video but where the object is colored white and everything else is black. This second video would be my ground truth for training the neural network.
How would you go about doing this? Would creating two similar models with differing textures solve this or is there a more elegant way of doing this? Any build-in Gazebo options that could help?
Any help would be appreciated! :)