objectifier/src
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
..
detector.py Use a pool of detectors. 2023-03-15 12:31:01 -07:00
objectifier.py Use a pool of detectors. 2023-03-15 12:31:01 -07:00
yolo-cli.py Use a pool of detectors. 2023-03-15 12:31:01 -07:00