Toolkit for 4D (3D + T) data visualisation, operation, and dynamic dense-registration. Extents the existing concepts of 3D mesh toolkit to a 4D mesh toolkit.
Project description
mesh4d
Introduction
This package is developed for the data processing of the 3dMD 4D scanning system. Compared with traditional motion capture systems, such as Vicon:
-
Vicon motion capture system can provide robust & accurate key points tracking based on physical marker points attached to the human body. But it suffers from the lack of continuous surface deformation information.
-
3dMD 4D scanning system can record continuous surface deformation information. But it doesn't provide key point tracking functionality and it's challenging to track the key points via the Computer Vision approach, even with the state-of-the-art methods in academia[^Min_Z_2021].
[^Min_Z_2021]: Min, Z., Liu, J., Liu, L., & Meng, M. Q.-H. (2021). Generalized coherent point drift with multi-variate gaussian distribution and Watson distribution. IEEE Robotics and Automation Letters, 6(4), 6749–6756. https://doi.org/10.1109/lra.2021.3093011
To facilitate dynamic shape analysis research, we deem it an important task to construct a hybrid system that can integrate the advantages and potentials of both systems. The motivation and the core value of this project can be described as adding continuous spatial dynamic information to Vicon or adding discrete key points information to 3dMD, leading to an advancing platform for human factor research in the domain of dynamic human activity.
Setup
git clone https://github.com/liu-qilong/mesh4d.git
cd mesh4d
conda create -n mesh4d python=3.10
conda activate mesh4d
pip install -r requirements.txt
python -m pip install --editable .
Overall structure
P.S. The solid arrow pointing from class A to class B indicates that class B is derived from class A, while the dotted arrow indicates that a class A object contains a class B object as an attribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mesh4d-0.4.1.tar.gz.
File metadata
- Download URL: mesh4d-0.4.1.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af9b107eb6a441504385e6ad5e9e3c91e256d08aef36fa2fcada80075a03faca
|
|
| MD5 |
fa9d4dc35ce4bdfb7f9a451639ef8dda
|
|
| BLAKE2b-256 |
47f11cfadf7b8c7ef460f083446e90f5d2f637830ae330db5dd4846869807fea
|
File details
Details for the file mesh4d-0.4.1-py3-none-any.whl.
File metadata
- Download URL: mesh4d-0.4.1-py3-none-any.whl
- Upload date:
- Size: 25.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73782bcf2eb572e5bfb02247625c2b2e7e7dfabbd994781d0970201cefe23e43
|
|
| MD5 |
a8a4a18ae0962d7815d9af9317ce7fac
|
|
| BLAKE2b-256 |
d4d41f121bf587078cff2034df38d5af1472fe0255770007ea32e5d2ebbda1ec
|