Skip to content

Commit 97441fe

Browse files
authored
Update README.md
1 parent b43835d commit 97441fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ 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.
99+
### Do I need to provide keypoint files?
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.
101101
- 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.
102102

103103

0 commit comments

Comments
 (0)