PRBonn / bonnet

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

How to make pre-trained models #39

Open hyejun opened 5 years ago

hyejun commented 5 years ago

Hello.

It is good work. I ran bonnet docker and it works well. I download pre-trained models (people) and tested. https://www.youtube.com/watch?v=rl0X4XKp4k0

Actually I am beginner on tensorflow/CNN. If I want to make a pre-trained model, What should I do?

How to use existed dataset and model for making the pre-trained model?

Actually I finally want to make pre-trained models related to indoor environment (wall, door, ground) for robot navigation.

I appreciated your work and I agree what you said.

We strongly believe that our framework allows the scientific robotics community to save time on the CNN implementations, enabling researchers to spend more time to focus on how such approaches can aid robot perception, localization, mapping, path planning, obstacle avoidance, manipulation, safe navigation, etc.

Thank you.