MarvinTeichmann / MultiNet

Real-time Joint Semantic Reasoning for Autonomous Driving
MIT License
546 stars 246 forks source link

Train MultiNet2 #33

Closed lujian9328 closed 7 years ago

lujian9328 commented 7 years ago

After reading README.md in MultiNet, I have a question about training my own data. As the tutorial said, we train a new MultiNet with specifying 'multinet2.json'. Does it means that we just use trained KittiSeg and KittiBox models and recombine them. The training data of multinet2 comes from two separated model (KittiSeg and KittiBox), which means two separated training data set. Finally, do we need to rearrange these two training data set to fit in the multinet2 model?