Code Monkey home page Code Monkey logo

su-ece-21-4's Introduction

SU-ECE-21-4

This repository holds the final deliverables of Seattle University (SU) senior design team ECE 21.4 for Panthera Corporation. This software is an on-going collaboration between SU and Panthera, and this repository is a continuation of the work done in the past 4 years by SU ECE (Electrical and Computer Engineering) senior design teams. The past teams were ECE 17.7, ECE 18.7, ECE 19.7, and ECE 20.4.

This repository contains the software Recognition, which uses computer vision to determine the number of unique snow leopards in an image dataset.

Setup

  1. Install Docker (https://docs.docker.com/get-docker/)
  2. Add photos of snow leopards (JPG) to "data/images"
  3. Add masks (BMP with 1-bit color depth) to "data/masks"
    • Regions that contain a snow leopard should be white, and the rest black
  4. Edit "data/config.json" to desired configurations

How to run

  1. Open PowerShell/Terminal to project root directory (where this README.md file is located)
  2. Build Docker image: $ docker build . -t panthera
    • This creates a Docker image called "panthera"
    • This may take a while since it needs to install a lot of Python libraries
  3. Start new Docker container with image, and mount "data" folder
    • Windows PowerShell: $ docker run -it --rm -v $PWD\data:/app/data panthera
    • Mac/Linux Terminal: $ docker run -it --rm -v $(pwd)/data:/app/data panthera
    • The option -it makes the container interactive (show program in terminal as it runs)
    • The option --rm automatically deletes the container when it is done running
    • The option -v <host dir>:<container dir> mounts the "data" folder from the host into the container so that results can be accessed once the program is done running

Authors

  • Ross Pitman (Panthera Corporation)
  • ECE 19.7 (Seattle University)
  • ECE 20.4 (Seattle University)
  • ECE 21.4 (Seattle University)

su-ece-21-4's People

Contributors

caliens avatar phamdustin avatar sadaokan avatar

Stargazers

Peter Heitkemper avatar  avatar

Watchers

James Cloos avatar Edward Gao avatar  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.