Coder Social home page Coder Social logo

aaravg04 / mouse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pgrady3/pressurevision2

0.0 0.0 0.0 10.76 MB

[WACV 2024] PressureVision++: Estimating Fingertip Pressure from Diverse RGB Images - working off of this on a personal project

License: MIT License

Python 100.00%

mouse's Introduction

Pressure Vision 3

Two more approaches to improve upon the current work done

  1. take two camera inputs and use stereo vision to get the 3D pooling of the pressure inference

  2. take two images and train a new model to estimate the pressure based on two image inputs instead of a single image

Approach Status

1: Stereo Vision 3D pooling implementation (prediction/twoway-inf.py)

  • camera projection calibration
  • calibration with multiple cameras and single chessboard
  • run inference on both camera input images post calibration
  • fix projection -> seems to be working, using panorama stitching for overlapping features to pool (use pix[i,j] = max(img1[i,j], img2[i,j]) instead of addition to avoid inflation of points where pressure estimated from both angles)
  • figure out how to pool inference in 3D (average, conv, something else?)
  • run trials of accuracy against pressure sensor (single camera vs double camera approach to see which is better, mIoU metric because segmentation?)
  • refactor code so it can be run easily by a user (right now its a very messy script)

2: Dual image pressure estimation model training

  • TODO: plan once phase 1 completed (likely a very similar architecture to the preexisting model though, just for two image inputs instead of one)

mouse's People

Contributors

pgrady3 avatar pressurevision 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.