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

MXNet WhatThis Example for iOS

Results 6 WhatsThis-iOS issues
Sort by recently updated
recently updated
newest added

![image](https://cloud.githubusercontent.com/assets/16042607/25301271/0b42ac28-2755-11e7-8b57-349f3302db3d.png) when i run this model ,there is a problem ,

Hi I'm trying use converted caffe models and other mxnet models in place of Inception-BN Network model. The app crashes at execution of `MXPredForward(predictor);` during `p->exec->Forward(false);` . Anyone else faced...

Hello, this is great! How Can I train it myself with my images and categorize them?

``` objc #define MX_TREAD_LOCAL __declspec(thread) #ifndef MX_TREAD_LOCAL #message("Warning: Threadlocal is not enabled"); #endif ``` Come across this error when archiving with Xcode 7.2, latest iOS (iOS 9.2) $(ARCHS_STANDARD) Target arm64-only...

Hi! I was testing out the demo you have created and am receiving the following error when trying to build for the iPhone 5 or iPhone 4s -- ``` Undefined...

Hello, I have my own features and model parameters. What should be the changes in project? I am looking forward to do face recognition. Thank you.