API endpoint that allows jobs to be viewed or edited.

Pass the start_now url parameter to the POST method to enqueue the job immediately.

Use the delay field to create a test job with fake duration of work (in seconds).

Actions

/jobs/{id}/run/ (POST)

Run a job (add it to the queue).

/jobs/{id}/cancel/ (POST)

Cancel a job (terminate the background task)

GET /api/v2/jobs/219/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 219,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/219/?format=api",
    "name": "VCE Sample",
    "delay": 0,
    "limit": 1000,
    "shuffle": true,
    "project": {
        "id": 18,
        "name": "Vermont Atlas of Life",
        "details": "https://api.beluga.insectai.org/api/v2/projects/18/?format=api",
        "user_permissions": []
    },
    "deployment": null,
    "source_image_collection": {
        "id": 16,
        "name": "VCE - Every 2 hours",
        "details": "https://api.beluga.insectai.org/api/v2/captures/collections/16/?format=api",
        "method": "interval",
        "user_permissions": []
    },
    "source_image_single": null,
    "pipeline": {
        "id": 3,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/3/?format=api",
        "name": "Quebec & Vermont moths",
        "slug": "quebec_vermont_moths_2023",
        "description": "",
        "version": 1,
        "version_name": "",
        "created_at": "2023-11-27T23:26:16.449157",
        "updated_at": "2026-04-01T17:09:36.520322",
        "user_permissions": []
    },
    "status": "FAILURE",
    "created_at": "2023-12-03T05:07:24.992460",
    "updated_at": "2024-11-13T17:15:35.414405",
    "started_at": "2023-12-03T05:49:26.313339",
    "finished_at": null,
    "duration": null,
    "progress": {
        "summary": {
            "status": "FAILURE",
            "progress": 0.47058823529411764
        },
        "stages": [
            {
                "status": "CREATED",
                "progress": 0.0,
                "key": "delay",
                "name": "Delay",
                "params": [
                    {
                        "name": "Delay",
                        "key": "delay",
                        "category": "default",
                        "value": 1
                    },
                    {
                        "name": "Mood",
                        "key": "mood",
                        "category": "default",
                        "value": "😴"
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 408
                    },
                    {
                        "name": "Limit",
                        "key": "limit",
                        "category": "default",
                        "value": 100
                    }
                ]
            },
            {
                "status": "STARTED",
                "progress": 0.4411764705882353,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Proccessed",
                        "key": "proccessed",
                        "category": "default",
                        "value": 180
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": 228
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 1053
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 854
                    }
                ]
            },
            {
                "status": "STARTED",
                "progress": 0.4411764705882353,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Objects created",
                        "key": "objects_created",
                        "category": "default",
                        "value": 14
                    }
                ]
            }
        ],
        "errors": [
            "Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process"
        ],
        "logs": [
            "[2023-12-03 07:22:59] ERROR Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2023-12-03 07:22:40] INFO Changing status of job 219 to FAILURE",
            "[2023-12-03 07:22:21] ERROR Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2023-12-03 07:22:09] ERROR Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2023-12-03 07:21:49] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:21:31] INFO Created 14 objects",
            "[2023-12-03 07:21:11] INFO Saving results",
            "[2023-12-03 07:20:53] INFO Found 6 classifications",
            "[2023-12-03 07:20:34] INFO Found 8 detections",
            "[2023-12-03 07:20:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:19:50] INFO Created 2 objects",
            "[2023-12-03 07:19:32] INFO Saving results",
            "[2023-12-03 07:19:13] INFO Found 1 classifications",
            "[2023-12-03 07:18:54] INFO Found 1 detections",
            "[2023-12-03 07:18:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:18:14] INFO Created 3 objects",
            "[2023-12-03 07:17:56] INFO Saving results",
            "[2023-12-03 07:17:37] INFO Found 2 classifications",
            "[2023-12-03 07:17:19] INFO Found 2 detections",
            "[2023-12-03 07:16:56] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:16:38] INFO Created 32 objects",
            "[2023-12-03 07:16:20] INFO Saving results",
            "[2023-12-03 07:16:19] INFO Saving results",
            "[2023-12-03 07:16:01] INFO Found 16 classifications",
            "[2023-12-03 07:15:43] INFO Found 17 detections",
            "[2023-12-03 07:15:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:14:51] INFO Created 15 objects",
            "[2023-12-03 07:14:34] INFO Saving results",
            "[2023-12-03 07:14:18] INFO Found 8 classifications",
            "[2023-12-03 07:13:59] INFO Found 11 detections",
            "[2023-12-03 07:13:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:13:12] INFO Created 15 objects",
            "[2023-12-03 07:12:53] INFO Saving results",
            "[2023-12-03 07:12:36] INFO Found 15 classifications",
            "[2023-12-03 07:12:19] INFO Found 22 detections",
            "[2023-12-03 07:11:48] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:11:32] INFO Created 13 objects",
            "[2023-12-03 07:11:16] INFO Saving results",
            "[2023-12-03 07:11:00] INFO Found 6 classifications",
            "[2023-12-03 07:10:43] INFO Found 7 detections",
            "[2023-12-03 07:10:18] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:10:02] INFO Created 28 objects",
            "[2023-12-03 07:09:44] INFO Saving results",
            "[2023-12-03 07:09:27] INFO Found 13 classifications",
            "[2023-12-03 07:09:11] INFO Found 15 detections",
            "[2023-12-03 07:08:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:08:27] INFO Created 7 objects",
            "[2023-12-03 07:08:10] INFO Saving results",
            "[2023-12-03 07:07:52] INFO Found 7 classifications",
            "[2023-12-03 07:07:37] INFO Found 9 detections",
            "[2023-12-03 07:07:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:06:57] INFO Created 15 objects",
            "[2023-12-03 07:06:39] INFO Saving results",
            "[2023-12-03 07:06:23] INFO Found 6 classifications",
            "[2023-12-03 07:06:07] INFO Found 10 detections",
            "[2023-12-03 07:06:06] INFO Found 10 detections",
            "[2023-12-03 07:05:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:05:24] INFO Created 13 objects",
            "[2023-12-03 07:05:07] INFO Saving results",
            "[2023-12-03 07:04:51] INFO Found 6 classifications",
            "[2023-12-03 07:04:35] INFO Found 6 detections",
            "[2023-12-03 07:04:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:03:57] INFO Created 1 objects",
            "[2023-12-03 07:03:42] INFO Saving results",
            "[2023-12-03 07:03:25] INFO Found 1 detections",
            "[2023-12-03 07:03:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:02:49] INFO Created 22 objects",
            "[2023-12-03 07:02:33] INFO Saving results",
            "[2023-12-03 07:02:16] INFO Found 10 classifications",
            "[2023-12-03 07:02:00] INFO Found 12 detections",
            "[2023-12-03 07:01:34] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:01:33] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:01:18] INFO Created 7 objects",
            "[2023-12-03 07:01:03] INFO Saving results",
            "[2023-12-03 07:00:48] INFO Found 3 classifications",
            "[2023-12-03 07:00:32] INFO Found 4 detections",
            "[2023-12-03 07:00:12] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:59:57] INFO Created 6 objects",
            "[2023-12-03 06:59:56] INFO Created 6 objects",
            "[2023-12-03 06:59:41] INFO Saving results",
            "[2023-12-03 06:59:26] INFO Found 6 classifications",
            "[2023-12-03 06:59:11] INFO Found 8 detections",
            "[2023-12-03 06:58:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:58:34] INFO Created 2 objects",
            "[2023-12-03 06:58:19] INFO Saving results",
            "[2023-12-03 06:58:05] INFO Found 1 classifications",
            "[2023-12-03 06:57:50] INFO Found 1 detections",
            "[2023-12-03 06:57:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:57:15] INFO Created 4 objects",
            "[2023-12-03 06:56:59] INFO Saving results",
            "[2023-12-03 06:56:43] INFO Found 4 classifications",
            "[2023-12-03 06:56:28] INFO Found 6 detections",
            "[2023-12-03 06:56:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:55:50] INFO Saving results",
            "[2023-12-03 06:55:49] INFO Saving results",
            "[2023-12-03 06:55:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:55:15] INFO Created 32 objects",
            "[2023-12-03 06:54:58] INFO Saving results",
            "[2023-12-03 06:54:41] INFO Found 22 classifications",
            "[2023-12-03 06:54:26] INFO Found 27 detections",
            "[2023-12-03 06:53:54] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:53:39] INFO Created 10 objects",
            "[2023-12-03 06:53:24] INFO Saving results",
            "[2023-12-03 06:53:09] INFO Found 4 classifications",
            "[2023-12-03 06:52:55] INFO Found 9 detections",
            "[2023-12-03 06:52:34] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:52:20] INFO Created 5 objects",
            "[2023-12-03 06:52:05] INFO Saving results",
            "[2023-12-03 06:51:52] INFO Found 2 classifications",
            "[2023-12-03 06:51:38] INFO Found 3 detections",
            "[2023-12-03 06:51:20] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:51:07] INFO Created 33 objects",
            "[2023-12-03 06:50:53] INFO Saving results",
            "[2023-12-03 06:50:52] INFO Saving results",
            "[2023-12-03 06:50:40] INFO Found 15 classifications",
            "[2023-12-03 06:50:26] INFO Found 18 detections",
            "[2023-12-03 06:50:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:49:46] INFO Created 18 objects",
            "[2023-12-03 06:49:31] INFO Saving results",
            "[2023-12-03 06:49:17] INFO Found 8 classifications",
            "[2023-12-03 06:49:02] INFO Found 10 detections",
            "[2023-12-03 06:48:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:48:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:48:28] INFO Created 10 objects",
            "[2023-12-03 06:48:13] INFO Saving results",
            "[2023-12-03 06:47:59] INFO Found 4 classifications",
            "[2023-12-03 06:47:46] INFO Found 6 detections",
            "[2023-12-03 06:47:26] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:47:12] INFO Created 2 objects",
            "[2023-12-03 06:46:57] INFO Saving results",
            "[2023-12-03 06:46:43] INFO Found 1 classifications",
            "[2023-12-03 06:46:28] INFO Found 1 detections",
            "[2023-12-03 06:46:11] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:46:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:45:55] INFO Created 26 objects",
            "[2023-12-03 06:45:40] INFO Saving results",
            "[2023-12-03 06:45:26] INFO Found 18 classifications",
            "[2023-12-03 06:45:12] INFO Found 21 detections",
            "[2023-12-03 06:44:42] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:44:28] INFO Created 1 objects",
            "[2023-12-03 06:44:16] INFO Saving results",
            "[2023-12-03 06:44:15] INFO Saving results",
            "[2023-12-03 06:44:01] INFO Found 1 classifications",
            "[2023-12-03 06:43:47] INFO Found 1 detections",
            "[2023-12-03 06:43:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:43:17] INFO Created 36 objects",
            "[2023-12-03 06:43:03] INFO Saving results",
            "[2023-12-03 06:42:48] INFO Found 17 classifications",
            "[2023-12-03 06:42:33] INFO Found 19 detections",
            "[2023-12-03 06:42:05] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:41:52] INFO Created 12 objects",
            "[2023-12-03 06:41:38] INFO Saving results",
            "[2023-12-03 06:41:25] INFO Found 6 classifications",
            "[2023-12-03 06:41:12] INFO Found 6 detections",
            "[2023-12-03 06:40:52] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:40:40] INFO Created 8 objects",
            "[2023-12-03 06:40:23] INFO Saving results",
            "[2023-12-03 06:40:09] INFO Found 4 classifications",
            "[2023-12-03 06:39:55] INFO Found 4 detections",
            "[2023-12-03 06:39:36] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:39:23] INFO Created 44 objects",
            "[2023-12-03 06:39:09] INFO Saving results",
            "[2023-12-03 06:38:55] INFO Found 21 classifications",
            "[2023-12-03 06:38:43] INFO Found 23 detections",
            "[2023-12-03 06:38:14] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:38:02] INFO Created 44 objects",
            "[2023-12-03 06:38:01] INFO Created 44 objects",
            "[2023-12-03 06:37:47] INFO Saving results",
            "[2023-12-03 06:37:33] INFO Found 21 classifications",
            "[2023-12-03 06:37:19] INFO Found 23 detections",
            "[2023-12-03 06:36:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:36:38] INFO Created 10 objects",
            "[2023-12-03 06:36:37] INFO Created 10 objects",
            "[2023-12-03 06:36:25] INFO Saving results",
            "[2023-12-03 06:36:13] INFO Found 3 classifications",
            "[2023-12-03 06:36:01] INFO Found 7 detections",
            "[2023-12-03 06:35:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:35:24] INFO Created 6 objects",
            "[2023-12-03 06:35:23] INFO Created 6 objects",
            "[2023-12-03 06:35:09] INFO Saving results",
            "[2023-12-03 06:34:56] INFO Found 6 classifications",
            "[2023-12-03 06:34:44] INFO Found 9 detections",
            "[2023-12-03 06:34:24] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:34:12] INFO Created 7 objects",
            "[2023-12-03 06:34:11] INFO Created 7 objects",
            "[2023-12-03 06:33:58] INFO Saving results",
            "[2023-12-03 06:33:44] INFO Found 7 classifications",
            "[2023-12-03 06:33:43] INFO Found 7 classifications",
            "[2023-12-03 06:33:32] INFO Found 11 detections",
            "[2023-12-03 06:33:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:32:59] INFO Created 1 objects",
            "[2023-12-03 06:32:47] INFO Saving results",
            "[2023-12-03 06:32:34] INFO Found 1 detections",
            "[2023-12-03 06:32:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:32:07] INFO Created 3 objects",
            "[2023-12-03 06:31:56] INFO Saving results",
            "[2023-12-03 06:31:44] INFO Found 2 classifications",
            "[2023-12-03 06:31:32] INFO Found 3 detections",
            "[2023-12-03 06:31:17] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:31:04] INFO Created 19 objects",
            "[2023-12-03 06:30:52] INFO Saving results",
            "[2023-12-03 06:30:41] INFO Found 9 classifications",
            "[2023-12-03 06:30:29] INFO Found 10 detections",
            "[2023-12-03 06:30:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:29:57] INFO Created 63 objects",
            "[2023-12-03 06:29:42] INFO Saving results",
            "[2023-12-03 06:29:32] INFO Found 26 classifications",
            "[2023-12-03 06:29:20] INFO Found 37 detections",
            "[2023-12-03 06:28:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:28:31] INFO Created 78 objects",
            "[2023-12-03 06:28:18] INFO Saving results",
            "[2023-12-03 06:28:08] INFO Found 31 classifications",
            "[2023-12-03 06:27:57] INFO Found 48 detections",
            "[2023-12-03 06:27:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:27:03] INFO Created 16 objects",
            "[2023-12-03 06:26:53] INFO Saving results",
            "[2023-12-03 06:26:43] INFO Found 8 classifications",
            "[2023-12-03 06:26:31] INFO Found 8 detections",
            "[2023-12-03 06:26:12] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:26:01] INFO Created 39 objects",
            "[2023-12-03 06:25:48] INFO Saving results",
            "[2023-12-03 06:25:37] INFO Found 17 classifications",
            "[2023-12-03 06:25:28] INFO Found 22 detections",
            "[2023-12-03 06:25:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:24:50] INFO Created 63 objects",
            "[2023-12-03 06:24:39] INFO Saving results",
            "[2023-12-03 06:24:29] INFO Found 28 classifications",
            "[2023-12-03 06:24:19] INFO Found 35 detections",
            "[2023-12-03 06:23:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:23:37] INFO Created 16 objects",
            "[2023-12-03 06:23:25] INFO Saving results",
            "[2023-12-03 06:23:15] INFO Found 7 classifications",
            "[2023-12-03 06:23:04] INFO Found 9 detections",
            "[2023-12-03 06:22:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:22:36] INFO Created 26 objects",
            "[2023-12-03 06:22:26] INFO Saving results",
            "[2023-12-03 06:22:16] INFO Found 15 classifications",
            "[2023-12-03 06:22:06] INFO Found 16 detections",
            "[2023-12-03 06:21:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:21:33] INFO Created 22 objects",
            "[2023-12-03 06:21:24] INFO Saving results",
            "[2023-12-03 06:21:23] INFO Saving results",
            "[2023-12-03 06:21:13] INFO Found 11 classifications",
            "[2023-12-03 06:21:02] INFO Found 11 detections",
            "[2023-12-03 06:20:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:20:34] INFO Created 15 objects",
            "[2023-12-03 06:20:22] INFO Saving results",
            "[2023-12-03 06:20:13] INFO Found 15 classifications",
            "[2023-12-03 06:20:04] INFO Found 20 detections",
            "[2023-12-03 06:19:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:19:30] INFO Created 4 objects",
            "[2023-12-03 06:19:21] INFO Saving results",
            "[2023-12-03 06:19:12] INFO Found 1 classifications",
            "[2023-12-03 06:19:03] INFO Found 3 detections",
            "[2023-12-03 06:18:49] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:18:40] INFO Created 10 objects",
            "[2023-12-03 06:18:30] INFO Saving results",
            "[2023-12-03 06:18:22] INFO Found 5 classifications",
            "[2023-12-03 06:18:12] INFO Found 5 detections",
            "[2023-12-03 06:17:55] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:17:45] INFO Created 36 objects",
            "[2023-12-03 06:17:35] INFO Saving results",
            "[2023-12-03 06:17:23] INFO Found 17 classifications",
            "[2023-12-03 06:17:14] INFO Found 19 detections",
            "[2023-12-03 06:16:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:16:42] INFO Created 15 objects",
            "[2023-12-03 06:16:33] INFO Saving results",
            "[2023-12-03 06:16:24] INFO Found 6 classifications",
            "[2023-12-03 06:16:15] INFO Found 9 detections",
            "[2023-12-03 06:15:59] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:15:49] INFO Created 12 objects",
            "[2023-12-03 06:15:40] INFO Saving results",
            "[2023-12-03 06:15:31] INFO Found 12 classifications",
            "[2023-12-03 06:15:23] INFO Found 12 detections",
            "[2023-12-03 06:15:04] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:15:03] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:14:53] INFO Created 5 objects",
            "[2023-12-03 06:14:43] INFO Saving results",
            "[2023-12-03 06:14:35] INFO Found 3 classifications",
            "[2023-12-03 06:14:26] INFO Found 3 detections",
            "[2023-12-03 06:14:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:14:03] INFO Created 19 objects",
            "[2023-12-03 06:13:53] INFO Saving results",
            "[2023-12-03 06:13:44] INFO Found 9 classifications",
            "[2023-12-03 06:13:36] INFO Found 10 detections",
            "[2023-12-03 06:13:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:13:11] INFO Created 12 objects",
            "[2023-12-03 06:13:02] INFO Saving results",
            "[2023-12-03 06:12:54] INFO Found 12 classifications",
            "[2023-12-03 06:12:46] INFO Found 13 detections",
            "[2023-12-03 06:12:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:12:20] INFO Created 15 objects",
            "[2023-12-03 06:12:12] INFO Saving results",
            "[2023-12-03 06:12:04] INFO Found 14 classifications",
            "[2023-12-03 06:11:55] INFO Found 23 detections",
            "[2023-12-03 06:11:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:11:23] INFO Created 11 objects",
            "[2023-12-03 06:11:16] INFO Saving results",
            "[2023-12-03 06:11:07] INFO Found 4 classifications",
            "[2023-12-03 06:10:58] INFO Found 7 detections",
            "[2023-12-03 06:10:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:10:37] INFO Created 32 objects",
            "[2023-12-03 06:10:28] INFO Saving results",
            "[2023-12-03 06:10:20] INFO Found 14 classifications",
            "[2023-12-03 06:10:12] INFO Found 17 detections",
            "[2023-12-03 06:09:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:09:44] INFO Created 91 objects",
            "[2023-12-03 06:09:34] INFO Saving results",
            "[2023-12-03 06:09:25] INFO Found 42 classifications",
            "[2023-12-03 06:09:19] INFO Found 49 detections",
            "[2023-12-03 06:08:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:08:33] INFO Created 1 objects",
            "[2023-12-03 06:08:26] INFO Saving results",
            "[2023-12-03 06:08:18] INFO Found 1 classifications",
            "[2023-12-03 06:08:11] INFO Found 2 detections",
            "[2023-12-03 06:07:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:07:50] INFO Created 24 objects",
            "[2023-12-03 06:07:42] INFO Saving results",
            "[2023-12-03 06:07:34] INFO Found 12 classifications",
            "[2023-12-03 06:07:27] INFO Found 12 detections",
            "[2023-12-03 06:07:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:07:08] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:06:57] INFO Created 7 objects",
            "[2023-12-03 06:06:49] INFO Saving results",
            "[2023-12-03 06:06:41] INFO Found 3 classifications",
            "[2023-12-03 06:06:34] INFO Found 4 detections",
            "[2023-12-03 06:06:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:06:13] INFO Created 17 objects",
            "[2023-12-03 06:06:04] INFO Saving results",
            "[2023-12-03 06:05:56] INFO Found 11 classifications",
            "[2023-12-03 06:05:48] INFO Found 14 detections",
            "[2023-12-03 06:05:30] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:05:23] INFO Created 16 objects",
            "[2023-12-03 06:05:15] INFO Saving results",
            "[2023-12-03 06:05:07] INFO Found 15 classifications",
            "[2023-12-03 06:04:59] INFO Found 16 detections",
            "[2023-12-03 06:04:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:04:33] INFO Created 27 objects",
            "[2023-12-03 06:04:25] INFO Saving results",
            "[2023-12-03 06:04:18] INFO Found 13 classifications",
            "[2023-12-03 06:04:12] INFO Found 14 detections",
            "[2023-12-03 06:03:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:03:46] INFO Created 20 objects",
            "[2023-12-03 06:03:38] INFO Saving results",
            "[2023-12-03 06:03:32] INFO Found 9 classifications",
            "[2023-12-03 06:03:25] INFO Found 11 detections",
            "[2023-12-03 06:03:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:03:01] INFO Created 15 objects",
            "[2023-12-03 06:02:55] INFO Saving results",
            "[2023-12-03 06:02:48] INFO Found 7 classifications",
            "[2023-12-03 06:02:41] INFO Found 8 detections",
            "[2023-12-03 06:02:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:02:19] INFO Created 6 objects",
            "[2023-12-03 06:02:12] INFO Saving results",
            "[2023-12-03 06:02:04] INFO Found 2 classifications",
            "[2023-12-03 06:01:58] INFO Found 4 detections",
            "[2023-12-03 06:01:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:01:40] INFO Created 31 objects",
            "[2023-12-03 06:01:32] INFO Saving results",
            "[2023-12-03 06:01:26] INFO Found 15 classifications",
            "[2023-12-03 06:01:20] INFO Found 16 detections",
            "[2023-12-03 06:01:19] INFO Found 16 detections",
            "[2023-12-03 06:01:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:00:55] INFO Created 1 objects",
            "[2023-12-03 06:00:49] INFO Saving results",
            "[2023-12-03 06:00:43] INFO Found 1 detections",
            "[2023-12-03 06:00:33] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:00:27] INFO Created 51 objects",
            "[2023-12-03 06:00:20] INFO Saving results",
            "[2023-12-03 06:00:14] INFO Found 25 classifications",
            "[2023-12-03 06:00:07] INFO Found 26 detections",
            "[2023-12-03 05:59:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:59:37] INFO Created 27 objects",
            "[2023-12-03 05:59:30] INFO Saving results",
            "[2023-12-03 05:59:24] INFO Found 12 classifications",
            "[2023-12-03 05:59:18] INFO Found 14 detections",
            "[2023-12-03 05:59:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:58:53] INFO Created 26 objects",
            "[2023-12-03 05:58:46] INFO Saving results",
            "[2023-12-03 05:58:40] INFO Found 12 classifications",
            "[2023-12-03 05:58:33] INFO Found 14 detections",
            "[2023-12-03 05:58:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:58:10] INFO Created 8 objects",
            "[2023-12-03 05:58:04] INFO Saving results",
            "[2023-12-03 05:57:58] INFO Found 8 classifications",
            "[2023-12-03 05:57:53] INFO Found 9 detections",
            "[2023-12-03 05:57:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:57:35] INFO Created 25 objects",
            "[2023-12-03 05:57:28] INFO Saving results",
            "[2023-12-03 05:57:23] INFO Found 23 classifications",
            "[2023-12-03 05:57:18] INFO Found 26 detections",
            "[2023-12-03 05:56:55] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:56:50] INFO Created 51 objects",
            "[2023-12-03 05:56:44] INFO Saving results",
            "[2023-12-03 05:56:38] INFO Found 21 classifications",
            "[2023-12-03 05:56:32] INFO Found 30 detections",
            "[2023-12-03 05:56:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:56:01] INFO Created 28 objects",
            "[2023-12-03 05:55:55] INFO Saving results",
            "[2023-12-03 05:55:49] INFO Found 14 classifications",
            "[2023-12-03 05:55:44] INFO Found 14 detections",
            "[2023-12-03 05:55:29] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:55:24] INFO Created 19 objects",
            "[2023-12-03 05:55:18] INFO Saving results",
            "[2023-12-03 05:55:12] INFO Found 9 classifications",
            "[2023-12-03 05:55:07] INFO Found 12 detections",
            "[2023-12-03 05:54:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:54:49] INFO Created 14 objects",
            "[2023-12-03 05:54:43] INFO Saving results",
            "[2023-12-03 05:54:38] INFO Found 7 classifications",
            "[2023-12-03 05:54:33] INFO Found 7 detections",
            "[2023-12-03 05:54:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:54:16] INFO Created 14 objects",
            "[2023-12-03 05:54:11] INFO Saving results",
            "[2023-12-03 05:54:06] INFO Found 7 classifications",
            "[2023-12-03 05:54:01] INFO Found 7 detections",
            "[2023-12-03 05:53:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:53:45] INFO Created 4 objects",
            "[2023-12-03 05:53:41] INFO Saving results",
            "[2023-12-03 05:53:36] INFO Found 4 classifications",
            "[2023-12-03 05:53:32] INFO Found 4 detections",
            "[2023-12-03 05:53:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:53:19] INFO Created 4 objects",
            "[2023-12-03 05:53:14] INFO Saving results",
            "[2023-12-03 05:53:10] INFO Found 1 classifications",
            "[2023-12-03 05:53:06] INFO Found 3 detections",
            "[2023-12-03 05:52:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:52:53] INFO Saving results",
            "[2023-12-03 05:52:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:52:41] INFO Created 23 objects",
            "[2023-12-03 05:52:35] INFO Saving results",
            "[2023-12-03 05:52:31] INFO Found 11 classifications",
            "[2023-12-03 05:52:27] INFO Found 12 detections",
            "[2023-12-03 05:52:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:52:09] INFO Created 15 objects",
            "[2023-12-03 05:52:04] INFO Saving results",
            "[2023-12-03 05:52:00] INFO Found 8 classifications",
            "[2023-12-03 05:51:55] INFO Found 9 detections",
            "[2023-12-03 05:51:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:51:38] INFO Saving results",
            "[2023-12-03 05:51:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:51:27] INFO Created 17 objects",
            "[2023-12-03 05:51:21] INFO Saving results",
            "[2023-12-03 05:51:17] INFO Found 8 classifications",
            "[2023-12-03 05:51:13] INFO Found 9 detections",
            "[2023-12-03 05:51:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:50:57] INFO Created 2 objects",
            "[2023-12-03 05:50:53] INFO Saving results",
            "[2023-12-03 05:50:49] INFO Found 1 classifications",
            "[2023-12-03 05:50:46] INFO Found 1 detections",
            "[2023-12-03 05:50:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:50:35] INFO Created 9 objects",
            "[2023-12-03 05:50:31] INFO Saving results",
            "[2023-12-03 05:50:27] INFO Found 8 classifications",
            "[2023-12-03 05:50:23] INFO Found 14 detections",
            "[2023-12-03 05:50:08] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:50:04] INFO Created 21 objects",
            "[2023-12-03 05:49:59] INFO Saving results",
            "[2023-12-03 05:49:54] INFO Found 9 classifications",
            "[2023-12-03 05:49:51] INFO Found 12 detections",
            "[2023-12-03 05:49:50] INFO Found 12 detections",
            "[2023-12-03 05:49:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:49:34] INFO Shuffling images",
            "[2023-12-03 05:49:30] INFO Found 408 images to process",
            "[2023-12-03 05:49:26] INFO Changing status of job 219 to STARTED",
            "[2023-12-03 05:49:22] INFO Running job #219 \"VCE Sample\" (PENDING)",
            "[2023-12-03 05:22:28] INFO Finished job #219 \"VCE Sample\" (SUCCESS)",
            "[2023-12-03 05:22:24] INFO Finished job #219 \"VCE Sample\" (SUCCESS)",
            "[2023-12-03 05:22:24] INFO Changing status of job 219 to SUCCESS",
            "[2023-12-03 05:22:20] INFO Changing status of job 219 to SUCCESS",
            "[2023-12-03 05:22:17] INFO Created 49 objects",
            "[2023-12-03 05:22:12] INFO Saving results",
            "[2023-12-03 05:22:08] INFO Found 23 classifications",
            "[2023-12-03 05:22:05] INFO Found 26 detections",
            "[2023-12-03 05:21:42] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:21:39] INFO Created 21 objects",
            "[2023-12-03 05:21:35] INFO Saving results",
            "[2023-12-03 05:21:34] INFO Saving results",
            "[2023-12-03 05:21:31] INFO Found 10 classifications",
            "[2023-12-03 05:21:28] INFO Found 11 detections",
            "[2023-12-03 05:21:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:21:12] INFO Created 8 objects",
            "[2023-12-03 05:21:08] INFO Saving results",
            "[2023-12-03 05:21:07] INFO Saving results",
            "[2023-12-03 05:21:04] INFO Found 4 classifications",
            "[2023-12-03 05:21:00] INFO Found 4 detections",
            "[2023-12-03 05:20:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:20:48] INFO Created 34 objects",
            "[2023-12-03 05:20:44] INFO Saving results",
            "[2023-12-03 05:20:41] INFO Found 16 classifications",
            "[2023-12-03 05:20:38] INFO Found 18 detections",
            "[2023-12-03 05:20:37] INFO Found 18 detections",
            "[2023-12-03 05:20:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:20:18] INFO Created 13 objects",
            "[2023-12-03 05:20:14] INFO Saving results",
            "[2023-12-03 05:20:11] INFO Found 6 classifications",
            "[2023-12-03 05:20:08] INFO Found 7 detections",
            "[2023-12-03 05:19:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:19:55] INFO Created 1 objects",
            "[2023-12-03 05:19:51] INFO Saving results",
            "[2023-12-03 05:19:48] INFO Found 1 detections",
            "[2023-12-03 05:19:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:19:39] INFO Created 21 objects",
            "[2023-12-03 05:19:35] INFO Saving results",
            "[2023-12-03 05:19:32] INFO Found 9 classifications",
            "[2023-12-03 05:19:31] INFO Found 9 classifications",
            "[2023-12-03 05:19:29] INFO Found 12 detections",
            "[2023-12-03 05:19:17] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:19:14] INFO Created 37 objects",
            "[2023-12-03 05:19:09] INFO Saving results",
            "[2023-12-03 05:19:06] INFO Found 15 classifications",
            "[2023-12-03 05:19:03] INFO Found 21 detections",
            "[2023-12-03 05:19:02] INFO Found 21 detections",
            "[2023-12-03 05:18:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:18:42] INFO Created 1 objects",
            "[2023-12-03 05:18:40] INFO Saving results",
            "[2023-12-03 05:18:38] INFO Found 1 detections",
            "[2023-12-03 05:18:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:18:29] INFO Created 16 objects",
            "[2023-12-03 05:18:27] INFO Saving results",
            "[2023-12-03 05:18:24] INFO Found 7 classifications",
            "[2023-12-03 05:18:20] INFO Found 9 detections",
            "[2023-12-03 05:18:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:18:07] INFO Created 2 objects",
            "[2023-12-03 05:18:04] INFO Saving results",
            "[2023-12-03 05:18:01] INFO Found 1 classifications",
            "[2023-12-03 05:17:58] INFO Found 1 detections",
            "[2023-12-03 05:17:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:17:50] INFO Created 19 objects",
            "[2023-12-03 05:17:47] INFO Saving results",
            "[2023-12-03 05:17:45] INFO Found 8 classifications",
            "[2023-12-03 05:17:44] INFO Found 8 classifications",
            "[2023-12-03 05:17:42] INFO Found 11 detections",
            "[2023-12-03 05:17:30] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:17:28] INFO Created 19 objects",
            "[2023-12-03 05:17:23] INFO Saving results",
            "[2023-12-03 05:17:21] INFO Found 8 classifications",
            "[2023-12-03 05:17:18] INFO Found 11 detections",
            "[2023-12-03 05:17:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:17:04] INFO Created 82 objects",
            "[2023-12-03 05:17:00] INFO Saving results",
            "[2023-12-03 05:16:58] INFO Found 32 classifications",
            "[2023-12-03 05:16:56] INFO Found 50 detections",
            "[2023-12-03 05:16:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:16:19] INFO Created 40 objects",
            "[2023-12-03 05:16:15] INFO Saving results",
            "[2023-12-03 05:16:12] INFO Found 18 classifications",
            "[2023-12-03 05:16:10] INFO Found 22 detections",
            "[2023-12-03 05:15:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:47] INFO Created 10 objects",
            "[2023-12-03 05:15:44] INFO Saving results",
            "[2023-12-03 05:15:42] INFO Found 5 classifications",
            "[2023-12-03 05:15:40] INFO Found 5 detections",
            "[2023-12-03 05:15:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:29] INFO Created 28 objects",
            "[2023-12-03 05:15:26] INFO Saving results",
            "[2023-12-03 05:15:24] INFO Found 13 classifications",
            "[2023-12-03 05:15:22] INFO Found 13 detections",
            "[2023-12-03 05:15:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:07] INFO Saving results",
            "[2023-12-03 05:15:02] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:00] INFO Created 81 objects",
            "[2023-12-03 05:14:59] INFO Created 81 objects",
            "[2023-12-03 05:14:56] INFO Saving results",
            "[2023-12-03 05:14:54] INFO Found 38 classifications",
            "[2023-12-03 05:14:52] INFO Found 43 detections",
            "[2023-12-03 05:14:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:14:17] INFO Created 37 objects",
            "[2023-12-03 05:14:14] INFO Saving results",
            "[2023-12-03 05:14:13] INFO Found 16 classifications",
            "[2023-12-03 05:14:10] INFO Found 21 detections",
            "[2023-12-03 05:13:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:51] INFO Created 10 objects",
            "[2023-12-03 05:13:49] INFO Saving results",
            "[2023-12-03 05:13:48] INFO Found 4 classifications",
            "[2023-12-03 05:13:46] INFO Found 6 detections",
            "[2023-12-03 05:13:38] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:35] INFO Created 1 objects",
            "[2023-12-03 05:13:33] INFO Saving results",
            "[2023-12-03 05:13:32] INFO Found 1 detections",
            "[2023-12-03 05:13:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:26] INFO Created 4 objects",
            "[2023-12-03 05:13:24] INFO Saving results",
            "[2023-12-03 05:13:22] INFO Found 2 classifications",
            "[2023-12-03 05:13:21] INFO Found 2 detections",
            "[2023-12-03 05:13:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:14] INFO Created 27 objects",
            "[2023-12-03 05:13:12] INFO Saving results",
            "[2023-12-03 05:13:10] INFO Found 8 classifications",
            "[2023-12-03 05:13:08] INFO Found 19 detections",
            "[2023-12-03 05:12:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:12:49] INFO Created 39 objects",
            "[2023-12-03 05:12:46] INFO Saving results",
            "[2023-12-03 05:12:44] INFO Found 16 classifications",
            "[2023-12-03 05:12:42] INFO Found 23 detections",
            "[2023-12-03 05:12:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:12:21] INFO Created 34 objects",
            "[2023-12-03 05:12:18] INFO Saving results",
            "[2023-12-03 05:12:17] INFO Found 15 classifications",
            "[2023-12-03 05:12:16] INFO Found 19 detections",
            "[2023-12-03 05:12:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:12:00] INFO Created 2 objects",
            "[2023-12-03 05:11:58] INFO Saving results",
            "[2023-12-03 05:11:56] INFO Found 2 detections",
            "[2023-12-03 05:11:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:50] INFO Created 5 objects",
            "[2023-12-03 05:11:48] INFO Saving results",
            "[2023-12-03 05:11:47] INFO Found 1 classifications",
            "[2023-12-03 05:11:45] INFO Found 4 detections",
            "[2023-12-03 05:11:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:38] INFO Created 8 objects",
            "[2023-12-03 05:11:36] INFO Saving results",
            "[2023-12-03 05:11:35] INFO Found 3 classifications",
            "[2023-12-03 05:11:33] INFO Found 5 detections",
            "[2023-12-03 05:11:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:26] INFO Created 17 objects",
            "[2023-12-03 05:11:24] INFO Saving results",
            "[2023-12-03 05:11:23] INFO Found 8 classifications",
            "[2023-12-03 05:11:22] INFO Found 9 detections",
            "[2023-12-03 05:11:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:12] INFO Created 18 objects",
            "[2023-12-03 05:11:10] INFO Saving results",
            "[2023-12-03 05:11:09] INFO Found 7 classifications",
            "[2023-12-03 05:11:08] INFO Found 11 detections",
            "[2023-12-03 05:10:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:57] INFO Created 35 objects",
            "[2023-12-03 05:10:55] INFO Saving results",
            "[2023-12-03 05:10:54] INFO Found 13 classifications",
            "[2023-12-03 05:10:53] INFO Found 22 detections",
            "[2023-12-03 05:10:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:36] INFO Created 2 objects",
            "[2023-12-03 05:10:35] INFO Saving results",
            "[2023-12-03 05:10:34] INFO Found 1 classifications",
            "[2023-12-03 05:10:33] INFO Found 1 detections",
            "[2023-12-03 05:10:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:26] INFO Created 18 objects",
            "[2023-12-03 05:10:24] INFO Saving results",
            "[2023-12-03 05:10:24] INFO Found 7 classifications",
            "[2023-12-03 05:10:23] INFO Found 11 detections",
            "[2023-12-03 05:10:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:13] INFO Created 32 objects",
            "[2023-12-03 05:10:11] INFO Saving results",
            "[2023-12-03 05:10:11] INFO Found 13 classifications",
            "[2023-12-03 05:10:10] INFO Found 19 detections",
            "[2023-12-03 05:09:56] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:55] INFO Created 46 objects",
            "[2023-12-03 05:09:53] INFO Saving results",
            "[2023-12-03 05:09:52] INFO Found 18 classifications",
            "[2023-12-03 05:09:51] INFO Found 26 detections",
            "[2023-12-03 05:09:34] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:33] INFO Created 10 objects",
            "[2023-12-03 05:09:32] INFO Saving results",
            "[2023-12-03 05:09:31] INFO Found 3 classifications",
            "[2023-12-03 05:09:30] INFO Found 7 detections",
            "[2023-12-03 05:09:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:22] INFO Created 3 objects",
            "[2023-12-03 05:09:22] INFO Saving results",
            "[2023-12-03 05:09:21] INFO Found 1 classifications",
            "[2023-12-03 05:09:21] INFO Found 2 detections",
            "[2023-12-03 05:09:20] INFO Found 2 detections",
            "[2023-12-03 05:09:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:15] INFO Created 2 objects",
            "[2023-12-03 05:09:15] INFO Saving results",
            "[2023-12-03 05:09:14] INFO Found 1 classifications",
            "[2023-12-03 05:09:13] INFO Found 1 detections",
            "[2023-12-03 05:09:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:09] INFO Created 11 objects",
            "[2023-12-03 05:09:08] INFO Saving results",
            "[2023-12-03 05:09:07] INFO Found 5 classifications",
            "[2023-12-03 05:09:06] INFO Found 5 detections",
            "[2023-12-03 05:09:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:00] INFO Created 21 objects",
            "[2023-12-03 05:08:59] INFO Created 21 objects",
            "[2023-12-03 05:08:57] INFO Saving results",
            "[2023-12-03 05:08:57] INFO Found 10 classifications",
            "[2023-12-03 05:08:56] INFO Found 11 detections",
            "[2023-12-03 05:08:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:46] INFO Created 5 objects",
            "[2023-12-03 05:08:45] INFO Saving results",
            "[2023-12-03 05:08:45] INFO Found 2 classifications",
            "[2023-12-03 05:08:44] INFO Found 3 detections",
            "[2023-12-03 05:08:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:39] INFO Created 23 objects",
            "[2023-12-03 05:08:38] INFO Saving results",
            "[2023-12-03 05:08:38] INFO Found 10 classifications",
            "[2023-12-03 05:08:37] INFO Found 13 detections",
            "[2023-12-03 05:08:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:27] INFO Created 12 objects",
            "[2023-12-03 05:08:26] INFO Saving results",
            "[2023-12-03 05:08:26] INFO Found 5 classifications",
            "[2023-12-03 05:08:25] INFO Found 7 detections",
            "[2023-12-03 05:08:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:19] INFO Created 2 objects",
            "[2023-12-03 05:08:18] INFO Saving results",
            "[2023-12-03 05:08:18] INFO Found 1 classifications",
            "[2023-12-03 05:08:18] INFO Found 1 detections",
            "[2023-12-03 05:08:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:14] INFO Saving results",
            "[2023-12-03 05:08:11] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:11] INFO Created 39 objects",
            "[2023-12-03 05:08:10] INFO Saving results",
            "[2023-12-03 05:08:10] INFO Found 15 classifications",
            "[2023-12-03 05:08:10] INFO Found 24 detections",
            "[2023-12-03 05:07:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:53] INFO Created 15 objects",
            "[2023-12-03 05:07:52] INFO Saving results",
            "[2023-12-03 05:07:52] INFO Found 7 classifications",
            "[2023-12-03 05:07:52] INFO Found 8 detections",
            "[2023-12-03 05:07:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:44] INFO Created 18 objects",
            "[2023-12-03 05:07:43] INFO Saving results",
            "[2023-12-03 05:07:43] INFO Found 9 classifications",
            "[2023-12-03 05:07:43] INFO Found 9 detections",
            "[2023-12-03 05:07:35] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:35] INFO Created 12 objects",
            "[2023-12-03 05:07:35] INFO Saving results",
            "[2023-12-03 05:07:35] INFO Found 5 classifications",
            "[2023-12-03 05:07:35] INFO Found 7 detections",
            "[2023-12-03 05:07:28] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:28] WARNING Limiting number of images to 100 (out of 408)",
            "[2023-12-03 05:07:28] INFO Shuffling images",
            "[2023-12-03 05:07:28] INFO Found 408 images to process",
            "[2023-12-03 05:07:28] INFO Changing status of job 219 to STARTED",
            "[2023-12-03 05:07:28] INFO Running job #219 \"VCE Sample\" (PENDING)",
            "[2023-12-03 05:07:28] INFO Changing status of job 219 to PENDING"
        ]
    },
    "logs": {
        "stdout": [
            "[2023-12-03 07:22:59] ERROR Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2023-12-03 07:22:40] INFO Changing status of job 219 to FAILURE",
            "[2023-12-03 07:22:21] ERROR Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2023-12-03 07:22:09] ERROR Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2023-12-03 07:21:49] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:21:31] INFO Created 14 objects",
            "[2023-12-03 07:21:11] INFO Saving results",
            "[2023-12-03 07:20:53] INFO Found 6 classifications",
            "[2023-12-03 07:20:34] INFO Found 8 detections",
            "[2023-12-03 07:20:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:19:50] INFO Created 2 objects",
            "[2023-12-03 07:19:32] INFO Saving results",
            "[2023-12-03 07:19:13] INFO Found 1 classifications",
            "[2023-12-03 07:18:54] INFO Found 1 detections",
            "[2023-12-03 07:18:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:18:14] INFO Created 3 objects",
            "[2023-12-03 07:17:56] INFO Saving results",
            "[2023-12-03 07:17:37] INFO Found 2 classifications",
            "[2023-12-03 07:17:19] INFO Found 2 detections",
            "[2023-12-03 07:16:56] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:16:38] INFO Created 32 objects",
            "[2023-12-03 07:16:20] INFO Saving results",
            "[2023-12-03 07:16:19] INFO Saving results",
            "[2023-12-03 07:16:01] INFO Found 16 classifications",
            "[2023-12-03 07:15:43] INFO Found 17 detections",
            "[2023-12-03 07:15:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:14:51] INFO Created 15 objects",
            "[2023-12-03 07:14:34] INFO Saving results",
            "[2023-12-03 07:14:18] INFO Found 8 classifications",
            "[2023-12-03 07:13:59] INFO Found 11 detections",
            "[2023-12-03 07:13:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:13:12] INFO Created 15 objects",
            "[2023-12-03 07:12:53] INFO Saving results",
            "[2023-12-03 07:12:36] INFO Found 15 classifications",
            "[2023-12-03 07:12:19] INFO Found 22 detections",
            "[2023-12-03 07:11:48] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:11:32] INFO Created 13 objects",
            "[2023-12-03 07:11:16] INFO Saving results",
            "[2023-12-03 07:11:00] INFO Found 6 classifications",
            "[2023-12-03 07:10:43] INFO Found 7 detections",
            "[2023-12-03 07:10:18] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:10:02] INFO Created 28 objects",
            "[2023-12-03 07:09:44] INFO Saving results",
            "[2023-12-03 07:09:27] INFO Found 13 classifications",
            "[2023-12-03 07:09:11] INFO Found 15 detections",
            "[2023-12-03 07:08:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:08:27] INFO Created 7 objects",
            "[2023-12-03 07:08:10] INFO Saving results",
            "[2023-12-03 07:07:52] INFO Found 7 classifications",
            "[2023-12-03 07:07:37] INFO Found 9 detections",
            "[2023-12-03 07:07:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:06:57] INFO Created 15 objects",
            "[2023-12-03 07:06:39] INFO Saving results",
            "[2023-12-03 07:06:23] INFO Found 6 classifications",
            "[2023-12-03 07:06:07] INFO Found 10 detections",
            "[2023-12-03 07:06:06] INFO Found 10 detections",
            "[2023-12-03 07:05:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:05:24] INFO Created 13 objects",
            "[2023-12-03 07:05:07] INFO Saving results",
            "[2023-12-03 07:04:51] INFO Found 6 classifications",
            "[2023-12-03 07:04:35] INFO Found 6 detections",
            "[2023-12-03 07:04:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:03:57] INFO Created 1 objects",
            "[2023-12-03 07:03:42] INFO Saving results",
            "[2023-12-03 07:03:25] INFO Found 1 detections",
            "[2023-12-03 07:03:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:02:49] INFO Created 22 objects",
            "[2023-12-03 07:02:33] INFO Saving results",
            "[2023-12-03 07:02:16] INFO Found 10 classifications",
            "[2023-12-03 07:02:00] INFO Found 12 detections",
            "[2023-12-03 07:01:34] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:01:33] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 07:01:18] INFO Created 7 objects",
            "[2023-12-03 07:01:03] INFO Saving results",
            "[2023-12-03 07:00:48] INFO Found 3 classifications",
            "[2023-12-03 07:00:32] INFO Found 4 detections",
            "[2023-12-03 07:00:12] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:59:57] INFO Created 6 objects",
            "[2023-12-03 06:59:56] INFO Created 6 objects",
            "[2023-12-03 06:59:41] INFO Saving results",
            "[2023-12-03 06:59:26] INFO Found 6 classifications",
            "[2023-12-03 06:59:11] INFO Found 8 detections",
            "[2023-12-03 06:58:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:58:34] INFO Created 2 objects",
            "[2023-12-03 06:58:19] INFO Saving results",
            "[2023-12-03 06:58:05] INFO Found 1 classifications",
            "[2023-12-03 06:57:50] INFO Found 1 detections",
            "[2023-12-03 06:57:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:57:15] INFO Created 4 objects",
            "[2023-12-03 06:56:59] INFO Saving results",
            "[2023-12-03 06:56:43] INFO Found 4 classifications",
            "[2023-12-03 06:56:28] INFO Found 6 detections",
            "[2023-12-03 06:56:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:55:50] INFO Saving results",
            "[2023-12-03 06:55:49] INFO Saving results",
            "[2023-12-03 06:55:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:55:15] INFO Created 32 objects",
            "[2023-12-03 06:54:58] INFO Saving results",
            "[2023-12-03 06:54:41] INFO Found 22 classifications",
            "[2023-12-03 06:54:26] INFO Found 27 detections",
            "[2023-12-03 06:53:54] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:53:39] INFO Created 10 objects",
            "[2023-12-03 06:53:24] INFO Saving results",
            "[2023-12-03 06:53:09] INFO Found 4 classifications",
            "[2023-12-03 06:52:55] INFO Found 9 detections",
            "[2023-12-03 06:52:34] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:52:20] INFO Created 5 objects",
            "[2023-12-03 06:52:05] INFO Saving results",
            "[2023-12-03 06:51:52] INFO Found 2 classifications",
            "[2023-12-03 06:51:38] INFO Found 3 detections",
            "[2023-12-03 06:51:20] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:51:07] INFO Created 33 objects",
            "[2023-12-03 06:50:53] INFO Saving results",
            "[2023-12-03 06:50:52] INFO Saving results",
            "[2023-12-03 06:50:40] INFO Found 15 classifications",
            "[2023-12-03 06:50:26] INFO Found 18 detections",
            "[2023-12-03 06:50:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:49:46] INFO Created 18 objects",
            "[2023-12-03 06:49:31] INFO Saving results",
            "[2023-12-03 06:49:17] INFO Found 8 classifications",
            "[2023-12-03 06:49:02] INFO Found 10 detections",
            "[2023-12-03 06:48:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:48:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:48:28] INFO Created 10 objects",
            "[2023-12-03 06:48:13] INFO Saving results",
            "[2023-12-03 06:47:59] INFO Found 4 classifications",
            "[2023-12-03 06:47:46] INFO Found 6 detections",
            "[2023-12-03 06:47:26] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:47:12] INFO Created 2 objects",
            "[2023-12-03 06:46:57] INFO Saving results",
            "[2023-12-03 06:46:43] INFO Found 1 classifications",
            "[2023-12-03 06:46:28] INFO Found 1 detections",
            "[2023-12-03 06:46:11] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:46:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:45:55] INFO Created 26 objects",
            "[2023-12-03 06:45:40] INFO Saving results",
            "[2023-12-03 06:45:26] INFO Found 18 classifications",
            "[2023-12-03 06:45:12] INFO Found 21 detections",
            "[2023-12-03 06:44:42] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:44:28] INFO Created 1 objects",
            "[2023-12-03 06:44:16] INFO Saving results",
            "[2023-12-03 06:44:15] INFO Saving results",
            "[2023-12-03 06:44:01] INFO Found 1 classifications",
            "[2023-12-03 06:43:47] INFO Found 1 detections",
            "[2023-12-03 06:43:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:43:17] INFO Created 36 objects",
            "[2023-12-03 06:43:03] INFO Saving results",
            "[2023-12-03 06:42:48] INFO Found 17 classifications",
            "[2023-12-03 06:42:33] INFO Found 19 detections",
            "[2023-12-03 06:42:05] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:41:52] INFO Created 12 objects",
            "[2023-12-03 06:41:38] INFO Saving results",
            "[2023-12-03 06:41:25] INFO Found 6 classifications",
            "[2023-12-03 06:41:12] INFO Found 6 detections",
            "[2023-12-03 06:40:52] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:40:40] INFO Created 8 objects",
            "[2023-12-03 06:40:23] INFO Saving results",
            "[2023-12-03 06:40:09] INFO Found 4 classifications",
            "[2023-12-03 06:39:55] INFO Found 4 detections",
            "[2023-12-03 06:39:36] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:39:23] INFO Created 44 objects",
            "[2023-12-03 06:39:09] INFO Saving results",
            "[2023-12-03 06:38:55] INFO Found 21 classifications",
            "[2023-12-03 06:38:43] INFO Found 23 detections",
            "[2023-12-03 06:38:14] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:38:02] INFO Created 44 objects",
            "[2023-12-03 06:38:01] INFO Created 44 objects",
            "[2023-12-03 06:37:47] INFO Saving results",
            "[2023-12-03 06:37:33] INFO Found 21 classifications",
            "[2023-12-03 06:37:19] INFO Found 23 detections",
            "[2023-12-03 06:36:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:36:38] INFO Created 10 objects",
            "[2023-12-03 06:36:37] INFO Created 10 objects",
            "[2023-12-03 06:36:25] INFO Saving results",
            "[2023-12-03 06:36:13] INFO Found 3 classifications",
            "[2023-12-03 06:36:01] INFO Found 7 detections",
            "[2023-12-03 06:35:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:35:24] INFO Created 6 objects",
            "[2023-12-03 06:35:23] INFO Created 6 objects",
            "[2023-12-03 06:35:09] INFO Saving results",
            "[2023-12-03 06:34:56] INFO Found 6 classifications",
            "[2023-12-03 06:34:44] INFO Found 9 detections",
            "[2023-12-03 06:34:24] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:34:12] INFO Created 7 objects",
            "[2023-12-03 06:34:11] INFO Created 7 objects",
            "[2023-12-03 06:33:58] INFO Saving results",
            "[2023-12-03 06:33:44] INFO Found 7 classifications",
            "[2023-12-03 06:33:43] INFO Found 7 classifications",
            "[2023-12-03 06:33:32] INFO Found 11 detections",
            "[2023-12-03 06:33:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:32:59] INFO Created 1 objects",
            "[2023-12-03 06:32:47] INFO Saving results",
            "[2023-12-03 06:32:34] INFO Found 1 detections",
            "[2023-12-03 06:32:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:32:07] INFO Created 3 objects",
            "[2023-12-03 06:31:56] INFO Saving results",
            "[2023-12-03 06:31:44] INFO Found 2 classifications",
            "[2023-12-03 06:31:32] INFO Found 3 detections",
            "[2023-12-03 06:31:17] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:31:04] INFO Created 19 objects",
            "[2023-12-03 06:30:52] INFO Saving results",
            "[2023-12-03 06:30:41] INFO Found 9 classifications",
            "[2023-12-03 06:30:29] INFO Found 10 detections",
            "[2023-12-03 06:30:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:29:57] INFO Created 63 objects",
            "[2023-12-03 06:29:42] INFO Saving results",
            "[2023-12-03 06:29:32] INFO Found 26 classifications",
            "[2023-12-03 06:29:20] INFO Found 37 detections",
            "[2023-12-03 06:28:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:28:31] INFO Created 78 objects",
            "[2023-12-03 06:28:18] INFO Saving results",
            "[2023-12-03 06:28:08] INFO Found 31 classifications",
            "[2023-12-03 06:27:57] INFO Found 48 detections",
            "[2023-12-03 06:27:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:27:03] INFO Created 16 objects",
            "[2023-12-03 06:26:53] INFO Saving results",
            "[2023-12-03 06:26:43] INFO Found 8 classifications",
            "[2023-12-03 06:26:31] INFO Found 8 detections",
            "[2023-12-03 06:26:12] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:26:01] INFO Created 39 objects",
            "[2023-12-03 06:25:48] INFO Saving results",
            "[2023-12-03 06:25:37] INFO Found 17 classifications",
            "[2023-12-03 06:25:28] INFO Found 22 detections",
            "[2023-12-03 06:25:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:24:50] INFO Created 63 objects",
            "[2023-12-03 06:24:39] INFO Saving results",
            "[2023-12-03 06:24:29] INFO Found 28 classifications",
            "[2023-12-03 06:24:19] INFO Found 35 detections",
            "[2023-12-03 06:23:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:23:37] INFO Created 16 objects",
            "[2023-12-03 06:23:25] INFO Saving results",
            "[2023-12-03 06:23:15] INFO Found 7 classifications",
            "[2023-12-03 06:23:04] INFO Found 9 detections",
            "[2023-12-03 06:22:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:22:36] INFO Created 26 objects",
            "[2023-12-03 06:22:26] INFO Saving results",
            "[2023-12-03 06:22:16] INFO Found 15 classifications",
            "[2023-12-03 06:22:06] INFO Found 16 detections",
            "[2023-12-03 06:21:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:21:33] INFO Created 22 objects",
            "[2023-12-03 06:21:24] INFO Saving results",
            "[2023-12-03 06:21:23] INFO Saving results",
            "[2023-12-03 06:21:13] INFO Found 11 classifications",
            "[2023-12-03 06:21:02] INFO Found 11 detections",
            "[2023-12-03 06:20:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:20:34] INFO Created 15 objects",
            "[2023-12-03 06:20:22] INFO Saving results",
            "[2023-12-03 06:20:13] INFO Found 15 classifications",
            "[2023-12-03 06:20:04] INFO Found 20 detections",
            "[2023-12-03 06:19:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:19:30] INFO Created 4 objects",
            "[2023-12-03 06:19:21] INFO Saving results",
            "[2023-12-03 06:19:12] INFO Found 1 classifications",
            "[2023-12-03 06:19:03] INFO Found 3 detections",
            "[2023-12-03 06:18:49] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:18:40] INFO Created 10 objects",
            "[2023-12-03 06:18:30] INFO Saving results",
            "[2023-12-03 06:18:22] INFO Found 5 classifications",
            "[2023-12-03 06:18:12] INFO Found 5 detections",
            "[2023-12-03 06:17:55] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:17:45] INFO Created 36 objects",
            "[2023-12-03 06:17:35] INFO Saving results",
            "[2023-12-03 06:17:23] INFO Found 17 classifications",
            "[2023-12-03 06:17:14] INFO Found 19 detections",
            "[2023-12-03 06:16:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:16:42] INFO Created 15 objects",
            "[2023-12-03 06:16:33] INFO Saving results",
            "[2023-12-03 06:16:24] INFO Found 6 classifications",
            "[2023-12-03 06:16:15] INFO Found 9 detections",
            "[2023-12-03 06:15:59] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:15:49] INFO Created 12 objects",
            "[2023-12-03 06:15:40] INFO Saving results",
            "[2023-12-03 06:15:31] INFO Found 12 classifications",
            "[2023-12-03 06:15:23] INFO Found 12 detections",
            "[2023-12-03 06:15:04] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:15:03] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:14:53] INFO Created 5 objects",
            "[2023-12-03 06:14:43] INFO Saving results",
            "[2023-12-03 06:14:35] INFO Found 3 classifications",
            "[2023-12-03 06:14:26] INFO Found 3 detections",
            "[2023-12-03 06:14:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:14:03] INFO Created 19 objects",
            "[2023-12-03 06:13:53] INFO Saving results",
            "[2023-12-03 06:13:44] INFO Found 9 classifications",
            "[2023-12-03 06:13:36] INFO Found 10 detections",
            "[2023-12-03 06:13:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:13:11] INFO Created 12 objects",
            "[2023-12-03 06:13:02] INFO Saving results",
            "[2023-12-03 06:12:54] INFO Found 12 classifications",
            "[2023-12-03 06:12:46] INFO Found 13 detections",
            "[2023-12-03 06:12:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:12:20] INFO Created 15 objects",
            "[2023-12-03 06:12:12] INFO Saving results",
            "[2023-12-03 06:12:04] INFO Found 14 classifications",
            "[2023-12-03 06:11:55] INFO Found 23 detections",
            "[2023-12-03 06:11:31] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:11:23] INFO Created 11 objects",
            "[2023-12-03 06:11:16] INFO Saving results",
            "[2023-12-03 06:11:07] INFO Found 4 classifications",
            "[2023-12-03 06:10:58] INFO Found 7 detections",
            "[2023-12-03 06:10:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:10:37] INFO Created 32 objects",
            "[2023-12-03 06:10:28] INFO Saving results",
            "[2023-12-03 06:10:20] INFO Found 14 classifications",
            "[2023-12-03 06:10:12] INFO Found 17 detections",
            "[2023-12-03 06:09:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:09:44] INFO Created 91 objects",
            "[2023-12-03 06:09:34] INFO Saving results",
            "[2023-12-03 06:09:25] INFO Found 42 classifications",
            "[2023-12-03 06:09:19] INFO Found 49 detections",
            "[2023-12-03 06:08:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:08:33] INFO Created 1 objects",
            "[2023-12-03 06:08:26] INFO Saving results",
            "[2023-12-03 06:08:18] INFO Found 1 classifications",
            "[2023-12-03 06:08:11] INFO Found 2 detections",
            "[2023-12-03 06:07:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:07:50] INFO Created 24 objects",
            "[2023-12-03 06:07:42] INFO Saving results",
            "[2023-12-03 06:07:34] INFO Found 12 classifications",
            "[2023-12-03 06:07:27] INFO Found 12 detections",
            "[2023-12-03 06:07:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:07:08] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:06:57] INFO Created 7 objects",
            "[2023-12-03 06:06:49] INFO Saving results",
            "[2023-12-03 06:06:41] INFO Found 3 classifications",
            "[2023-12-03 06:06:34] INFO Found 4 detections",
            "[2023-12-03 06:06:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:06:13] INFO Created 17 objects",
            "[2023-12-03 06:06:04] INFO Saving results",
            "[2023-12-03 06:05:56] INFO Found 11 classifications",
            "[2023-12-03 06:05:48] INFO Found 14 detections",
            "[2023-12-03 06:05:30] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:05:23] INFO Created 16 objects",
            "[2023-12-03 06:05:15] INFO Saving results",
            "[2023-12-03 06:05:07] INFO Found 15 classifications",
            "[2023-12-03 06:04:59] INFO Found 16 detections",
            "[2023-12-03 06:04:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:04:33] INFO Created 27 objects",
            "[2023-12-03 06:04:25] INFO Saving results",
            "[2023-12-03 06:04:18] INFO Found 13 classifications",
            "[2023-12-03 06:04:12] INFO Found 14 detections",
            "[2023-12-03 06:03:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:03:46] INFO Created 20 objects",
            "[2023-12-03 06:03:38] INFO Saving results",
            "[2023-12-03 06:03:32] INFO Found 9 classifications",
            "[2023-12-03 06:03:25] INFO Found 11 detections",
            "[2023-12-03 06:03:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:03:01] INFO Created 15 objects",
            "[2023-12-03 06:02:55] INFO Saving results",
            "[2023-12-03 06:02:48] INFO Found 7 classifications",
            "[2023-12-03 06:02:41] INFO Found 8 detections",
            "[2023-12-03 06:02:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:02:19] INFO Created 6 objects",
            "[2023-12-03 06:02:12] INFO Saving results",
            "[2023-12-03 06:02:04] INFO Found 2 classifications",
            "[2023-12-03 06:01:58] INFO Found 4 detections",
            "[2023-12-03 06:01:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:01:40] INFO Created 31 objects",
            "[2023-12-03 06:01:32] INFO Saving results",
            "[2023-12-03 06:01:26] INFO Found 15 classifications",
            "[2023-12-03 06:01:20] INFO Found 16 detections",
            "[2023-12-03 06:01:19] INFO Found 16 detections",
            "[2023-12-03 06:01:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:00:55] INFO Created 1 objects",
            "[2023-12-03 06:00:49] INFO Saving results",
            "[2023-12-03 06:00:43] INFO Found 1 detections",
            "[2023-12-03 06:00:33] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 06:00:27] INFO Created 51 objects",
            "[2023-12-03 06:00:20] INFO Saving results",
            "[2023-12-03 06:00:14] INFO Found 25 classifications",
            "[2023-12-03 06:00:07] INFO Found 26 detections",
            "[2023-12-03 05:59:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:59:37] INFO Created 27 objects",
            "[2023-12-03 05:59:30] INFO Saving results",
            "[2023-12-03 05:59:24] INFO Found 12 classifications",
            "[2023-12-03 05:59:18] INFO Found 14 detections",
            "[2023-12-03 05:59:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:58:53] INFO Created 26 objects",
            "[2023-12-03 05:58:46] INFO Saving results",
            "[2023-12-03 05:58:40] INFO Found 12 classifications",
            "[2023-12-03 05:58:33] INFO Found 14 detections",
            "[2023-12-03 05:58:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:58:10] INFO Created 8 objects",
            "[2023-12-03 05:58:04] INFO Saving results",
            "[2023-12-03 05:57:58] INFO Found 8 classifications",
            "[2023-12-03 05:57:53] INFO Found 9 detections",
            "[2023-12-03 05:57:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:57:35] INFO Created 25 objects",
            "[2023-12-03 05:57:28] INFO Saving results",
            "[2023-12-03 05:57:23] INFO Found 23 classifications",
            "[2023-12-03 05:57:18] INFO Found 26 detections",
            "[2023-12-03 05:56:55] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:56:50] INFO Created 51 objects",
            "[2023-12-03 05:56:44] INFO Saving results",
            "[2023-12-03 05:56:38] INFO Found 21 classifications",
            "[2023-12-03 05:56:32] INFO Found 30 detections",
            "[2023-12-03 05:56:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:56:01] INFO Created 28 objects",
            "[2023-12-03 05:55:55] INFO Saving results",
            "[2023-12-03 05:55:49] INFO Found 14 classifications",
            "[2023-12-03 05:55:44] INFO Found 14 detections",
            "[2023-12-03 05:55:29] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:55:24] INFO Created 19 objects",
            "[2023-12-03 05:55:18] INFO Saving results",
            "[2023-12-03 05:55:12] INFO Found 9 classifications",
            "[2023-12-03 05:55:07] INFO Found 12 detections",
            "[2023-12-03 05:54:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:54:49] INFO Created 14 objects",
            "[2023-12-03 05:54:43] INFO Saving results",
            "[2023-12-03 05:54:38] INFO Found 7 classifications",
            "[2023-12-03 05:54:33] INFO Found 7 detections",
            "[2023-12-03 05:54:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:54:16] INFO Created 14 objects",
            "[2023-12-03 05:54:11] INFO Saving results",
            "[2023-12-03 05:54:06] INFO Found 7 classifications",
            "[2023-12-03 05:54:01] INFO Found 7 detections",
            "[2023-12-03 05:53:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:53:45] INFO Created 4 objects",
            "[2023-12-03 05:53:41] INFO Saving results",
            "[2023-12-03 05:53:36] INFO Found 4 classifications",
            "[2023-12-03 05:53:32] INFO Found 4 detections",
            "[2023-12-03 05:53:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:53:19] INFO Created 4 objects",
            "[2023-12-03 05:53:14] INFO Saving results",
            "[2023-12-03 05:53:10] INFO Found 1 classifications",
            "[2023-12-03 05:53:06] INFO Found 3 detections",
            "[2023-12-03 05:52:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:52:53] INFO Saving results",
            "[2023-12-03 05:52:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:52:41] INFO Created 23 objects",
            "[2023-12-03 05:52:35] INFO Saving results",
            "[2023-12-03 05:52:31] INFO Found 11 classifications",
            "[2023-12-03 05:52:27] INFO Found 12 detections",
            "[2023-12-03 05:52:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:52:09] INFO Created 15 objects",
            "[2023-12-03 05:52:04] INFO Saving results",
            "[2023-12-03 05:52:00] INFO Found 8 classifications",
            "[2023-12-03 05:51:55] INFO Found 9 detections",
            "[2023-12-03 05:51:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:51:38] INFO Saving results",
            "[2023-12-03 05:51:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:51:27] INFO Created 17 objects",
            "[2023-12-03 05:51:21] INFO Saving results",
            "[2023-12-03 05:51:17] INFO Found 8 classifications",
            "[2023-12-03 05:51:13] INFO Found 9 detections",
            "[2023-12-03 05:51:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:50:57] INFO Created 2 objects",
            "[2023-12-03 05:50:53] INFO Saving results",
            "[2023-12-03 05:50:49] INFO Found 1 classifications",
            "[2023-12-03 05:50:46] INFO Found 1 detections",
            "[2023-12-03 05:50:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:50:35] INFO Created 9 objects",
            "[2023-12-03 05:50:31] INFO Saving results",
            "[2023-12-03 05:50:27] INFO Found 8 classifications",
            "[2023-12-03 05:50:23] INFO Found 14 detections",
            "[2023-12-03 05:50:08] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:50:04] INFO Created 21 objects",
            "[2023-12-03 05:49:59] INFO Saving results",
            "[2023-12-03 05:49:54] INFO Found 9 classifications",
            "[2023-12-03 05:49:51] INFO Found 12 detections",
            "[2023-12-03 05:49:50] INFO Found 12 detections",
            "[2023-12-03 05:49:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:49:34] INFO Shuffling images",
            "[2023-12-03 05:49:30] INFO Found 408 images to process",
            "[2023-12-03 05:49:26] INFO Changing status of job 219 to STARTED",
            "[2023-12-03 05:49:22] INFO Running job #219 \"VCE Sample\" (PENDING)",
            "[2023-12-03 05:22:28] INFO Finished job #219 \"VCE Sample\" (SUCCESS)",
            "[2023-12-03 05:22:24] INFO Finished job #219 \"VCE Sample\" (SUCCESS)",
            "[2023-12-03 05:22:24] INFO Changing status of job 219 to SUCCESS",
            "[2023-12-03 05:22:20] INFO Changing status of job 219 to SUCCESS",
            "[2023-12-03 05:22:17] INFO Created 49 objects",
            "[2023-12-03 05:22:12] INFO Saving results",
            "[2023-12-03 05:22:08] INFO Found 23 classifications",
            "[2023-12-03 05:22:05] INFO Found 26 detections",
            "[2023-12-03 05:21:42] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:21:39] INFO Created 21 objects",
            "[2023-12-03 05:21:35] INFO Saving results",
            "[2023-12-03 05:21:34] INFO Saving results",
            "[2023-12-03 05:21:31] INFO Found 10 classifications",
            "[2023-12-03 05:21:28] INFO Found 11 detections",
            "[2023-12-03 05:21:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:21:12] INFO Created 8 objects",
            "[2023-12-03 05:21:08] INFO Saving results",
            "[2023-12-03 05:21:07] INFO Saving results",
            "[2023-12-03 05:21:04] INFO Found 4 classifications",
            "[2023-12-03 05:21:00] INFO Found 4 detections",
            "[2023-12-03 05:20:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:20:48] INFO Created 34 objects",
            "[2023-12-03 05:20:44] INFO Saving results",
            "[2023-12-03 05:20:41] INFO Found 16 classifications",
            "[2023-12-03 05:20:38] INFO Found 18 detections",
            "[2023-12-03 05:20:37] INFO Found 18 detections",
            "[2023-12-03 05:20:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:20:18] INFO Created 13 objects",
            "[2023-12-03 05:20:14] INFO Saving results",
            "[2023-12-03 05:20:11] INFO Found 6 classifications",
            "[2023-12-03 05:20:08] INFO Found 7 detections",
            "[2023-12-03 05:19:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:19:55] INFO Created 1 objects",
            "[2023-12-03 05:19:51] INFO Saving results",
            "[2023-12-03 05:19:48] INFO Found 1 detections",
            "[2023-12-03 05:19:41] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:19:39] INFO Created 21 objects",
            "[2023-12-03 05:19:35] INFO Saving results",
            "[2023-12-03 05:19:32] INFO Found 9 classifications",
            "[2023-12-03 05:19:31] INFO Found 9 classifications",
            "[2023-12-03 05:19:29] INFO Found 12 detections",
            "[2023-12-03 05:19:17] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:19:14] INFO Created 37 objects",
            "[2023-12-03 05:19:09] INFO Saving results",
            "[2023-12-03 05:19:06] INFO Found 15 classifications",
            "[2023-12-03 05:19:03] INFO Found 21 detections",
            "[2023-12-03 05:19:02] INFO Found 21 detections",
            "[2023-12-03 05:18:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:18:42] INFO Created 1 objects",
            "[2023-12-03 05:18:40] INFO Saving results",
            "[2023-12-03 05:18:38] INFO Found 1 detections",
            "[2023-12-03 05:18:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:18:29] INFO Created 16 objects",
            "[2023-12-03 05:18:27] INFO Saving results",
            "[2023-12-03 05:18:24] INFO Found 7 classifications",
            "[2023-12-03 05:18:20] INFO Found 9 detections",
            "[2023-12-03 05:18:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:18:07] INFO Created 2 objects",
            "[2023-12-03 05:18:04] INFO Saving results",
            "[2023-12-03 05:18:01] INFO Found 1 classifications",
            "[2023-12-03 05:17:58] INFO Found 1 detections",
            "[2023-12-03 05:17:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:17:50] INFO Created 19 objects",
            "[2023-12-03 05:17:47] INFO Saving results",
            "[2023-12-03 05:17:45] INFO Found 8 classifications",
            "[2023-12-03 05:17:44] INFO Found 8 classifications",
            "[2023-12-03 05:17:42] INFO Found 11 detections",
            "[2023-12-03 05:17:30] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:17:28] INFO Created 19 objects",
            "[2023-12-03 05:17:23] INFO Saving results",
            "[2023-12-03 05:17:21] INFO Found 8 classifications",
            "[2023-12-03 05:17:18] INFO Found 11 detections",
            "[2023-12-03 05:17:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:17:04] INFO Created 82 objects",
            "[2023-12-03 05:17:00] INFO Saving results",
            "[2023-12-03 05:16:58] INFO Found 32 classifications",
            "[2023-12-03 05:16:56] INFO Found 50 detections",
            "[2023-12-03 05:16:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:16:19] INFO Created 40 objects",
            "[2023-12-03 05:16:15] INFO Saving results",
            "[2023-12-03 05:16:12] INFO Found 18 classifications",
            "[2023-12-03 05:16:10] INFO Found 22 detections",
            "[2023-12-03 05:15:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:47] INFO Created 10 objects",
            "[2023-12-03 05:15:44] INFO Saving results",
            "[2023-12-03 05:15:42] INFO Found 5 classifications",
            "[2023-12-03 05:15:40] INFO Found 5 detections",
            "[2023-12-03 05:15:32] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:29] INFO Created 28 objects",
            "[2023-12-03 05:15:26] INFO Saving results",
            "[2023-12-03 05:15:24] INFO Found 13 classifications",
            "[2023-12-03 05:15:22] INFO Found 13 detections",
            "[2023-12-03 05:15:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:07] INFO Saving results",
            "[2023-12-03 05:15:02] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:15:00] INFO Created 81 objects",
            "[2023-12-03 05:14:59] INFO Created 81 objects",
            "[2023-12-03 05:14:56] INFO Saving results",
            "[2023-12-03 05:14:54] INFO Found 38 classifications",
            "[2023-12-03 05:14:52] INFO Found 43 detections",
            "[2023-12-03 05:14:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:14:17] INFO Created 37 objects",
            "[2023-12-03 05:14:14] INFO Saving results",
            "[2023-12-03 05:14:13] INFO Found 16 classifications",
            "[2023-12-03 05:14:10] INFO Found 21 detections",
            "[2023-12-03 05:13:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:51] INFO Created 10 objects",
            "[2023-12-03 05:13:49] INFO Saving results",
            "[2023-12-03 05:13:48] INFO Found 4 classifications",
            "[2023-12-03 05:13:46] INFO Found 6 detections",
            "[2023-12-03 05:13:38] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:35] INFO Created 1 objects",
            "[2023-12-03 05:13:33] INFO Saving results",
            "[2023-12-03 05:13:32] INFO Found 1 detections",
            "[2023-12-03 05:13:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:26] INFO Created 4 objects",
            "[2023-12-03 05:13:24] INFO Saving results",
            "[2023-12-03 05:13:22] INFO Found 2 classifications",
            "[2023-12-03 05:13:21] INFO Found 2 detections",
            "[2023-12-03 05:13:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:13:14] INFO Created 27 objects",
            "[2023-12-03 05:13:12] INFO Saving results",
            "[2023-12-03 05:13:10] INFO Found 8 classifications",
            "[2023-12-03 05:13:08] INFO Found 19 detections",
            "[2023-12-03 05:12:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:12:49] INFO Created 39 objects",
            "[2023-12-03 05:12:46] INFO Saving results",
            "[2023-12-03 05:12:44] INFO Found 16 classifications",
            "[2023-12-03 05:12:42] INFO Found 23 detections",
            "[2023-12-03 05:12:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:12:21] INFO Created 34 objects",
            "[2023-12-03 05:12:18] INFO Saving results",
            "[2023-12-03 05:12:17] INFO Found 15 classifications",
            "[2023-12-03 05:12:16] INFO Found 19 detections",
            "[2023-12-03 05:12:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:12:00] INFO Created 2 objects",
            "[2023-12-03 05:11:58] INFO Saving results",
            "[2023-12-03 05:11:56] INFO Found 2 detections",
            "[2023-12-03 05:11:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:50] INFO Created 5 objects",
            "[2023-12-03 05:11:48] INFO Saving results",
            "[2023-12-03 05:11:47] INFO Found 1 classifications",
            "[2023-12-03 05:11:45] INFO Found 4 detections",
            "[2023-12-03 05:11:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:38] INFO Created 8 objects",
            "[2023-12-03 05:11:36] INFO Saving results",
            "[2023-12-03 05:11:35] INFO Found 3 classifications",
            "[2023-12-03 05:11:33] INFO Found 5 detections",
            "[2023-12-03 05:11:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:26] INFO Created 17 objects",
            "[2023-12-03 05:11:24] INFO Saving results",
            "[2023-12-03 05:11:23] INFO Found 8 classifications",
            "[2023-12-03 05:11:22] INFO Found 9 detections",
            "[2023-12-03 05:11:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:11:12] INFO Created 18 objects",
            "[2023-12-03 05:11:10] INFO Saving results",
            "[2023-12-03 05:11:09] INFO Found 7 classifications",
            "[2023-12-03 05:11:08] INFO Found 11 detections",
            "[2023-12-03 05:10:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:57] INFO Created 35 objects",
            "[2023-12-03 05:10:55] INFO Saving results",
            "[2023-12-03 05:10:54] INFO Found 13 classifications",
            "[2023-12-03 05:10:53] INFO Found 22 detections",
            "[2023-12-03 05:10:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:36] INFO Created 2 objects",
            "[2023-12-03 05:10:35] INFO Saving results",
            "[2023-12-03 05:10:34] INFO Found 1 classifications",
            "[2023-12-03 05:10:33] INFO Found 1 detections",
            "[2023-12-03 05:10:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:26] INFO Created 18 objects",
            "[2023-12-03 05:10:24] INFO Saving results",
            "[2023-12-03 05:10:24] INFO Found 7 classifications",
            "[2023-12-03 05:10:23] INFO Found 11 detections",
            "[2023-12-03 05:10:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:10:13] INFO Created 32 objects",
            "[2023-12-03 05:10:11] INFO Saving results",
            "[2023-12-03 05:10:11] INFO Found 13 classifications",
            "[2023-12-03 05:10:10] INFO Found 19 detections",
            "[2023-12-03 05:09:56] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:55] INFO Created 46 objects",
            "[2023-12-03 05:09:53] INFO Saving results",
            "[2023-12-03 05:09:52] INFO Found 18 classifications",
            "[2023-12-03 05:09:51] INFO Found 26 detections",
            "[2023-12-03 05:09:34] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:33] INFO Created 10 objects",
            "[2023-12-03 05:09:32] INFO Saving results",
            "[2023-12-03 05:09:31] INFO Found 3 classifications",
            "[2023-12-03 05:09:30] INFO Found 7 detections",
            "[2023-12-03 05:09:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:22] INFO Created 3 objects",
            "[2023-12-03 05:09:22] INFO Saving results",
            "[2023-12-03 05:09:21] INFO Found 1 classifications",
            "[2023-12-03 05:09:21] INFO Found 2 detections",
            "[2023-12-03 05:09:20] INFO Found 2 detections",
            "[2023-12-03 05:09:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:15] INFO Created 2 objects",
            "[2023-12-03 05:09:15] INFO Saving results",
            "[2023-12-03 05:09:14] INFO Found 1 classifications",
            "[2023-12-03 05:09:13] INFO Found 1 detections",
            "[2023-12-03 05:09:09] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:09] INFO Created 11 objects",
            "[2023-12-03 05:09:08] INFO Saving results",
            "[2023-12-03 05:09:07] INFO Found 5 classifications",
            "[2023-12-03 05:09:06] INFO Found 5 detections",
            "[2023-12-03 05:09:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:09:00] INFO Created 21 objects",
            "[2023-12-03 05:08:59] INFO Created 21 objects",
            "[2023-12-03 05:08:57] INFO Saving results",
            "[2023-12-03 05:08:57] INFO Found 10 classifications",
            "[2023-12-03 05:08:56] INFO Found 11 detections",
            "[2023-12-03 05:08:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:46] INFO Created 5 objects",
            "[2023-12-03 05:08:45] INFO Saving results",
            "[2023-12-03 05:08:45] INFO Found 2 classifications",
            "[2023-12-03 05:08:44] INFO Found 3 detections",
            "[2023-12-03 05:08:40] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:39] INFO Created 23 objects",
            "[2023-12-03 05:08:38] INFO Saving results",
            "[2023-12-03 05:08:38] INFO Found 10 classifications",
            "[2023-12-03 05:08:37] INFO Found 13 detections",
            "[2023-12-03 05:08:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:27] INFO Created 12 objects",
            "[2023-12-03 05:08:26] INFO Saving results",
            "[2023-12-03 05:08:26] INFO Found 5 classifications",
            "[2023-12-03 05:08:25] INFO Found 7 detections",
            "[2023-12-03 05:08:19] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:19] INFO Created 2 objects",
            "[2023-12-03 05:08:18] INFO Saving results",
            "[2023-12-03 05:08:18] INFO Found 1 classifications",
            "[2023-12-03 05:08:18] INFO Found 1 detections",
            "[2023-12-03 05:08:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:14] INFO Saving results",
            "[2023-12-03 05:08:11] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:08:11] INFO Created 39 objects",
            "[2023-12-03 05:08:10] INFO Saving results",
            "[2023-12-03 05:08:10] INFO Found 15 classifications",
            "[2023-12-03 05:08:10] INFO Found 24 detections",
            "[2023-12-03 05:07:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:53] INFO Created 15 objects",
            "[2023-12-03 05:07:52] INFO Saving results",
            "[2023-12-03 05:07:52] INFO Found 7 classifications",
            "[2023-12-03 05:07:52] INFO Found 8 detections",
            "[2023-12-03 05:07:44] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:44] INFO Created 18 objects",
            "[2023-12-03 05:07:43] INFO Saving results",
            "[2023-12-03 05:07:43] INFO Found 9 classifications",
            "[2023-12-03 05:07:43] INFO Found 9 detections",
            "[2023-12-03 05:07:35] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:35] INFO Created 12 objects",
            "[2023-12-03 05:07:35] INFO Saving results",
            "[2023-12-03 05:07:35] INFO Found 5 classifications",
            "[2023-12-03 05:07:35] INFO Found 7 detections",
            "[2023-12-03 05:07:28] INFO Sending 2 images to ML backend quebec_vermont_moths_2023",
            "[2023-12-03 05:07:28] WARNING Limiting number of images to 100 (out of 408)",
            "[2023-12-03 05:07:28] INFO Shuffling images",
            "[2023-12-03 05:07:28] INFO Found 408 images to process",
            "[2023-12-03 05:07:28] INFO Changing status of job 219 to STARTED",
            "[2023-12-03 05:07:28] INFO Running job #219 \"VCE Sample\" (PENDING)",
            "[2023-12-03 05:07:28] INFO Changing status of job 219 to PENDING"
        ],
        "stderr": [
            "Job #219 \"VCE Sample\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process"
        ]
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "internal",
    "result": null,
    "user_permissions": []
}