Skip to content

Commit 3feeb7d

Browse files
committed
Update README
1 parent 1827ebd commit 3feeb7d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,26 @@ SAM2_BUILD_ALLOW_ERRORS=0 SAM2_BUILD_CUDA=1 pip install --no-build-isolation -v
3232

3333
Kineo provides two processing modes: offline and online. The offline mode is the primary mode, designed for unconstrained, real-world video capture, delivering high reconstruction accuracy and supporting long sequences without on-site calibration. The online mode enables real-time processing of live video streams, offering immediate feedback for interactive applications.
3434

35+
### Prerequisites
36+
37+
To run Kineo's demo, you will need to download:
38+
39+
- SMPL-X body model from [here](https://smpl-x.is.tue.mpg.de/)
40+
- NLF model from [here](https://github.com/isarandi/nlf/releases/tag/v0.3.2)
41+
- EfficientTAM model from [here](https://huggingface.co/yunyangx/efficient-track-anything/tree/main)
42+
43+
Your directory structure should look like:
44+
```
45+
checkpoints/
46+
├── nlf_l_multi_0.3.2.torchscript
47+
├── efficienttam_s.pt
48+
body_models/
49+
├── smplx/
50+
│ ├── SMPLX_NEUTRAL.npz
51+
│ ├── SMPLX_NEUTRAL.pkl
52+
│ └── J_regressor_55.pt
53+
```
54+
3555
### Offline
3656

3757
In offline mode, Kineo uses the full video sequence to produce high-accuracy calibration of camera parameters and 3D motion reconstructions. This mode can be used on any video by running the following command:

0 commit comments

Comments
 (0)