File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ * .ipynb
Original file line number Diff line number Diff line change 6
6
import sys
7
7
import os
8
8
import time
9
- import cv2 # http://seeb0h.github.io/howto/howto-install-homebrew-python-opencv-osx-el-capitan/
9
+ import cv2 # install cv3, python3: http://seeb0h.github.io/howto/howto-install-homebrew-python-opencv-osx-el-capitan/
10
+ # add to profile: export PYTHONPATH=$PYTHONPATH:/usr/local/Cellar/opencv3/3.2.0/lib/python3.6/site-packages/
10
11
import numpy as np
11
12
from scipy .spatial import distance
12
13
import argparse
Original file line number Diff line number Diff line change 3
3
import sys
4
4
import os
5
5
import time
6
- import cv2 # http://seeb0h.github.io/howto/howto-install-homebrew-python-opencv-osx-el-capitan/
6
+ import cv2 # install cv3, python3: http://seeb0h.github.io/howto/howto-install-homebrew-python-opencv-osx-el-capitan/
7
+ # add to profile: export PYTHONPATH=$PYTHONPATH:/usr/local/Cellar/opencv3/3.2.0/lib/python3.6/site-packages/
7
8
import numpy as np
8
9
import argparse
9
10
import torch
You can’t perform that action at this time.
0 commit comments