-
Notifications
You must be signed in to change notification settings - Fork 45
Versions
kwyuan edited this page May 13, 2017
·
5 revisions
We here provide multiple versions for users in case that different people have different levels of requirements.
1-0-stable: A stable version, simply showing you how to wrap Caffe2
with iOS
.
- Demo Caffe2 Wrapper working with iOS
- Upload Photos for testing
- Displaying Memory Consumption and Time Elapse
- Live detection
- model size is limited to 64MB
2-0-stable: A stable version, providing more features for experienced developers, not only just showing how to wrap Caffe2
with iOS
and also providing more features for higher level tests.
- Demo
- Upload Photos
- Choose different pre-loaded models
- Live detection
- Showing memory/elapse/model names in live detection
- Upload
init
andpredict
models throughURL
and test it with your own photos - Increased the model size limit to 500MB
- Local model management
- Wrap with Metal GPU Acceleration when official code is out