Skip to content

Commit

Permalink
update the instruction for demos.
Browse files Browse the repository at this point in the history
  • Loading branch information
LHY-HongyangLi committed Jul 16, 2024
1 parent 48df461 commit f8d9859
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ Download our provided [checkpoint](https://drive.google.com/file/d/1sb4BXpCsYe6a
# Select the dataset you want to evaluate in evaluate.sh manually.
bash evaluate.sh
```

## Demos
```sh
# Point Trajectory Demo
CUDA_VISIBLE_DEVICES=0 python demo_inter.py -c config/TAPTR.py --path_ckpt logs/TAPTR/taptr.pth
# Video Editing Demo
CUDA_VISIBLE_DEVICES=0 python demo_inter_video_editing.py -c config/TAPTR.py --path_ckpt logs/TAPTR/taptr.pth
```

## Train the models
```sh
bash dist_train.sh
Expand Down

0 comments on commit f8d9859

Please sign in to comment.