Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilharp/depth-estimate-gui
Depth Estimate GUI - Windows, Mac, Linux
https://github.com/ilharp/depth-estimate-gui
depth-prediction midas monodepth single-image-depth-prediction
Last synced: 11 days ago
JSON representation
Depth Estimate GUI - Windows, Mac, Linux
- Host: GitHub
- URL: https://github.com/ilharp/depth-estimate-gui
- Owner: ilharp
- License: mit
- Created: 2021-10-26T08:02:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T11:05:52.000Z (over 2 years ago)
- Last Synced: 2024-11-02T03:11:49.050Z (18 days ago)
- Topics: depth-prediction, midas, monodepth, single-image-depth-prediction
- Language: C#
- Homepage:
- Size: 2.08 MB
- Stars: 52
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 中文用户可直接左转 [B 站动态](https://t.bilibili.com/587366069405400548)
>
> 如果需要多帧/视频的深度图 或需要 AE 插件的话 可以看看 [Auto Depth](https://www.bilibili.com/video/BV1v44y1Y7va)Depth Estimate GUI
GUI for generating depth graphics. Use [MiDaS](https://github.com/isl-org/MiDaS) and [monodepth2](https://github.com/nianticlabs/monodepth2). Support Windows, Mac and Linux.
## Screenshots
![Screenshot](https://raw.githubusercontent.com/Afanyiyu/img/master/img-picgo/depth-estimate-gui-screenshot.png)
## Features
- [x] Generate depth graphics
- [x] Use [MiDaS](https://github.com/isl-org/MiDaS) and [monodepth2](https://github.com/nianticlabs/monodepth2)
- [x] Support common image formats for input/output
- [x] Support all color maps from [Matplotlib](https://matplotlib.org/stable/tutorials/colors/colormaps.html)
- [ ] Batch process (TODO)
## Matrix
### GUI Package Matrix
Windows x64|macOS x64|Linux x64
-|-|-
`gui-win-x64.zip` (:white_check_mark:)|`gui-osx-x64.zip` (:white_check_mark:)|`gui-linux-x64.zip` (:heavy_check_mark:)### Tools Package Matrix
|CUDA 10.2|CUDA 11.1|CPU (`cpuonly`)
-|-|-|-
Windows x64|`tools-win-x64-10.2.zip` (:white_check_mark:)|`tools-win-x64-11.1.zip` (:white_check_mark:)|`tools-win-x64-cpuonly.zip` (:white_check_mark:)
macOS x64|:x:|:x:|`tools-osx-x64-cpuonly.zip` (:white_check_mark:)
Linux x64|`tools-linux-x64-10.2.zip` (:heavy_check_mark:)|`tools-linux-x64-11.1.zip` (:heavy_check_mark:)|`tools-linux-x64-cpuonly.zip` (:heavy_check_mark:):white_check_mark:: Tested
:heavy_check_mark:: Supported
:x:: Unsupported
## Installation
You need to download 2 packages: **GUI Package** and **Tools Package**. Check the [Matrix](#matrix) section and find the suitable package for your computer.
If you do not have an NVIDIA graphic card, download the `cpuonly` package. Otherwise, check [CUDA Release Notes](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html) to select CUDA version.
Go to [Releases](https://github.com/depth-estimate-gui/depth-estimate-gui/releases) to download packages. After downloading these two packages, **unzip** them, **merge** them and then start the `depth-estimate-gui` executable.
## BUGs & Issues
Feel free to [open issues](https://github.com/depth-estimate-gui/depth-estimate-gui/issues/new/choose). Please attach a **log** (`...` -> `Show Log` in editor window) when submitting a bug.
## Contributions
PRs are welcome! Feel free to contribute on this project.
## LICENSE
All files and codes **in this repo** use [MIT LICENSE](https://github.com/depth-estimate-gui/depth-estimate-gui/blob/master/LICENSE). For [MiDaS](https://github.com/isl-org/MiDaS) and [monodepth2](https://github.com/nianticlabs/monodepth2), please check their respective licenses.