forked from mohamdev/InstantHMR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (24 loc) · 1004 Bytes
/
Copy pathrequirements.txt
File metadata and controls
28 lines (24 loc) · 1004 Bytes
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
# Recommended install path is `python install.py`, which picks the right
# torch + onnxruntime wheels for your hardware (Linux + CUDA, Mac, or CPU).
# This file is a portable fallback that uses the CPU wheel of torch and the
# stock CPU build of onnxruntime — it works everywhere but leaves a lot of
# performance on the table on NVIDIA GPUs and Apple Silicon.
# ----- inference + viz (required by demo.py) -----
numpy>=1.24
opencv-python>=4.8
pillow>=10
rfdetr>=1.0
rerun-sdk>=0.21
# Pulled in transitively by rfdetr; on Linux + CUDA you almost certainly
# want a CUDA wheel from the pytorch index instead — see install.py.
torch>=2.2
torchvision
# Mac ships CoreML EP inside plain onnxruntime; Linux GPU wants
# onnxruntime-gpu (which install.py picks). The CPU wheel below is the
# safe fallback.
onnxruntime>=1.19
# ----- training / annotation (optional, for reproduction) -----
# timm>=1.0
# tqdm
# loguru
# (For annotation: install Meta's sam-3d-body separately — see docs/annotation.md)