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 a0a0c037cf
docs: document limitations of lpd script
4 years ago
..
images feat: lpd using framework 4 years ago
.gitignore feat: lpd using framework 4 years ago
README.md docs: document limitations of lpd script 4 years ago
edf_nopreemption.env feat: lpd using framework 4 years ago
edf_preemption.env feat: lpd using framework 4 years ago
fifo_nopreemption.env feat: lpd using framework 4 years ago
fifo_preemption.env feat: lpd using framework 4 years ago
run.sh refactor: assorted bash cleanup 4 years ago
spec.json chore: update tests to handle stricter validation 4 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.