{"id":15649674,"url":"https://github.com/ilharp/depth-estimate-gui","last_synced_at":"2025-04-30T17:22:12.789Z","repository":{"id":62846578,"uuid":"421334323","full_name":"ilharp/depth-estimate-gui","owner":"ilharp","description":"Depth Estimate GUI - Windows, Mac, Linux","archived":false,"fork":false,"pushed_at":"2022-03-21T11:05:52.000Z","size":2179,"stargazers_count":56,"open_issues_count":3,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T07:47:08.745Z","etag":null,"topics":["depth-prediction","midas","monodepth","single-image-depth-prediction"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilharp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-26T08:02:02.000Z","updated_at":"2025-04-18T15:10:24.000Z","dependencies_parsed_at":"2022-11-07T21:00:46.374Z","dependency_job_id":null,"html_url":"https://github.com/ilharp/depth-estimate-gui","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Fdepth-estimate-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Fdepth-estimate-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Fdepth-estimate-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Fdepth-estimate-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilharp","download_url":"https://codeload.github.com/ilharp/depth-estimate-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251749142,"owners_count":21637462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["depth-prediction","midas","monodepth","single-image-depth-prediction"],"created_at":"2024-10-03T12:30:49.718Z","updated_at":"2025-04-30T17:22:12.750Z","avatar_url":"https://github.com/ilharp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e 中文用户可直接左转 [B 站动态](https://t.bilibili.com/587366069405400548)\n\u003e\n\u003e 如果需要多帧/视频的深度图  或需要 AE 插件的话  可以看看 [Auto Depth](https://www.bilibili.com/video/BV1v44y1Y7va)\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/depth-estimate-gui/depth-estimate-gui/master/assets/icon.png\" width=\"200px\"\u003e\n\n\u003ch1\u003eDepth Estimate GUI\u003c/h1\u003e\n\n\u003c/div\u003e\n\nGUI for generating depth graphics. Use [MiDaS](https://github.com/isl-org/MiDaS) and [monodepth2](https://github.com/nianticlabs/monodepth2). Support Windows, Mac and Linux.\n\n## Screenshots\n\n![Screenshot](https://raw.githubusercontent.com/Afanyiyu/img/master/img-picgo/depth-estimate-gui-screenshot.png)\n\n## Features\n\n- [x] Generate depth graphics\n\n- [x] Use [MiDaS](https://github.com/isl-org/MiDaS) and [monodepth2](https://github.com/nianticlabs/monodepth2)\n\n- [x] Support common image formats for input/output\n\n- [x] Support all color maps from [Matplotlib](https://matplotlib.org/stable/tutorials/colors/colormaps.html)\n\n- [ ] Batch process (TODO)\n\n## Matrix\n\n### GUI Package Matrix\n\nWindows x64|macOS x64|Linux x64\n-|-|-\n`gui-win-x64.zip` (:white_check_mark:)|`gui-osx-x64.zip` (:white_check_mark:)|`gui-linux-x64.zip` (:heavy_check_mark:)\n\n### Tools Package Matrix\n\n　|CUDA 10.2|CUDA 11.1|CPU (`cpuonly`)\n-|-|-|-\nWindows 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:)\nmacOS x64|:x:|:x:|`tools-osx-x64-cpuonly.zip` (:white_check_mark:)\nLinux 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:)\n\n:white_check_mark:: Tested\n\n:heavy_check_mark:: Supported\n\n:x:: Unsupported\n\n## Installation\n\nYou need to download 2 packages: **GUI Package** and **Tools Package**. Check the [Matrix](#matrix) section and find the suitable package for your computer.\n\nIf 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.\n\nGo 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.\n\n## BUGs \u0026 Issues\n\nFeel free to [open issues](https://github.com/depth-estimate-gui/depth-estimate-gui/issues/new/choose). Please attach a **log** (`...` -\u003e `Show Log` in editor window) when submitting a bug.\n\n## Contributions\n\nPRs are welcome! Feel free to contribute on this project.\n\n## LICENSE\n\nAll 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filharp%2Fdepth-estimate-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filharp%2Fdepth-estimate-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filharp%2Fdepth-estimate-gui/lists"}