Skip to content

Implementing 3D human pose estimation and activity recognition system to detect and prevent fall of elderly or aged peoples.

Notifications You must be signed in to change notification settings

munnam77/Human-Pose-Estimation

Repository files navigation

3D Human Pose Estimation

This program is remodeled by moazzem (munnam77) forking 3d-pose-baseline.

Please check the above URL or README-ArashHosseini.md for details of operation.

Functional overview

  • Generates a 3D human model from the human skeleton detected by OpenPose.
  • Output joint data when generating 3D human model - By reading joint data with 3d-pose-baseline-multi
  • Analyze OpenPose data for multiple people.
    • Try to analysis for only one person.
    • Ver2.00 is now supports multiple people tracing. Please check FCRN-DepthPrediction for details.

Result

3D Reconstruction

Dependencies

Install the following in python3 series

H36M data

3D skeleton information is created based on Human3.6M. Download the compressed file from below, decompress it, and place it under data.

H36M Data zip (Dropbox)

Learning data

Since the original learning data hits the 260 character path limit of Windows, the path was simplified and regenerated. Download the compressed file below, unzip it, and place it under experiments.

Learning data zip (GoogleDrive)

Execution method

  1. Analyze data with Openpose Simple Launch Batch
  2. Generate data by depth estimation and person index with Depth Estimation
  3. Run [OpenposeTo3D.bat] (OpenposeTo3D.bat)
  4. You will be asked Directory path by INDEX, so specify the full path of Path by person index in 2. -`{Video file name} json {Execution date and time} _index {Order from the left of the 0th floor}} -For multiple traces, separate execution is required
  5. You will be asked if you want to detailed log. If you want to do so, enter yes -If not specified or no, normal log (each parameter file and 3D animated GIF) -In the case of warn, 3D animation GIF is not generated. -If yes, a detailed log is output, and a debug image is output in addition to the log message (slowly)
  6. Start processing

License

MIT

About

Implementing 3D human pose estimation and activity recognition system to detect and prevent fall of elderly or aged peoples.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published