Simple web service to identify objects in uploaded images.
Go to file
niten ed962240b3 Use a pool of detectors.
When more than a single request was coming in at a time, the server
would crash when trying to write the output file. Each worker had a
single detector with one DN network, so if more than <WORKER#> requests
came in at once, one network would be used multiple times--and it's not
threadsafe.

I've added a queue of nets to pull from, so each request has exclusive
access to a specific network.
2023-03-15 12:31:01 -07:00
data Initial commit 2023-01-06 14:46:11 -08:00
src Use a pool of detectors. 2023-03-15 12:31:01 -07:00
flake.lock Initial commit 2023-01-06 14:46:11 -08:00
flake.nix yolo-data -> yolov3-data 2023-01-06 18:09:12 -08:00
objectifier-module.nix Use a pool of detectors. 2023-03-15 12:31:01 -07:00
objectifier.nix Try explicitly exporting sysd env vars 2023-01-07 16:16:03 -08:00
yolo-cli.nix Try forcing labels to strings... 2023-01-10 23:05:42 -08:00
yolo-data.nix Initial commit 2023-01-06 14:46:11 -08:00
yolo.org Add cleanup thread, use systemd directories 2023-01-07 12:38:14 -08:00