PRBonn / bonnet

Bonnet: An Open-Source Training and Deployment Framework for Semantic Segmentation in Robotics.
GNU General Public License v3.0
325 stars 89 forks source link

Generate dataset for bonnet framework #23

Closed zaher88abd closed 6 years ago

zaher88abd commented 6 years ago

Hi, This is a script to create a dataset for training model by using your framework bonnet, I know is nothing comparing to your work. However, I found it is easy to have script move the images. this is the link for the readme file https://github.com/zaher88abd/Bonnet_dataset_creator/blob/master/README.md, which explains the script and the arguments.

tano297 commented 6 years ago

Hi there!

Thanks for the contribution, I am glad you find the framework useful. In general, I try to put the dataset generators here, organized by dataset. If you want to create a general one, please call it general_preprocess.py and place it there! A readme in that directory explaining the process is also welcome.

Thanks!

zaher88abd commented 6 years ago

Thanks, @tano297, I will do that and I will send you a new pull request.