Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

andriod detectron e2e_faster_rcnn_R-50-C4_1x init_net.pb predict_net.pb #252

Closed
zyxcambridge opened this issue Mar 8, 2018 · 1 comment

Comments

@zyxcambridge
Copy link

andriod project:
https://github.com/caffe2/AICamera
model:
https://github.com/caffe2/models/tree/master/detectron/e2e_faster_rcnn_R-50-C4_1x

but use the model from the AICamera-Style-Transfer is ok
https://github.com/caffe2/AICamera-Style-Transfer

loadToNetDef(mgr, &_initNet, "init_net.pb");
loadToNetDef(mgr, &_predictNet,"predict_net.pb");
log as fllows:

03-08 21:13:50.756 23861-23907/facebook.f8demo E/F8DEMO: start load neural network.
03-08 21:13:50.757 23861-23907/facebook.f8demo E/F8DEMO: Attempting to load protobuf netdefs...
03-08 21:13:50.757 23861-23907/facebook.f8demo E/F8DEMO: Couldn't parse net from data.
03-08 21:13:50.757 23861-23907/facebook.f8demo E/F8DEMO: Couldn't parse net from data.
03-08 21:13:50.757 23861-23907/facebook.f8demo E/F8DEMO: success load protobuf netdefs done.
03-08 21:13:50.757 23861-23907/facebook.f8demo E/F8DEMO: Instantiating predictor...

@rbgirshick
Copy link
Contributor

Unclear issue report. Maybe see #134 and/or #199? Feel free to reopen if you wish to add more details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants