Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions Installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# About FreeU
FreeU is an open-source Python library for unified and efficient processing of various 3D human data.

-Unified data structure for different 3D human data formats
- Efficient data processing and conversion
- Support for popular 3D human datasets and models

## Installation:


```
bash
pip install FreeU
```


## Usage:


```
import FreeU as fu

# Load 3D human mesh
mesh = fu.load_mesh('mesh.obj')

# Convert mesh to SMPL format
smpl_mesh = fu.convert_mesh_to_smpl(mesh)
```
Feel free to contribute!