Skip to content

Instantly share code, notes, and snippets.

View benjaminabruzzo's full-sized avatar
🎯
Focusing

Benjamin benjaminabruzzo

🎯
Focusing
View GitHub Profile
"""OpenCV contours to Shapely polygons converter
This script allows the user to convert the contours hirarchy generated by cv2.find_contours()
into a list of Shapely polygons.
This script requires that `cv2` `numpy` and `shapely` be installed within the Python
environment you are running this script in.
This file can also be imported as a module and contains the following
functions:
@benjaminabruzzo
benjaminabruzzo / 0033.yml
Created February 18, 2025 15:30 — forked from CribberSix/0033.yml
docker-compose.yml for a series of articles on my medium
version: "3"
services:
# scheduler & monitoring service
airflow-webserver:
hostname: myairflow
container_name: airflow_container
image: 'puckel/docker-airflow:1.10.9' # latest image as of 2021-11-08.
ports:
- '8085:8080'
@benjaminabruzzo
benjaminabruzzo / Install NVIDIA Driver and CUDA.md
Created November 5, 2018 15:56 — forked from zhanwenchen/Install NVIDIA Driver and CUDA.md
Install NVIDIA CUDA 9.0 on Ubuntu 16.04.4 LTS