DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
347 stars 132 forks source link

请问不使用预训练模型进行训练,应如何修改代码? #111

Closed VerbF closed 4 years ago

yangxue0827 commented 4 years ago

删掉restore函数就行,让网络自己初始化。 @VerbF