paper-with-me

Papers

Pose2Sim: An open-source Python package for multiview markerless kinematics

2022-09-14 · Journal of OpenSource Software JOSS 2022 9 · David Pagnon, Mathieu Domalain, Lionel Reveret

Pose2Sim provides a workflow for 3D markerless kinematics, as an alternative to the more usual marker-based motion capture methods. Pose2Sim stands for “OpenPose to OpenSim”, as it uses OpenPose inputs (2D coordinates obtained from multiple videos) and leads to an OpenSim result (full-body 3D joint angles). The repository presents a framework for: • Detecting 2D joint coordinates from videos, e.g. via OpenPose (Cao et al., 2019) • Calibrating cameras • Detecting the person of interest • Triangulating 2D joint coordinates and storing them as 3D positions in a .trc file • Filtering these calculated 3D positions • Scaling and running inverse kinematics via OpenSim (Delp et al., 2007; Seth, 2018), in order to obtain full-body 3D joint angles Each task is easily customizable, and requires only moderate Python skills. Pose2Sim is accessible at https://github.com/perfanalytics/pose2sim.

📄 PDF Abstract BibTeX

Code (1)

perfanalytics/pose2sim pytorch

Methods 이 논문이 사용한 방법론

OpenPose 설명 없음

Similar Papers 제목 키워드 기반

mvlearn: Multiview Machine Learning in Python

2020-05-25 · Ronan Perry, Gavin Mischler, Richard Guo, Theodore Lee 외

As data are generated more and more from multiple disparate sources, multiview data sets, where each sample has features in distinct views, have ballooned in recent years. However, no comprehensive package exists that en…

BIG-bench Machine Learning

libact: Pool-based Active Learning in Python

2017-10-01 · Yao-Yuan Yang, Shao-Chuan Lee, Yu-An Chung, Tung-En Wu 외

libact is a Python package designed to make active learning easier for general users. The package not only implements several popular active learning strategies, but also features the active-learning-by-learning meta-alg…

Active Learning

torchosr -- a PyTorch extension package for Open Set Recognition models evaluation in Python

2023-05-16 · Joanna Komorniczak, Pawel Ksieniewicz

The article presents the torchosr package - a Python package compatible with PyTorch library - offering tools and methods dedicated to Open Set Recognition in Deep Neural Networks. The package offers two state-of-the-art…

Open Set Learning

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos 외

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built…

Model Selection

SBMLDiagrams: A python package to process and visualize SBML layout and render

2022-04-26 · Jin Xu, Jessie Jiang, Herbert M. Sauro

Summary: The Systems Biology Markup Language (SBML) is an extensible standard format for exchanging biochemical models. One of the extensions for SBML is the SBML Layout and Render package. This allows modelers to descri…