GithubHelp home page GithubHelp logo

avatarchik / zozo-measurer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pinae/zozo-measurer

0.0 1.0 0.0 1.33 MB

Use the Zozo-Suit to measure yourself

License: GNU General Public License v3.0

Python 100.00%

zozo-measurer's Introduction

Zozo-Measurer

Track the markers on the Zozo-suit with OpenCV.

Installation

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Running

Run detect_points.py with a filename as first argument.

Example:

python3 detect_points.py IMG_20180911_163153_c.jpg

Runnig the script will create two files:

  • point_positions.png The original image with positions, IDs and distances drawn into the image.
  • collected_points.png A usually very wide image with all points in their original skewed position, the corrected version and an image with a drawing of the point it detected. Below is the ID, the confidence score in percent and the calculated distance.

Using in your own code

If you want to use detect_points.py in your own code, import detect_points. The function does all the heavy lifting and returns IDs, confidence scores (0 to 1), positions and distances. If you need raw data from the recognition use the raw_data dictionary which is returned as the last variable.

zozo-measurer's People

Watchers

 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.