Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial to add own model #2

Open
jaympatel1893 opened this issue Apr 8, 2016 · 1 comment
Open

Tutorial to add own model #2

jaympatel1893 opened this issue Apr 8, 2016 · 1 comment

Comments

@jaympatel1893
Copy link

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.

@pppoe
Copy link
Owner

pppoe commented Apr 8, 2016

Hi, you can modify the lines 81~84 in the file ViewController.mm

    NSString *jsonPath = [[NSBundle mainBundle] pathForResource:@"Inception_BN-symbol.json" ofType:nil];
    NSString *paramsPath = [[NSBundle mainBundle] pathForResource:@"Inception_BN-0039.params" ofType:nil];
    NSString *meanPath = [[NSBundle mainBundle] pathForResource:@"mean_224.bin" ofType:nil];
    NSString *synsetPath = [[NSBundle mainBundle] pathForResource:@"synset.txt" ofType:nil];

this repo is mainly used to show how to run the mxnet on iOS. For the usages of mxnet, you can refer to the mxnet documentation https://mxnet.readthedocs.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants