Giter VIP home page Giter VIP logo

multi_human_3d_skeletons_rgbd's Introduction

Multi-human_Skeleton_RGB-D

Efficient multi-human 3D skeleton tracking based on RealSenese RGBD

DEMO

GIF

Dependency Version

Python 3.10

numpy, ultralytics, torch, opencv-python

Details in pyproject.toml

Poetry is recommended to initialize this repository, where pyproject.toml and poetry.lock are provided.

Get started

  1. Set global configuration config.py You can modify YOLO-POSE model POSE_MODEL, filters USE_KALMAN MINIMAL_FILTER OUTLIER_FILTER, output filename TASK_NAME, save mode SAVE_YOLO_IMG.

  2. Run feature_extractor/skeleton_extractor_node.py with activated ROS TOPICS. NOTE: make sure the image types in configuaration match your ROS TOPICS(Imgae vs Compressed Image)

  3. The results will be saved in data/piclke as .pkl with TASK_NAME.

  4. If you want to generate a demo, run plot/plot_pickle.py and you will get Matplotlib figures generated in data/figure.

  5. Then run plot/creat_video_from_img.py and get video demo in data/video. Before generate the video, you can select desired frame interval in config. NOTE: The opencv and matplotlib might conflict because of PyQt5 and cause dump conflicts, try to avoid import them in the same PID.

License

ultralytics YOLO v8 requires all the following repository with GNU AGPLv3.

What's Next

  • ROS2 dev, Real-time deployment on robot and calibration with multi-view pseudo ground true.
  • Descriptor and Feature
  • Action prediction based motion planning.

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.