Skip to content

Instantly share code, notes, and snippets.

View hobbeshunter's full-sized avatar

Martin Wudenka hobbeshunter

View GitHub Profile
@hobbeshunter
hobbeshunter / stereo_to_depth_glob.py
Created October 21, 2020 14:31
Compute depth maps from stereo dataset
#!/usr/bin/env python3
import argparse
import numpy as np
import cv2 as cv
import glob
import os
import sophus as sp
from multiprocessing import Pool