facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.23k stars 5.45k forks source link

how to use .pb in c++ under windows #866

Open wytcsuch opened 5 years ago

wytcsuch commented 5 years ago

Hi,I have converted .pkl model to .pb model under ubuntu16.04, and I want to use .pb in c++ windows.Do I need to install caffe2 under windows at first according to the tutorial https://caffe2.ai/docs/get-start.html? Platform=windows&configuration=compile? Is there any tutorials?