Remove files
Browse files- HOT3DHUGGFACE/.gitattributes +0 -2
- HOT3DHUGGFACE/.gitignore +0 -4
- HOT3DHUGGFACE/pixi.lock +0 -0
- HOT3DHUGGFACE/pixi.toml +0 -35
HOT3DHUGGFACE/.gitattributes
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
# GitHub syntax highlighting
|
| 2 |
-
pixi.lock linguist-language=YAML
|
|
|
|
|
|
|
|
|
HOT3DHUGGFACE/.gitignore
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
# pixi environments
|
| 2 |
-
.pixi
|
| 3 |
-
# dataset download instruction
|
| 4 |
-
/dataset/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HOT3DHUGGFACE/pixi.lock
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
HOT3DHUGGFACE/pixi.toml
DELETED
|
@@ -1,35 +0,0 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "hot3d"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = "Hot3D dataset API"
|
| 5 |
-
authors = ["Pierre Moulon <pierrem@meta.com>"]
|
| 6 |
-
channels = ["conda-forge"]
|
| 7 |
-
platforms = ["linux-64", "osx-arm64", "osx-64"]
|
| 8 |
-
|
| 9 |
-
[system-requirements]
|
| 10 |
-
libc = { family="glibc", version="2.30" }
|
| 11 |
-
|
| 12 |
-
[tasks]
|
| 13 |
-
|
| 14 |
-
setup_for_hands = """
|
| 15 |
-
python3 -m pip install 'git+https://github.com/vchoutas/smplx';
|
| 16 |
-
python3 -m pip install 'git+https://github.com/mattloper/chumpy';
|
| 17 |
-
"""
|
| 18 |
-
|
| 19 |
-
# Note:
|
| 20 |
-
# Getting chumpy and smplx from git matters to have last update that have not been pushed to pypi
|
| 21 |
-
# See chumpy https://github.com/mattloper/chumpy/issues/55
|
| 22 |
-
|
| 23 |
-
viewer = "python3 viewer.py"
|
| 24 |
-
|
| 25 |
-
[dependencies]
|
| 26 |
-
pip = "*"
|
| 27 |
-
python = "==3.10"
|
| 28 |
-
rerun-sdk = "~=0.16.1"
|
| 29 |
-
|
| 30 |
-
[pypi-dependencies]
|
| 31 |
-
torch = "~=2.1.2"
|
| 32 |
-
matplotlib = "*"
|
| 33 |
-
projectaria_tools = "~=1.5.2"
|
| 34 |
-
requests = "*"
|
| 35 |
-
vrs = "*"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|