Skip to content

Commit b43835d

Browse files
authored
Update README.md
1 parent a50dc9d commit b43835d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ os.environ["OPENAI_API_KEY"] = 'your api key'
9696
make app
9797
```
9898

99+
### What keypoint file format do we support?
100+
- If you only provide the raw video file, we use SuperAnimal models [SuperAnimal models] (https://www.nature.com/articles/s41467-024-48792-2) to predict your video. This is only supported with cpu or gpu installation. While we highly recommend gpu installation, we are working on faster, light-weight superanimal models to work on your CPU.
101+
- If you already have keypoint file corresponding to the video file, look up how we set-up the config file in the notebooks. Right now we only support keypoint output from DeepLabCut. Other keypoint formats can be added upon feature requests.
102+
103+
99104
### Try AmadeusGPT with our example notebooks
100105
We provide example notebooks at [Notebooks](notebook)
101106

0 commit comments

Comments
 (0)