Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegetebird committed Apr 8, 2023
1 parent e471749 commit a3fc03a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,19 @@ Then, you need to put your in-the-wild videos in the './demo/video' directory.

Run the command below:
```bash
python demo/vis.py --video sample_video.mp4
# Run the command below:
python demo/vis.py --video sample_video.

# Or run the command to fix axis z:
python demo/vis.py --video sample_video.mp4 --fix_z
```

Sample demo output:

<p align="center"><img src="figure/sample_video.gif" width="60%" alt="" /></p>
| ![sample_video](figure/sample_video.gif) | ![sample_video_fix_z](figure/sample_video_fix_z.gif) |
| ------------- | ------------- |

<!-- <p align="center"><img src="figure/sample_video.gif" width="60%" alt="" /></p>
Or run the command below:
```bash
Expand All @@ -108,7 +115,7 @@ python demo/vis.py --video sample_video.mp4 --fix_z
Sample demo output:
<p align="center"><img src="figure/sample_video_fix_z.gif" width="60%" alt="" /></p>
<p align="center"><img src="figure/sample_video_fix_z.gif" width="60%" alt="" /></p> -->


## Citation
Expand Down

0 comments on commit a3fc03a

Please sign in to comment.