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.
Emil 6b0ba99e86
feature: added SJF scheduler and Regression based prediction (#385)
8 months ago
..
images refactor: Move tests 3 years ago
.gitignore General Cleanup (#351) 3 years ago
Makefile test: lpd by plate count 3 years ago
README.md refactor: Move tests 3 years ago
run.sh feature: added SJF scheduler and Regression based prediction (#385) 8 months ago
spec.json feature: added SJF scheduler and Regression based prediction (#385) 8 months 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.