Mercurial > hg > nsaunier > traffic-intelligence
comparison scripts/classify-objects.py @ 1012:01db14e947e4
resolved
| author | Wendlasida |
|---|---|
| date | Fri, 01 Jun 2018 10:47:49 -0400 |
| parents | 933670761a57 |
| children | b7689372c0ec |
comparison
equal
deleted
inserted
replaced
| 1011:4f0312bee393 | 1012:01db14e947e4 |
|---|---|
| 1 #! /usr/bin/env python | 1 #! /usr/bin/env python3 |
| 2 | 2 |
| 3 import cvutils, moving, ml, storage | 3 import cvutils, moving, ml, storage |
| 4 | 4 |
| 5 import numpy as np | 5 import numpy as np |
| 6 import sys, argparse | 6 import sys, argparse |
