Giter Site home page Giter Site logo

Comments (4)

solrex avatar solrex commented on May 24, 2024 2

@yungs2017 Glad it works for you. Caffe-android-lib has more dependencies and is larger in size. It uses a older version of caffe and doesn't optimize the math_functions.hpp for android/ios. The real reason of your FPS drops is CPU down-clocking. If your app consumes a lot of computational power, your phone will generate more heat. Down-clocking will be triggered for self-protection. If you use a more complex model, caffe-mobile will encounter this situation too. That's why I eliminate so many dependencies, even use protobin to replace prototxt.

from caffe-mobile.

yungs2017 avatar yungs2017 commented on May 24, 2024

@solrex That's great! But at the beginning the FPS drops from 12 to about 7~8 in a very short time, and after that has remained between 7 to 8, what does it mean?

from caffe-mobile.

sh1r0 avatar sh1r0 commented on May 24, 2024

Hi @solrex, I found this project accidentally. No offence, I just noticed that your jni-related source files seem pretty similar to part of files in caffe-android-lib. I like open-source cultures and I'm glad that my codes help or boost someone. However, I do not think copying files from another project without giving credits is good.

from caffe-mobile.

solrex avatar solrex commented on May 24, 2024

@sh1r0 Yes, these files are based on your Caffe fork. Though I kept LICENSE the same, it was my fault not to mention your contribution. I added your project in "thanks" part, and a statement comment in jni-related source files (ref: https://github.com/solrex/caffe-mobile/blob/master/src/jni/). Thanks for your open-source contribution.

from caffe-mobile.

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.