You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained a detector for electricity meter based on e2e_faster_rcnn_R-50-C4_1x.yaml. The trained model works very well with Detectron on GPU. we have to deploy it on CPU, so I converted it to Caffe2 format by convert_pkl_to_pb.py.
However, the workspace.RunNet executes for approximately 100 seconds per image. It is too slow.
I trained a detector for electricity meter based on
e2e_faster_rcnn_R-50-C4_1x.yaml. The trained model works very well with Detectron on GPU. we have to deploy it on CPU, so I converted it to Caffe2 format byconvert_pkl_to_pb.py.However, the
workspace.RunNetexecutes for approximately 100 seconds per image. It is too slow.The attachment is my test code. ammeter_det.pdf
System information
python --versionoutput: 2.7.12