All Projects → dahburj → Barracuda-PoseNet

dahburj / Barracuda-PoseNet

Licence: BSD-3-Clause License
PoseNet Using Unity MLAgents Barracuda Engine

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to Barracuda-PoseNet

SRN
Code for "SRN: Stacked Regression Network for Real-time 3D Hand Pose Estimation" BMVC 2019
Stars: ✭ 27 (-12.9%)
Mutual labels:  pose-estimation, pose-tracking
DeepLabCut-core
Headless DeepLabCut (no GUI support)
Stars: ✭ 29 (-6.45%)
Mutual labels:  pose-estimation, pose-tracking
sleap
A deep learning framework for multi-animal pose tracking.
Stars: ✭ 200 (+545.16%)
Mutual labels:  pose-estimation
FashionAI-Keypoint
fashionAI clothes keypoint detection
Stars: ✭ 19 (-38.71%)
Mutual labels:  pose-estimation
awesome-6d-object
Awesome work on object 6 DoF pose estimation
Stars: ✭ 252 (+712.9%)
Mutual labels:  pose-estimation
ICON
ICON: Implicit Clothed humans Obtained from Normals (CVPR 2022)
Stars: ✭ 641 (+1967.74%)
Mutual labels:  pose-estimation
Fast Stacked Hourglass Network OpenVino
A fast stacked hourglass network for human pose estimation on OpenVino
Stars: ✭ 52 (+67.74%)
Mutual labels:  pose-estimation
Robotics-Object-Pose-Estimation
A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task.
Stars: ✭ 153 (+393.55%)
Mutual labels:  pose-estimation
MobileNetV2-PoseEstimation
Tensorflow based Fast Pose estimation. OpenVINO, Tensorflow Lite, NCS, NCS2 + Python.
Stars: ✭ 99 (+219.35%)
Mutual labels:  pose-estimation
Multi-Person-Pose-using-Body-Parts
No description or website provided.
Stars: ✭ 41 (+32.26%)
Mutual labels:  pose-estimation
sc depth pl
Pytorch Lightning Implementation of SC-Depth (V1, V2...) for Unsupervised Monocular Depth Estimation.
Stars: ✭ 86 (+177.42%)
Mutual labels:  pose-estimation
MSPN
Multi-Stage Pose Network
Stars: ✭ 321 (+935.48%)
Mutual labels:  pose-estimation
openpose-docker
A docker build file for CMU openpose with Python API support
Stars: ✭ 68 (+119.35%)
Mutual labels:  pose-estimation
HRFormer
This is an official implementation of our NeurIPS 2021 paper "HRFormer: High-Resolution Transformer for Dense Prediction".
Stars: ✭ 357 (+1051.61%)
Mutual labels:  pose-estimation
Primer-MotionCapture
A Primer on Motion Capture with Deep Learning:Principles, Pitfalls and Perspectives
Stars: ✭ 19 (-38.71%)
Mutual labels:  pose-estimation
Unity Detection2AR
Localize 2D image object detection in 3D Scene with Yolo in Unity Barracuda and ARFoundation.
Stars: ✭ 147 (+374.19%)
Mutual labels:  barracuda
label-studio-frontend
Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
Stars: ✭ 230 (+641.94%)
Mutual labels:  pose-estimation
LoFTR
Code for "LoFTR: Detector-Free Local Feature Matching with Transformers", CVPR 2021
Stars: ✭ 1,046 (+3274.19%)
Mutual labels:  pose-estimation
chainer-dense-fusion
Chainer implementation of Dense Fusion
Stars: ✭ 21 (-32.26%)
Mutual labels:  pose-estimation
OPVO
Sample code of BMVC 2017 paper: "Visual Odometry with Drift-Free Rotation Estimation Using Indoor Scene Regularities"
Stars: ✭ 40 (+29.03%)
Mutual labels:  pose-estimation

Barracuda-PoseNet Using Unity 2019.1.0b8

Real-time WebCam test scene is located in Assests/POSE-NET/Scenes/Test

Video https://youtu.be/MievgkYDquc

Getting 40-68FPS on a Macbook Pro Mid2015 Intel Core i7, 16GB memory DDR3

I got to this point with major help from these repos and alot of code here is re-used or based on theirs:-

https://github.com/keijiro/AsyncCaptureTest.git https://github.com/infocom-tpo/PoseNet-Unity.git https://github.com/rwightman/posenet-python.git I’m using this Texture resize package https://assetstore.unity.com/packages/tools/utilities/resize-pro-61344

If you don’t want to buy it and have your own way of resizing just comment out the lines using the package.

I feel like the code and performance could be made so much better, I began trying to see if I can make use of Unity’s new ECS system but it’s my first time experiementing with parallel jobs and could not get it to work with what I know. I’ll update as I learn more about using custom jobs and Barracuda as there isn’t alot of information on the topic out there. Contribs/Help suggested and appreciated!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].