|
|
|
@ -1,17 +1,7 @@
|
|
|
|
|
# License Plate Detection
|
|
|
|
|
|
|
|
|
|
Draws a magenta bounding box around license plates located in an image.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
The first request seems to succeed, but subsequent requests crash out due to a socket error.
|
|
|
|
|
Solving the problem is deferred to a low priority task because we previously verified that the workload is running when it returned annotated images.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
write: Bad file descriptor
|
|
|
|
|
C: 05, T: 0x7f3412232700, F: current_sandbox_main>
|
|
|
|
|
Unable to build and send client response
|
|
|
|
|
|
|
|
|
|
C: 05, T: 0x7f3412232700, F: client_socket_send>
|
|
|
|
|
Error sending to client: Bad file descriptor
|
|
|
|
|
C: 05, T: 0x7f3412232700, F: sandbox_close_http> PANIC!
|
|
|
|
|
Bad file descriptor
|
|
|
|
|
find: ‘result_23619.jpg’: No such file or directory
|
|
|
|
|
```
|
|
|
|
|
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.
|
|
|
|
|