facebookarchive / caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework.
https://caffe2.ai
Apache License 2.0
8.42k stars 1.95k forks source link

Caffe2 iOS documentation #373

Closed ankghost0912 closed 7 years ago

ankghost0912 commented 7 years ago

Hi @Yangqing, I'm really impressed by caffe2, especially it's mobile first approach. However, I was wondering if you planned on writing a tutorial or documentation showing how to use caffe2 c++ API on iOS. I've been through the source code of the AICamera app by @bwasti but there no clear tutorial as to how one would use caffe2's c++ API in a task like object detection.

Thanks and great work!

abjurato commented 7 years ago

There is one another issue on this topic, check https://github.com/caffe2/caffe2/issues/298 for updates.

RobertBiehl commented 7 years ago

@ankghost0912 you can try Caffe2Kit to get it integrated into any iOS project in minutes.

RobertBiehl commented 7 years ago

@bwasti I think this issue can be closed as the discussion continues in #298