mirror of
https://github.com/huchenlei/Depth-Anything.git
synced 2026-03-12 21:09:47 +00:00
Initial commit
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user