Giter Club home page Giter Club logo

Comments (4)

craftzdog avatar craftzdog commented on August 22, 2024

You should use opencv v2.x.
You can download it(v2.4.11) from http://opencv.org/downloads.html, and try it again.

Please paste the error message when failing to build the project cloned with --recursive option.

from caffe-ios-sample.

SPike666 avatar SPike666 commented on August 22, 2024

git clone --recursive [email protected]:noradaiko/caffe-ios-sample.git
Cloning into 'caffe-ios-sample'...
The authenticity of host 'github.com (192.30.252.131)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.252.131' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

from caffe-ios-sample.

SPike666 avatar SPike666 commented on August 22, 2024

I'm trying to build you app with already pre-trained caffe's network, which already worked on Linux.
But I haven't trained it and it was trained without using *.binaryproto, so I wonder if it work without it if i'll remove all references to mean_file and edit Classifier constructor.
I have no training set, so can't train my network properly with mean file.

Also not sure what should be in labels.txt file (have only *.prototxt and *.caffemodel)
Is there a possibility to add to your project some basic network files to check how it works. That would be great. Thanks.

from caffe-ios-sample.

craftzdog avatar craftzdog commented on August 22, 2024

You should have your SSH key registered on GitHub to clone it.

The classifier needs the binaryproto of mean file. Not sure if it works without the mean file.
The label file is just a list of category to show the prediction result, which is a text file each line is a name of the category.
Please learn more caffe and understand what these file are so that you can make your own app using caffe.

from caffe-ios-sample.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.