https://github.com/cursedprograms/monocular-depth
https://github.com/cursedprograms/monocular-depth
cpp python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cursedprograms/monocular-depth
- Owner: CursedPrograms
- License: mit
- Created: 2024-10-10T21:02:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T19:53:14.000Z (2 months ago)
- Last Synced: 2025-04-14T20:40:37.680Z (2 months ago)
- Topics: cpp, python
- Language: Python
- Homepage: https://cursedprograms.github.io/Monocular-Depth/
- Size: 35.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://x.com/NorowaretaGemu)
[](https://opensource.org/licenses/MIT)
![]()
![]()
![]()
![]()
![]()
# Monocular-Depth
## How to Run:
### Install Requirements
Using Python directly:
```bash
pip install -r requirements.txt
```
Or run:
- `install_requirements.bat`
### Run main.py
Using Python directly:
```bash
python main.py
```Using provided scripts:
Windows:
- `.\run.bat`
or
- `.\run.ps1`Unix-like systems (Linux/macOS):
- `.\run.sh`
## Make Executables
https://sourceforge.net/projects/mingw/
### Make an EXE
```bash
g++ main.cpp -o main.exe
```or Run:
- `.\exemake.bat`### Make a DLL
```bash
g++ main.cpp -o main.dll
```or Run:
- `.\dllmake.bat`Run:
- `.\runmain.bat`
© Cursed Entertainment