This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Description
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.
The attachment is my test code. ammeter_det.pdf
System information
- Operating system: Ubuntu 16.04
- Compiler version:
- CUDA version: 8
- cuDNN version: 7
- NVIDIA driver version: 384.111
python --version output: 2.7.12