view trafficintelligence/run-tests.sh @ 1201:28bf2420c412

work in progress to import KITTI data
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 28 Feb 2023 17:16:49 -0500
parents 75a6ad604cc5
children
line wrap: on
line source

#!/bin/sh
# for file in tests/*... basename
for f in ./*.py
do
    python3 $f
done