An open API service indexing awesome lists of open source software.

https://github.com/cursedprograms/monocular-depth


https://github.com/cursedprograms/monocular-depth

cpp python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/[email protected]?style=flat)](https://x.com/NorowaretaGemu)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)






ko-fi




Python


OpenCV


PowerShell
Shell
Batch


# 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





CursedEntertainment Logo