eric612 / MobileNet-YOLO

A caffe implementation of MobileNet-YOLO detection network
Other
864 stars 442 forks source link

MobileNet 层数减少和如何修改宽度因子a,分辨率因子p? #54

Open xiaochehe opened 5 years ago

xiaochehe commented 5 years ago

亲 您好,请问mobilenet怎么减少网络层数呢?怎么利用论文中宽度因子和分辨率因子参数,在代码中如何设置呢?

eric612 commented 5 years ago

可以參考mobilenet-ssd,pretrained weights都是從tensorflow轉換而來,如果改變寬度因子,也必須先從tensorflow轉換

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md https://github.com/tensorflow/models/tree/master/research/slim