Mercurial > hg > nsaunier > traffic-intelligence
comparison scripts/extract-appearance-images.py @ 1302:30711484d2f6
minor
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 14 Jul 2025 11:59:42 -0400 |
| parents | 2397de73770d |
| children |
comparison
equal
deleted
inserted
replaced
| 1301:7e42f83aab1f | 1302:30711484d2f6 |
|---|---|
| 1 #! /usr/bin/env python3 | 1 #! /usr/bin/env python |
| 2 | 2 |
| 3 import numpy as np, cv2 | 3 import numpy as np, cv2 |
| 4 import argparse, os | 4 import argparse, os |
| 5 from pandas import read_csv | 5 from pandas import read_csv |
| 6 from matplotlib.pyplot import imshow, figure | 6 from matplotlib.pyplot import imshow, figure |
