create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| # usage: `python ~/Desktop/contours.py 1994-654-12_v02.tif` | |
| # output is to a squareless.txt file and the directory "out" | |
| # Working well with thumbnails with 400px as their longest side - untested with other dimensions | |
| # for i in $(ls -1 | grep tif); do python /Users/artsyinc/Documents/resistance/experiments/artwork_image_cropping/contours.py $i; done | |
| import cv2 | |
| import numpy as np | |
| from matplotlib import pyplot as plt | |
| import sys |
Here's what I did to get things working.
Yep, over at: https://developer.apple.com