File size: 717 Bytes
49d36c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = gem
version = 0.1.0
description = GEM: A Generalist Model for Human Motion
long_description = file: README.md
long_description_content_type = text/markdown

[options]
packages = find:
python_requires = >=3.10
install_requires =
    torch
    torchvision
    timm==0.6.7
    lightning
    hydra-core==1.3
    hydra-colorlog
    rich
    numpy
    setuptools
    opencv-python
    ffmpeg-python
    einops
    imageio==2.34.1
    av<14
    tqdm
    scipy
    pillow
    transformers
    open3d
    wandb
    huggingface_hub

[options.extras_require]
train =
    tensorboardX
    trimesh
dev =
    pytest
    ruff
    pre-commit
    black

[options.packages.find]
include =
    gem
    gem.*
    tools