You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sean McBride b8732147a9
test: lpd by plate count
3 years ago
..
images refactor: Move tests 3 years ago
.gitignore refactor: Move tests 3 years ago
Makefile test: lpd by plate count 3 years ago
README.md refactor: Move tests 3 years ago
edf_nopreemption.env refactor: Move tests 3 years ago
edf_preemption.env refactor: Move tests 3 years ago
fifo_nopreemption.env refactor: Move tests 3 years ago
fifo_preemption.env refactor: Move tests 3 years ago
run.sh test: lpd by plate count 3 years ago
spec.json test: lpd by plate count 3 years ago

README.md

License Plate Detection

Originally, this workload returned an image with license plates annotated with magenta bounding boxes. It was modified to return a textual representation of the bounding boxed to reduce network payload. However, the resulting coordinates seem to not match the coordinates of the source dataset suggesting that the image may have been resized or something.

Solving the problem is deferred to a low priority task because we previously verified that the workload is running when it returned annotated images.

The scripts DO NOT check for functional correctness of output for this reason. Please look at other scripts to have a better example for new applications.