Initial commit

This commit is contained in:
Lihe Yang
2024-01-22 10:28:23 +08:00
committed by GitHub
parent d302936821
commit 150d7ac61b

View File

@@ -12,29 +12,4 @@ Please download our [config file](./config.json) and [pre-trained weights](https
## Video Editing
The demos below are generated by [MagicEdit](https://github.com/magic-research/magic-edit). The middle video is generated by MiDaS-based ControlNet, while the last video is generated by Depth Anything-based ControlNet.
<div style="display: flex; justify-content: space-around;">
<video width="30%" controls autoplay muted loop>
<source src="../assets/video_edit/demo1_video.mp4" type="video/mp4">
</video>
<video width="30%" controls autoplay muted loop>
<source src="../assets/video_edit/demo1_midas.mp4" type="video/mp4">
</video>
<video width="30%" controls autoplay muted loop>
<source src="../assets/video_edit/demo1_ours.mp4" type="video/mp4">
</video>
</div><br>
<div style="display: flex; justify-content: space-around;">
<video width="30%" controls autoplay muted loop>
<source src="../assets/video_edit/demo2_video.mp4" type="video/mp4">
</video>
<video width="30%" controls autoplay muted loop>
<source src="../assets/video_edit/demo2_midas.mp4" type="video/mp4">
</video>
<video width="30%" controls autoplay muted loop>
<source src="../assets/video_edit/demo2_ours.mp4" type="video/mp4">
</video>
</div>
Please refer to our [project page](https://depth-anything.github.io/). We use [MagicEdit](https://github.com/magic-research/magic-edit) to show demos of video editing based on depth information.