[PYTHON] It seems that Skeleton Tracking can be done with RealSense

I have RealSense but I don't have Kinect, so I was giving up on Skeleton Tracking, but with RealSense [Skeleton Tracking SDK can be used](https://dev.classmethod.jp/articles/skeleton-tracking- I heard sdk-by-cubenos-tutorial-windows /).

Installation

https://www.intelrealsense.com/skeleton-tracking/ Start from "Quick Start" on the right side here.

This time I will try it with python. According to this article, python 3.8 is not supported. So

Create a virtual environment

The virtual environment is created with this. https://www.python.jp/install/windows/venv.html

Once the environment is created

py -3.7 -m venv py37env

Allow it to run in 3.7.

python estimate-keypoints.py -o C:\tmp\output01.jpg C:\Users\username\Downloads\Image name.jpg

It was big!

output01.jpg

Next, I would like to try using real-time video acquired with RealSense.

I wonder if this can be embedded in Touch Designer. Or even with external cooperation, if this tracking image can be read by TD, various things can be done ... And dreaming.

Recommended Posts

It seems that Skeleton Tracking can be done with RealSense
I investigated the pretreatment that can be done with PyCaret
It seems that you can now write gate books with blueqat
File types that can be used with Go
List packages that can be updated with pip
Tensorflow, it seems that even the eigenvalues of the matrix can be automatically differentiated
Moved Raspberry Pi remotely so that it can be LED attached with Python
It seems that cancelall childorders can be used to cancel all parent orders (special orders) with the bitflyer API
Color list that can be set with tkinter (memorial)
Python knowledge notes that can be used with AtCoder
Limits that can be analyzed at once with MeCab
Morphological analysis and tfidf (with test code) that can be done in about 1 minute
Text analysis that can be done in 5 minutes [Word Cloud]
Maybe it can be recursed
Let's make a diagram that can be clicked with IPython
I tried to expand the database so that it can be used with PES analysis software
[Python] Make a graph that can be moved around with Plotly
[Python] It seems that global variables cannot be referenced in Multiprocessing
Make a Spinbox that can be displayed in Binary with Tkinter
I made a shuffle that can be reset (reverted) with Python
Make a currency chart that can be moved around with Plotly (2)
Comparison of 4 styles that can be passed to seaborn with set_context
Make a Spinbox that can be displayed in HEX with Tkinter
Make a currency chart that can be moved around with Plotly (1)
requirements.txt can be commented out with #
Confirmation that rkhunter can be installed
It seems that some RHEL will be free with a big boo for the end of CentOS
Get a list of camera parameters that can be set with cv2.VideoCapture and make it a dictionary type
Acoustic signal processing module that can be used with Python-Sounddevice ASIO [Application]
Create a web app that can be easily visualized with Plotly Dash
Serverless LINE Bot that can be done in 2 hours (source identifier acquisition)
[Can be done in 10 minutes] Create a local website quickly with Django
Mathematical optimization that can be used for free work with Python + PuLP
Draw a graph that can be moved around with HoloViews and Bokeh
Measures that pip install cannot be done with pycharm or import ssl cannot be done
Acoustic signal processing module that can be used with Python-Sounddevice ASIO [Basic]
A story that heroku that can be done in 5 minutes actually took 3 days
Items that cannot be imported with sklearn
A memo for making a figure that can be posted to a journal with matplotlib
Since python is read as "Pichon", it can be executed with "Pichon" (it is a story)
Format DataFrame data with Pytorch into a form that can be trained with NN
I made a familiar function that can be used in statistics with Python
Linux command that can be used from today if you know it (Basic)
Read the image posted by flask so that it can be handled by opencv
It can be achieved in 1 minute! Decorator that caches function execution results in memcached
Chainer 2.0 will be released soon It seems that another Chainer that supports large-scale distributed processing will be released