Sendeky / PyTorch-MiDaS-Test

A PyTorch MiDaS test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch-MiDaS-Test

Python

Description

A small script that uses PyTorch MiDaS depth estimation to estimate depth from video.

Requirements:

  • Python (Tested on 3.9, should work on anything recent)

Getting Started:

  1. Clone project
  2. pip install -r requirements.txt
  3. Place a video in the project folder
  4. python VideoTest.py

Performance

~32fps when using:

  • NVIDIA GTX 1060 3GB
  • Ryzen 5 2600
  • 16GB 2667 MHz
  • SSD Storage
  • 1920x1080p H.264 Video

About

A PyTorch MiDaS test

License:MIT License


Languages

Language:Python 100.0%