Caffe2-iOS icon indicating copy to clipboard operation
Caffe2-iOS copied to clipboard

Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.

Results 5 Caffe2-iOS issues
Sort by recently updated
recently updated
newest added

Since caffe2's development has moved to [pytorch](https://github.com/pytorch/pytorch), wouldn't it be better to use this instead ? I tried to follow [these instructions](https://caffe2.ai/docs/getting-started.html?platform=ios&configuration=compile) to try to compile pytorch's version of caffe2...

I have successfully built Caffe2, but am not sure how to use my own dataset of training images in the Xcode project (building for iOS). I've looked [here](https://caffe2.ai/docs/tutorial-create-your-own-dataset.html), but that...

I have MobileNetInit.pb and MobileNetPredict.pb in the models directory, but when I build this project, I got the error `'try!' expression unexpectedly raised an error: Error Domain=Caffe2 Code=1 "File named...

I use the profiling tool to analyze the time consumption of each function. Be surprised to find that there is no nnpack function and the eigen function has been used....

Hey! Awesome job loading LeNet on the fly! On first run it seems to be loading fine but the output is something I'm not able to comprehend. If you can...