Giter VIP home page Giter VIP logo

deepsense01's Introduction

DeepSense

The app is configured to work on Moto G4 Plus with Adreno GPU,

Download the models below, extract and copy them onto mobile devices and set the link in DeepSense App to load them.

VGG-F Link: https://drive.google.com/file/d/0B_GMfaURPvQDQk9sU3FHdU1sUzA/view?usp=sharing

Yolo Tiny Link: https://drive.google.com/file/d/0B_GMfaURPvQDZVVFMnBXQUU3X2s/view?usp=sharing

To run the app

    1. Download and extract the model
    1. Put the whole model's directory onto device's storage
    1. Change the path in MainActivity.java

      Comment the line

      private static String model_yolo_tiny = (new File(Environment.getExternalStorageDirectory(), "YoloModels/Yolo-Tiny-New- Format")).getAbsolutePath();

      instead write

      private static String model_yolo_tiny = "/sdcard/Yolo-Tiny-New-Format";

      Same can be done for VGG network also.

    1. copy one image onto your device's storage and provide its path in MainActivity.java

      example:

      comment the line

      private String selectedImagePath = null;

      and give the path of your image file

      private String selectedImagePath ="/sdcard/IMG_20180108_181026061_BURST000_COVER_TOP~3.jpg";

    1. Run :)

Enjoy DeepSense

deepsense01's People

Contributors

shikhagoel003 avatar

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.