GithubHelp home page GithubHelp logo

Comments (13)

sladomic avatar sladomic commented on August 18, 2024

@ashokbugude what is the question exactly and which version of the library do you use?

from android-face-recognition-with-deep-learning-test-framework.

ashokbugude avatar ashokbugude commented on August 18, 2024

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

@ashokbugude In the old version, where you couldbuild from source (the one you are using, I suppose), you can find the libs here https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Library/tree/v1.4.0/jni-build/libs if you execute the make command in the jni-build folder. The command make install then copies these libs to /src/main/jniLibs

But I don't know your setup, because you've changed a lot of things. Best would be that you fork the library, apply your changes and commit them to your fork. So I could see your changes on your GitHub fork

from android-face-recognition-with-deep-learning-test-framework.

ashokbugude avatar ashokbugude commented on August 18, 2024

Thanks for your response. Yes I am speaking about old version and I assume I have not made any modifications to your older version. Can I please know how are the libs in https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Library/tree/v1.4.0/jni-build/libs generated? Are these generated from Android.mk file when we build the project ?
Will the make command be automatically executed when we build the Android project or do we need to run manually everytime we build the project ?

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

When we first started the project this was executed automatically but we separated it one day because we wanted to have control of which lib version we use. So now it's a manual execution. It shouldn't be so difficult to include it. You would need to add some config to the gradle files, but I don't know the exact config anymore

from android-face-recognition-with-deep-learning-test-framework.

ashokbugude avatar ashokbugude commented on August 18, 2024

Thanks,
Sorry to ask you again, I couldn't understand the answer for below question

Can I please know how are the libs in https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Library/tree/v1.4.0/jni-build/libs generated?

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

They are generated with ndk-build, which is provided by the Android NDK. It uses the jni/Application.mk and jni/Android.mk files as config files, then executes the toolchain compiler https://developer.android.com/ndk/guides/ndk-build.html https://developer.android.com/ndk/guides/standalone_toolchain.html

from android-face-recognition-with-deep-learning-test-framework.

ashokbugude avatar ashokbugude commented on August 18, 2024

Thanks,
to run the ndk-build provided by Android NDK, I need to run the make file right ? As the ndk build command is present in make file .
Should I run the make command after building Android Project or before building Android Project ?

from android-face-recognition-with-deep-learning-test-framework.

ashokbugude avatar ashokbugude commented on August 18, 2024

In the make file, only ndk-build is executed , the other commands ndk-install and and ndk-clean-build are not being executed

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

you mean even if you try "make clean" or "make install"?

from android-face-recognition-with-deep-learning-test-framework.

ashokbugude avatar ashokbugude commented on August 18, 2024

Sorry , I thought all the 3 commands would be executed 1 after another by ruuning 'make -f Makefile'
I need to run below 3 commands one after other right ?

  1. make -f Makefile clean
  2. make -f Makefile build
  3. make -f Makefile install

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

exactly..I usually run:
make clean
make
make install

from android-face-recognition-with-deep-learning-test-framework.

ashokbugude avatar ashokbugude commented on August 18, 2024

Thanks

from android-face-recognition-with-deep-learning-test-framework.

Related Issues (20)

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.