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/982/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 982,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/982/?format=api",
    "name": "New workers",
    "delay": 0,
    "limit": 1000,
    "shuffle": true,
    "project": {
        "id": 23,
        "name": "Insectarium de Montréal",
        "details": "https://api.beluga.insectai.org/api/v2/projects/23/?format=api",
        "user_permissions": []
    },
    "deployment": null,
    "source_image_collection": {
        "id": 21,
        "name": "Insectarium, End of every night",
        "details": "https://api.beluga.insectai.org/api/v2/captures/collections/21/?format=api",
        "method": "last_and_random_from_each_event",
        "user_permissions": []
    },
    "source_image_single": null,
    "pipeline": {
        "id": 4,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/4/?format=api",
        "name": "World moths",
        "slug": "global_moths_2024",
        "description": "",
        "version": 1,
        "version_name": "",
        "created_at": "2024-08-28T21:59:10.627394",
        "updated_at": "2026-04-01T17:09:36.922817",
        "user_permissions": []
    },
    "status": "SUCCESS",
    "created_at": "2024-09-25T20:19:08.463819",
    "updated_at": "2024-11-13T17:15:33.351924",
    "started_at": "2024-09-25T20:19:08.560972",
    "finished_at": "2024-09-25T21:06:31.621345",
    "duration": "2843.060373",
    "progress": {
        "summary": {
            "status": "SUCCESS",
            "progress": 1.0
        },
        "stages": [
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 403
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Processed",
                        "key": "processed",
                        "category": "default",
                        "value": 404
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": -1
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 24199
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 24199
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Objects created",
                        "key": "objects_created",
                        "category": "default",
                        "value": 69
                    }
                ]
            }
        ],
        "errors": [
            "Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 56 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 55 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 52 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 47 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 46 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 36 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 35 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 31 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 26 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 25 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 24 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 23 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 21 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 18 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 17 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 16 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 13 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 12 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 10 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 7 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 5 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 1 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process"
        ],
        "logs": [
            "[2024-09-25 21:06:38] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:37] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:36] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:35] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:34] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:33] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:32] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:31] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:31] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:30] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:29] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:28] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:27] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:26] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:25] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:24] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:24] INFO Created 69 objects",
            "[2024-09-25 21:06:23] INFO Created 69 objects",
            "[2024-09-25 21:06:22] INFO Created 69 objects",
            "[2024-09-25 21:06:21] INFO Created 69 objects",
            "[2024-09-25 21:06:20] INFO Created 69 objects",
            "[2024-09-25 21:06:19] INFO Created 69 objects",
            "[2024-09-25 21:06:18] INFO Created 69 objects",
            "[2024-09-25 21:06:17] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:16] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:15] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:14] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:13] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:12] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:11] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:05:56] INFO Saving results",
            "[2024-09-25 21:05:55] INFO Saving results",
            "[2024-09-25 21:05:54] INFO Saving results",
            "[2024-09-25 21:05:53] INFO Saving results",
            "[2024-09-25 21:05:52] INFO Saving results",
            "[2024-09-25 21:05:51] INFO Saving results",
            "[2024-09-25 21:05:50] INFO Saving results",
            "[2024-09-25 21:05:49] INFO Saving results",
            "[2024-09-25 21:05:49] INFO Found 272 classifications",
            "[2024-09-25 21:05:48] INFO Found 272 classifications",
            "[2024-09-25 21:05:47] INFO Found 272 classifications",
            "[2024-09-25 21:05:46] INFO Found 272 classifications",
            "[2024-09-25 21:05:45] INFO Found 272 classifications",
            "[2024-09-25 21:05:44] INFO Found 272 classifications",
            "[2024-09-25 21:05:43] INFO Found 272 classifications",
            "[2024-09-25 21:05:42] INFO Found 272 classifications",
            "[2024-09-25 21:05:42] INFO Found 272 detections",
            "[2024-09-25 21:05:41] INFO Found 272 detections",
            "[2024-09-25 21:05:40] INFO Found 272 detections",
            "[2024-09-25 21:05:39] INFO Found 272 detections",
            "[2024-09-25 21:05:38] INFO Found 272 detections",
            "[2024-09-25 21:05:37] INFO Found 272 detections",
            "[2024-09-25 21:05:36] INFO Found 272 detections",
            "[2024-09-25 21:05:31] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:30] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:29] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:28] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:27] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:26] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:25] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:25] INFO Created 89 objects",
            "[2024-09-25 21:05:24] INFO Created 89 objects",
            "[2024-09-25 21:05:23] INFO Created 89 objects",
            "[2024-09-25 21:05:22] INFO Created 89 objects",
            "[2024-09-25 21:05:21] INFO Created 89 objects",
            "[2024-09-25 21:05:20] INFO Created 89 objects",
            "[2024-09-25 21:05:19] INFO Created 89 objects",
            "[2024-09-25 21:05:18] INFO Created 89 objects",
            "[2024-09-25 21:05:18] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:17] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:16] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:15] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:14] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:13] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:12] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:04:26] INFO Saving results",
            "[2024-09-25 21:04:25] INFO Saving results",
            "[2024-09-25 21:04:24] INFO Saving results",
            "[2024-09-25 21:04:23] INFO Saving results",
            "[2024-09-25 21:04:22] INFO Saving results",
            "[2024-09-25 21:04:21] INFO Saving results",
            "[2024-09-25 21:04:20] INFO Saving results",
            "[2024-09-25 21:04:19] INFO Saving results",
            "[2024-09-25 21:04:19] INFO Found 924 classifications",
            "[2024-09-25 21:04:18] INFO Found 924 classifications",
            "[2024-09-25 21:04:17] INFO Found 924 classifications",
            "[2024-09-25 21:04:16] INFO Found 924 classifications",
            "[2024-09-25 21:04:15] INFO Found 924 classifications",
            "[2024-09-25 21:04:14] INFO Found 924 classifications",
            "[2024-09-25 21:04:13] INFO Found 924 classifications",
            "[2024-09-25 21:04:13] INFO Found 924 detections",
            "[2024-09-25 21:04:12] INFO Found 924 detections",
            "[2024-09-25 21:04:11] INFO Found 924 detections",
            "[2024-09-25 21:04:10] INFO Found 924 detections",
            "[2024-09-25 21:04:09] INFO Found 924 detections",
            "[2024-09-25 21:04:08] INFO Found 924 detections",
            "[2024-09-25 21:04:07] INFO Found 924 detections",
            "[2024-09-25 21:04:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:04:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:04:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:57] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:56] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:55] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:54] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:53] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:52] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:51] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:50] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:49] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:48] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:46] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:45] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:41] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:39] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:38] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:37] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:37] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:36] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:35] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:34] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:33] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:32] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:31] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:30] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:29] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:26] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:25] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:24] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:23] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:22] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:21] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:20] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:19] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:18] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:17] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:15] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:14] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:13] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:12] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:05] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:04] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:03] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:02] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:01] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:00] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:59] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:58] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:57] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:56] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:48] INFO Created 25 objects",
            "[2024-09-25 21:02:47] INFO Created 25 objects",
            "[2024-09-25 21:02:46] INFO Created 25 objects",
            "[2024-09-25 21:02:45] INFO Created 25 objects",
            "[2024-09-25 21:02:44] INFO Created 25 objects",
            "[2024-09-25 21:02:43] INFO Created 25 objects",
            "[2024-09-25 21:02:42] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:41] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:40] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:39] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:38] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:37] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:36] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:35] INFO Saving results",
            "[2024-09-25 21:02:34] INFO Saving results",
            "[2024-09-25 21:02:33] INFO Saving results",
            "[2024-09-25 21:02:32] INFO Saving results",
            "[2024-09-25 21:02:31] INFO Saving results",
            "[2024-09-25 21:02:30] INFO Saving results",
            "[2024-09-25 21:02:29] INFO Saving results",
            "[2024-09-25 21:02:29] INFO Found 12 classifications",
            "[2024-09-25 21:02:28] INFO Found 12 classifications",
            "[2024-09-25 21:02:27] INFO Found 12 classifications",
            "[2024-09-25 21:02:26] INFO Found 12 classifications",
            "[2024-09-25 21:02:25] INFO Found 12 classifications",
            "[2024-09-25 21:02:24] INFO Found 12 classifications",
            "[2024-09-25 21:02:23] INFO Found 12 classifications",
            "[2024-09-25 21:02:22] INFO Found 12 classifications",
            "[2024-09-25 21:02:22] INFO Found 12 detections",
            "[2024-09-25 21:02:21] INFO Found 12 detections",
            "[2024-09-25 21:02:20] INFO Found 12 detections",
            "[2024-09-25 21:02:19] INFO Found 12 detections",
            "[2024-09-25 21:02:18] INFO Found 12 detections",
            "[2024-09-25 21:02:17] INFO Found 12 detections",
            "[2024-09-25 21:02:16] INFO Found 12 detections",
            "[2024-09-25 21:02:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:05] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:04] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:03] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:02] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:01] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:00] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:59] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:58] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:57] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:49] INFO Created 12 objects",
            "[2024-09-25 21:01:48] INFO Created 12 objects",
            "[2024-09-25 21:01:47] INFO Created 12 objects",
            "[2024-09-25 21:01:46] INFO Created 12 objects",
            "[2024-09-25 21:01:45] INFO Created 12 objects",
            "[2024-09-25 21:01:44] INFO Created 12 objects",
            "[2024-09-25 21:01:43] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:42] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:41] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:40] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:39] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:38] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:37] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:36] INFO Saving results",
            "[2024-09-25 21:01:35] INFO Saving results",
            "[2024-09-25 21:01:34] INFO Saving results",
            "[2024-09-25 21:01:33] INFO Saving results",
            "[2024-09-25 21:01:32] INFO Saving results",
            "[2024-09-25 21:01:31] INFO Saving results",
            "[2024-09-25 21:01:30] INFO Found 9 classifications",
            "[2024-09-25 21:01:29] INFO Found 9 classifications",
            "[2024-09-25 21:01:28] INFO Found 9 classifications",
            "[2024-09-25 21:01:27] INFO Found 9 classifications",
            "[2024-09-25 21:01:26] INFO Found 9 classifications",
            "[2024-09-25 21:01:25] INFO Found 9 classifications",
            "[2024-09-25 21:01:25] INFO Found 9 detections",
            "[2024-09-25 21:01:24] INFO Found 9 detections",
            "[2024-09-25 21:01:23] INFO Found 9 detections",
            "[2024-09-25 21:01:22] INFO Found 9 detections",
            "[2024-09-25 21:01:21] INFO Found 9 detections",
            "[2024-09-25 21:01:20] INFO Found 9 detections",
            "[2024-09-25 21:01:19] INFO Found 9 detections",
            "[2024-09-25 21:01:14] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:13] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:08] INFO Created 28 objects",
            "[2024-09-25 21:01:07] INFO Created 28 objects",
            "[2024-09-25 21:01:06] INFO Created 28 objects",
            "[2024-09-25 21:01:05] INFO Created 28 objects",
            "[2024-09-25 21:01:04] INFO Created 28 objects",
            "[2024-09-25 21:01:03] INFO Created 28 objects",
            "[2024-09-25 21:01:02] INFO Created 28 objects",
            "[2024-09-25 21:01:02] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:01:01] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:01:00] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:59] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:58] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:57] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:56] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:54] INFO Saving results",
            "[2024-09-25 21:00:53] INFO Saving results",
            "[2024-09-25 21:00:52] INFO Saving results",
            "[2024-09-25 21:00:51] INFO Saving results",
            "[2024-09-25 21:00:50] INFO Saving results",
            "[2024-09-25 21:00:49] INFO Saving results",
            "[2024-09-25 21:00:48] INFO Found 14 classifications",
            "[2024-09-25 21:00:47] INFO Found 14 classifications",
            "[2024-09-25 21:00:46] INFO Found 14 classifications",
            "[2024-09-25 21:00:45] INFO Found 14 classifications",
            "[2024-09-25 21:00:44] INFO Found 14 classifications",
            "[2024-09-25 21:00:43] INFO Found 14 classifications",
            "[2024-09-25 21:00:43] INFO Found 14 detections",
            "[2024-09-25 21:00:42] INFO Found 14 detections",
            "[2024-09-25 21:00:41] INFO Found 14 detections",
            "[2024-09-25 21:00:40] INFO Found 14 detections",
            "[2024-09-25 21:00:39] INFO Found 14 detections",
            "[2024-09-25 21:00:38] INFO Found 14 detections",
            "[2024-09-25 21:00:37] INFO Found 14 detections",
            "[2024-09-25 21:00:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:28] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:27] INFO Created 84 objects",
            "[2024-09-25 21:00:26] INFO Created 84 objects",
            "[2024-09-25 21:00:25] INFO Created 84 objects",
            "[2024-09-25 21:00:24] INFO Created 84 objects",
            "[2024-09-25 21:00:23] INFO Created 84 objects",
            "[2024-09-25 21:00:22] INFO Created 84 objects",
            "[2024-09-25 21:00:21] INFO Created 84 objects",
            "[2024-09-25 21:00:21] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:20] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:19] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:18] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:17] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:16] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:15] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 20:59:29] INFO Saving results",
            "[2024-09-25 20:59:28] INFO Saving results",
            "[2024-09-25 20:59:27] INFO Saving results",
            "[2024-09-25 20:59:26] INFO Saving results",
            "[2024-09-25 20:59:25] INFO Saving results",
            "[2024-09-25 20:59:24] INFO Saving results",
            "[2024-09-25 20:59:24] INFO Found 882 classifications",
            "[2024-09-25 20:59:23] INFO Found 882 classifications",
            "[2024-09-25 20:59:22] INFO Found 882 classifications",
            "[2024-09-25 20:59:21] INFO Found 882 classifications",
            "[2024-09-25 20:59:20] INFO Found 882 classifications",
            "[2024-09-25 20:59:19] INFO Found 882 classifications",
            "[2024-09-25 20:59:18] INFO Found 882 classifications",
            "[2024-09-25 20:59:18] INFO Found 882 detections",
            "[2024-09-25 20:59:17] INFO Found 882 detections",
            "[2024-09-25 20:59:16] INFO Found 882 detections",
            "[2024-09-25 20:59:15] INFO Found 882 detections",
            "[2024-09-25 20:59:14] INFO Found 882 detections",
            "[2024-09-25 20:59:13] INFO Found 882 detections",
            "[2024-09-25 20:59:12] INFO Found 882 detections",
            "[2024-09-25 20:59:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:03] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:01] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:59:00] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:59] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:58] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:57] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:56] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:55] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:54] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:53] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:46] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:45] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:44] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:43] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:42] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:41] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:40] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:39] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:38] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:36] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:35] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:30] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:29] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:28] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:27] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:26] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:25] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:24] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:23] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:22] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:15] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:14] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:14] INFO Created 44 objects",
            "[2024-09-25 20:58:13] INFO Created 44 objects",
            "[2024-09-25 20:58:12] INFO Created 44 objects",
            "[2024-09-25 20:58:11] INFO Created 44 objects",
            "[2024-09-25 20:58:10] INFO Created 44 objects",
            "[2024-09-25 20:58:09] INFO Created 44 objects",
            "[2024-09-25 20:58:08] INFO Created 44 objects",
            "[2024-09-25 20:58:08] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:07] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:06] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:05] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:04] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:03] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:57:56] INFO Saving results",
            "[2024-09-25 20:57:55] INFO Saving results",
            "[2024-09-25 20:57:54] INFO Saving results",
            "[2024-09-25 20:57:53] INFO Saving results",
            "[2024-09-25 20:57:52] INFO Saving results",
            "[2024-09-25 20:57:51] INFO Saving results",
            "[2024-09-25 20:57:51] INFO Found 126 classifications",
            "[2024-09-25 20:57:50] INFO Found 126 classifications",
            "[2024-09-25 20:57:49] INFO Found 126 classifications",
            "[2024-09-25 20:57:48] INFO Found 126 classifications",
            "[2024-09-25 20:57:47] INFO Found 126 classifications",
            "[2024-09-25 20:57:46] INFO Found 126 classifications",
            "[2024-09-25 20:57:45] INFO Found 126 classifications",
            "[2024-09-25 20:57:45] INFO Found 126 detections",
            "[2024-09-25 20:57:44] INFO Found 126 detections",
            "[2024-09-25 20:57:43] INFO Found 126 detections",
            "[2024-09-25 20:57:42] INFO Found 126 detections",
            "[2024-09-25 20:57:41] INFO Found 126 detections",
            "[2024-09-25 20:57:40] INFO Found 126 detections",
            "[2024-09-25 20:57:35] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:29] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:28] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:27] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:26] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:25] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:24] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:23] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:22] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:15] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:15] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:14] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:13] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:12] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:11] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:10] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:09] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:08] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:03] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:01] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:00] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:59] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:58] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:56] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:55] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:54] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:53] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:47] INFO Created 4 objects",
            "[2024-09-25 20:56:46] INFO Created 4 objects",
            "[2024-09-25 20:56:45] INFO Created 4 objects",
            "[2024-09-25 20:56:44] INFO Created 4 objects",
            "[2024-09-25 20:56:43] INFO Created 4 objects",
            "[2024-09-25 20:56:42] INFO Created 4 objects",
            "[2024-09-25 20:56:42] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:41] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:40] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:39] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:38] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:37] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:36] INFO Saving results",
            "[2024-09-25 20:56:35] INFO Saving results",
            "[2024-09-25 20:56:34] INFO Saving results",
            "[2024-09-25 20:56:33] INFO Saving results",
            "[2024-09-25 20:56:32] INFO Saving results",
            "[2024-09-25 20:56:31] INFO Saving results",
            "[2024-09-25 20:56:31] INFO Found 2 classifications",
            "[2024-09-25 20:56:30] INFO Found 2 classifications",
            "[2024-09-25 20:56:29] INFO Found 2 classifications",
            "[2024-09-25 20:56:28] INFO Found 2 classifications",
            "[2024-09-25 20:56:27] INFO Found 2 classifications",
            "[2024-09-25 20:56:26] INFO Found 2 classifications",
            "[2024-09-25 20:56:26] INFO Found 2 detections",
            "[2024-09-25 20:56:25] INFO Found 2 detections",
            "[2024-09-25 20:56:24] INFO Found 2 detections",
            "[2024-09-25 20:56:23] INFO Found 2 detections",
            "[2024-09-25 20:56:22] INFO Found 2 detections",
            "[2024-09-25 20:56:21] INFO Found 2 detections",
            "[2024-09-25 20:56:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:15] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:14] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:13] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:11] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:10] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:09] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:08] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:07] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:06] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:05] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:04] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:57] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:56] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:55] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:54] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:53] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:52] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:51] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:45] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:44] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:43] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:42] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:41] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:40] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:39] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:38] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:37] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:36] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:35] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:31] INFO Created 62 objects",
            "[2024-09-25 20:55:30] INFO Created 62 objects",
            "[2024-09-25 20:55:29] INFO Created 62 objects",
            "[2024-09-25 20:55:28] INFO Created 62 objects",
            "[2024-09-25 20:55:27] INFO Created 62 objects",
            "[2024-09-25 20:55:26] INFO Created 62 objects",
            "[2024-09-25 20:55:26] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:25] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:24] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:23] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:22] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:21] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:06] INFO Saving results",
            "[2024-09-25 20:55:05] INFO Saving results",
            "[2024-09-25 20:55:04] INFO Saving results",
            "[2024-09-25 20:55:03] INFO Saving results",
            "[2024-09-25 20:55:02] INFO Saving results",
            "[2024-09-25 20:55:01] INFO Saving results",
            "[2024-09-25 20:55:01] INFO Found 248 classifications",
            "[2024-09-25 20:55:00] INFO Found 248 classifications",
            "[2024-09-25 20:54:59] INFO Found 248 classifications",
            "[2024-09-25 20:54:58] INFO Found 248 classifications",
            "[2024-09-25 20:54:57] INFO Found 248 classifications",
            "[2024-09-25 20:54:56] INFO Found 248 classifications",
            "[2024-09-25 20:54:56] INFO Found 248 detections",
            "[2024-09-25 20:54:55] INFO Found 248 detections",
            "[2024-09-25 20:54:54] INFO Found 248 detections",
            "[2024-09-25 20:54:53] INFO Found 248 detections",
            "[2024-09-25 20:54:52] INFO Found 248 detections",
            "[2024-09-25 20:54:51] INFO Found 248 detections",
            "[2024-09-25 20:54:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:45] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:42] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:41] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:40] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:39] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:38] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:37] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:36] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:35] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:29] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:28] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:27] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:26] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:25] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:24] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:23] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:22] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:16] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:15] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:14] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:13] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:12] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:11] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:10] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:09] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:03] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:03] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:02] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:01] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:00] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:59] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:58] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:57] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:56] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:50] INFO Created 14 objects",
            "[2024-09-25 20:53:49] INFO Created 14 objects",
            "[2024-09-25 20:53:48] INFO Created 14 objects",
            "[2024-09-25 20:53:47] INFO Created 14 objects",
            "[2024-09-25 20:53:46] INFO Created 14 objects",
            "[2024-09-25 20:53:45] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:44] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:43] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:42] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:41] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:40] INFO Saving results",
            "[2024-09-25 20:53:39] INFO Saving results",
            "[2024-09-25 20:53:38] INFO Saving results",
            "[2024-09-25 20:53:37] INFO Saving results",
            "[2024-09-25 20:53:36] INFO Saving results",
            "[2024-09-25 20:53:36] INFO Found 7 classifications",
            "[2024-09-25 20:53:35] INFO Found 7 classifications",
            "[2024-09-25 20:53:34] INFO Found 7 classifications",
            "[2024-09-25 20:53:33] INFO Found 7 classifications",
            "[2024-09-25 20:53:32] INFO Found 7 classifications",
            "[2024-09-25 20:53:32] INFO Found 7 detections",
            "[2024-09-25 20:53:31] INFO Found 7 detections",
            "[2024-09-25 20:53:30] INFO Found 7 detections",
            "[2024-09-25 20:53:29] INFO Found 7 detections",
            "[2024-09-25 20:53:28] INFO Found 7 detections",
            "[2024-09-25 20:53:27] INFO Found 7 detections",
            "[2024-09-25 20:53:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:17] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:16] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:15] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:14] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:13] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:12] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:11] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:10] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:04] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:03] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:02] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:01] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:00] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:59] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:58] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:57] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:50] INFO Created 16 objects",
            "[2024-09-25 20:52:49] INFO Created 16 objects",
            "[2024-09-25 20:52:48] INFO Created 16 objects",
            "[2024-09-25 20:52:47] INFO Created 16 objects",
            "[2024-09-25 20:52:46] INFO Created 16 objects",
            "[2024-09-25 20:52:46] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:45] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:44] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:43] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:42] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:41] INFO Saving results",
            "[2024-09-25 20:52:40] INFO Saving results",
            "[2024-09-25 20:52:39] INFO Saving results",
            "[2024-09-25 20:52:38] INFO Saving results",
            "[2024-09-25 20:52:37] INFO Saving results",
            "[2024-09-25 20:52:36] INFO Found 8 classifications",
            "[2024-09-25 20:52:35] INFO Found 8 classifications",
            "[2024-09-25 20:52:34] INFO Found 8 classifications",
            "[2024-09-25 20:52:33] INFO Found 8 classifications",
            "[2024-09-25 20:52:32] INFO Found 8 classifications",
            "[2024-09-25 20:52:32] INFO Found 8 detections",
            "[2024-09-25 20:52:31] INFO Found 8 detections",
            "[2024-09-25 20:52:30] INFO Found 8 detections",
            "[2024-09-25 20:52:29] INFO Found 8 detections",
            "[2024-09-25 20:52:28] INFO Found 8 detections",
            "[2024-09-25 20:52:23] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:22] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:18] INFO Created 55 objects",
            "[2024-09-25 20:52:17] INFO Created 55 objects",
            "[2024-09-25 20:52:16] INFO Created 55 objects",
            "[2024-09-25 20:52:15] INFO Created 55 objects",
            "[2024-09-25 20:52:14] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:13] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:12] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:11] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:10] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:01] INFO Saving results",
            "[2024-09-25 20:52:00] INFO Saving results",
            "[2024-09-25 20:51:59] INFO Saving results",
            "[2024-09-25 20:51:58] INFO Saving results",
            "[2024-09-25 20:51:57] INFO Saving results",
            "[2024-09-25 20:51:57] INFO Found 174 classifications",
            "[2024-09-25 20:51:56] INFO Found 174 classifications",
            "[2024-09-25 20:51:55] INFO Found 174 classifications",
            "[2024-09-25 20:51:54] INFO Found 174 classifications",
            "[2024-09-25 20:51:53] INFO Found 174 classifications",
            "[2024-09-25 20:51:53] INFO Found 174 detections",
            "[2024-09-25 20:51:52] INFO Found 174 detections",
            "[2024-09-25 20:51:51] INFO Found 174 detections",
            "[2024-09-25 20:51:50] INFO Found 174 detections",
            "[2024-09-25 20:51:49] INFO Found 174 detections",
            "[2024-09-25 20:51:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:41] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:40] INFO Created 38 objects",
            "[2024-09-25 20:51:39] INFO Created 38 objects",
            "[2024-09-25 20:51:38] INFO Created 38 objects",
            "[2024-09-25 20:51:37] INFO Created 38 objects",
            "[2024-09-25 20:51:36] INFO Created 38 objects",
            "[2024-09-25 20:51:36] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:35] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:34] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:33] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:32] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:30] INFO Saving results",
            "[2024-09-25 20:51:29] INFO Saving results",
            "[2024-09-25 20:51:28] INFO Saving results",
            "[2024-09-25 20:51:27] INFO Saving results",
            "[2024-09-25 20:51:26] INFO Saving results",
            "[2024-09-25 20:51:26] INFO Found 19 classifications",
            "[2024-09-25 20:51:25] INFO Found 19 classifications",
            "[2024-09-25 20:51:24] INFO Found 19 classifications",
            "[2024-09-25 20:51:23] INFO Found 19 classifications",
            "[2024-09-25 20:51:22] INFO Found 19 classifications",
            "[2024-09-25 20:51:22] INFO Found 19 detections",
            "[2024-09-25 20:51:21] INFO Found 19 detections",
            "[2024-09-25 20:51:20] INFO Found 19 detections",
            "[2024-09-25 20:51:19] INFO Found 19 detections",
            "[2024-09-25 20:51:18] INFO Found 19 detections",
            "[2024-09-25 20:51:13] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:09] INFO Created 66 objects",
            "[2024-09-25 20:51:08] INFO Created 66 objects",
            "[2024-09-25 20:51:07] INFO Created 66 objects",
            "[2024-09-25 20:51:06] INFO Created 66 objects",
            "[2024-09-25 20:51:05] INFO Created 66 objects",
            "[2024-09-25 20:51:05] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:04] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:03] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:02] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:01] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:50:46] INFO Saving results",
            "[2024-09-25 20:50:45] INFO Saving results",
            "[2024-09-25 20:50:44] INFO Saving results",
            "[2024-09-25 20:50:43] INFO Saving results",
            "[2024-09-25 20:50:42] INFO Saving results",
            "[2024-09-25 20:50:42] INFO Found 264 classifications",
            "[2024-09-25 20:50:41] INFO Found 264 classifications",
            "[2024-09-25 20:50:40] INFO Found 264 classifications",
            "[2024-09-25 20:50:39] INFO Found 264 classifications",
            "[2024-09-25 20:50:38] INFO Found 264 classifications",
            "[2024-09-25 20:50:38] INFO Found 264 detections",
            "[2024-09-25 20:50:37] INFO Found 264 detections",
            "[2024-09-25 20:50:36] INFO Found 264 detections",
            "[2024-09-25 20:50:35] INFO Found 264 detections",
            "[2024-09-25 20:50:34] INFO Found 264 detections",
            "[2024-09-25 20:50:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:28] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:26] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:25] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:25] INFO Created 6 objects",
            "[2024-09-25 20:50:24] INFO Created 6 objects",
            "[2024-09-25 20:50:23] INFO Created 6 objects",
            "[2024-09-25 20:50:22] INFO Created 6 objects",
            "[2024-09-25 20:50:21] INFO Created 6 objects",
            "[2024-09-25 20:50:21] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:20] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:19] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:18] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:17] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:17] INFO Saving results",
            "[2024-09-25 20:50:16] INFO Saving results",
            "[2024-09-25 20:50:15] INFO Saving results",
            "[2024-09-25 20:50:14] INFO Saving results",
            "[2024-09-25 20:50:13] INFO Saving results",
            "[2024-09-25 20:50:13] INFO Found 3 classifications",
            "[2024-09-25 20:50:12] INFO Found 3 classifications",
            "[2024-09-25 20:50:11] INFO Found 3 classifications",
            "[2024-09-25 20:50:10] INFO Found 3 classifications",
            "[2024-09-25 20:50:09] INFO Found 3 classifications",
            "[2024-09-25 20:50:08] INFO Found 3 classifications",
            "[2024-09-25 20:50:08] INFO Found 3 detections",
            "[2024-09-25 20:50:07] INFO Found 3 detections",
            "[2024-09-25 20:50:06] INFO Found 3 detections",
            "[2024-09-25 20:50:05] INFO Found 3 detections",
            "[2024-09-25 20:50:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:57] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:57] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:56] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:55] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:54] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:53] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:52] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:51] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:46] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:45] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:44] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:43] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:42] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:41] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:39] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:38] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:37] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:36] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:36] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:35] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:34] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:33] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:32] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:31] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:30] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:28] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:26] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:25] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:24] INFO Created 16 objects",
            "[2024-09-25 20:49:23] INFO Created 16 objects",
            "[2024-09-25 20:49:22] INFO Created 16 objects",
            "[2024-09-25 20:49:21] INFO Created 16 objects",
            "[2024-09-25 20:49:21] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:20] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:19] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:18] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:17] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:16] INFO Saving results",
            "[2024-09-25 20:49:15] INFO Saving results",
            "[2024-09-25 20:49:14] INFO Saving results",
            "[2024-09-25 20:49:13] INFO Saving results",
            "[2024-09-25 20:49:12] INFO Found 8 classifications",
            "[2024-09-25 20:49:11] INFO Found 8 classifications",
            "[2024-09-25 20:49:10] INFO Found 8 classifications",
            "[2024-09-25 20:49:09] INFO Found 8 classifications",
            "[2024-09-25 20:49:08] INFO Found 8 detections",
            "[2024-09-25 20:49:07] INFO Found 8 detections",
            "[2024-09-25 20:49:06] INFO Found 8 detections",
            "[2024-09-25 20:49:05] INFO Found 8 detections",
            "[2024-09-25 20:49:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:57] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:57] INFO Created 14 objects",
            "[2024-09-25 20:48:56] INFO Created 14 objects",
            "[2024-09-25 20:48:55] INFO Created 14 objects",
            "[2024-09-25 20:48:54] INFO Created 14 objects",
            "[2024-09-25 20:48:53] INFO Created 14 objects",
            "[2024-09-25 20:48:53] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:52] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:51] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:50] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:49] INFO Saving results",
            "[2024-09-25 20:48:48] INFO Saving results",
            "[2024-09-25 20:48:47] INFO Saving results",
            "[2024-09-25 20:48:46] INFO Saving results",
            "[2024-09-25 20:48:45] INFO Saving results",
            "[2024-09-25 20:48:45] INFO Found 7 classifications",
            "[2024-09-25 20:48:44] INFO Found 7 classifications",
            "[2024-09-25 20:48:43] INFO Found 7 classifications",
            "[2024-09-25 20:48:42] INFO Found 7 classifications",
            "[2024-09-25 20:48:41] INFO Found 7 detections",
            "[2024-09-25 20:48:40] INFO Found 7 detections",
            "[2024-09-25 20:48:39] INFO Found 7 detections",
            "[2024-09-25 20:48:38] INFO Found 7 detections",
            "[2024-09-25 20:48:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:31] INFO Created 28 objects",
            "[2024-09-25 20:48:30] INFO Created 28 objects",
            "[2024-09-25 20:48:29] INFO Created 28 objects",
            "[2024-09-25 20:48:28] INFO Created 28 objects",
            "[2024-09-25 20:48:27] INFO Created 28 objects",
            "[2024-09-25 20:48:27] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:26] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:25] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:24] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:22] INFO Saving results",
            "[2024-09-25 20:48:21] INFO Saving results",
            "[2024-09-25 20:48:20] INFO Saving results",
            "[2024-09-25 20:48:19] INFO Saving results",
            "[2024-09-25 20:48:19] INFO Found 18 classifications",
            "[2024-09-25 20:48:18] INFO Found 18 classifications",
            "[2024-09-25 20:48:17] INFO Found 18 classifications",
            "[2024-09-25 20:48:16] INFO Found 18 classifications",
            "[2024-09-25 20:48:15] INFO Found 18 detections",
            "[2024-09-25 20:48:14] INFO Found 18 detections",
            "[2024-09-25 20:48:13] INFO Found 18 detections",
            "[2024-09-25 20:48:12] INFO Found 18 detections",
            "[2024-09-25 20:48:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:04] INFO Created 19 objects",
            "[2024-09-25 20:48:03] INFO Created 19 objects",
            "[2024-09-25 20:48:02] INFO Created 19 objects",
            "[2024-09-25 20:48:01] INFO Created 19 objects",
            "[2024-09-25 20:48:01] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:48:00] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:59] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:58] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:57] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:56] INFO Saving results",
            "[2024-09-25 20:47:55] INFO Saving results",
            "[2024-09-25 20:47:54] INFO Saving results",
            "[2024-09-25 20:47:53] INFO Saving results",
            "[2024-09-25 20:47:53] INFO Found 9 classifications",
            "[2024-09-25 20:47:52] INFO Found 9 classifications",
            "[2024-09-25 20:47:51] INFO Found 9 classifications",
            "[2024-09-25 20:47:50] INFO Found 9 classifications",
            "[2024-09-25 20:47:50] INFO Found 9 detections",
            "[2024-09-25 20:47:49] INFO Found 9 detections",
            "[2024-09-25 20:47:48] INFO Found 9 detections",
            "[2024-09-25 20:47:47] INFO Found 9 detections",
            "[2024-09-25 20:47:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:41] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:40] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:39] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:38] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:37] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:36] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:35] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:30] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:29] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:28] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:27] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:26] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process"
        ]
    },
    "logs": {
        "stdout": [
            "[2024-09-25 21:06:38] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:37] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:36] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:35] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:34] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:33] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:32] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:31] INFO Finished job #982 \"New workers\" (SUCCESS)",
            "[2024-09-25 21:06:31] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:30] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:29] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:28] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:27] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:26] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:25] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:24] INFO Changing status of job 982 to SUCCESS",
            "[2024-09-25 21:06:24] INFO Created 69 objects",
            "[2024-09-25 21:06:23] INFO Created 69 objects",
            "[2024-09-25 21:06:22] INFO Created 69 objects",
            "[2024-09-25 21:06:21] INFO Created 69 objects",
            "[2024-09-25 21:06:20] INFO Created 69 objects",
            "[2024-09-25 21:06:19] INFO Created 69 objects",
            "[2024-09-25 21:06:18] INFO Created 69 objects",
            "[2024-09-25 21:06:17] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:16] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:15] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:14] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:13] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:12] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:06:11] INFO Creating detection images in sub-task 134bd20d-18ab-4c76-9c30-a9a1eaddb45e",
            "[2024-09-25 21:05:56] INFO Saving results",
            "[2024-09-25 21:05:55] INFO Saving results",
            "[2024-09-25 21:05:54] INFO Saving results",
            "[2024-09-25 21:05:53] INFO Saving results",
            "[2024-09-25 21:05:52] INFO Saving results",
            "[2024-09-25 21:05:51] INFO Saving results",
            "[2024-09-25 21:05:50] INFO Saving results",
            "[2024-09-25 21:05:49] INFO Saving results",
            "[2024-09-25 21:05:49] INFO Found 272 classifications",
            "[2024-09-25 21:05:48] INFO Found 272 classifications",
            "[2024-09-25 21:05:47] INFO Found 272 classifications",
            "[2024-09-25 21:05:46] INFO Found 272 classifications",
            "[2024-09-25 21:05:45] INFO Found 272 classifications",
            "[2024-09-25 21:05:44] INFO Found 272 classifications",
            "[2024-09-25 21:05:43] INFO Found 272 classifications",
            "[2024-09-25 21:05:42] INFO Found 272 classifications",
            "[2024-09-25 21:05:42] INFO Found 272 detections",
            "[2024-09-25 21:05:41] INFO Found 272 detections",
            "[2024-09-25 21:05:40] INFO Found 272 detections",
            "[2024-09-25 21:05:39] INFO Found 272 detections",
            "[2024-09-25 21:05:38] INFO Found 272 detections",
            "[2024-09-25 21:05:37] INFO Found 272 detections",
            "[2024-09-25 21:05:36] INFO Found 272 detections",
            "[2024-09-25 21:05:31] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:30] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:29] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:28] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:27] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:26] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:25] INFO Sending 3 images to ML backend global_moths_2024",
            "[2024-09-25 21:05:25] INFO Created 89 objects",
            "[2024-09-25 21:05:24] INFO Created 89 objects",
            "[2024-09-25 21:05:23] INFO Created 89 objects",
            "[2024-09-25 21:05:22] INFO Created 89 objects",
            "[2024-09-25 21:05:21] INFO Created 89 objects",
            "[2024-09-25 21:05:20] INFO Created 89 objects",
            "[2024-09-25 21:05:19] INFO Created 89 objects",
            "[2024-09-25 21:05:18] INFO Created 89 objects",
            "[2024-09-25 21:05:18] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:17] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:16] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:15] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:14] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:13] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:05:12] INFO Creating detection images in sub-task f20e0613-5184-4edc-82dd-630a567b7107",
            "[2024-09-25 21:04:26] INFO Saving results",
            "[2024-09-25 21:04:25] INFO Saving results",
            "[2024-09-25 21:04:24] INFO Saving results",
            "[2024-09-25 21:04:23] INFO Saving results",
            "[2024-09-25 21:04:22] INFO Saving results",
            "[2024-09-25 21:04:21] INFO Saving results",
            "[2024-09-25 21:04:20] INFO Saving results",
            "[2024-09-25 21:04:19] INFO Saving results",
            "[2024-09-25 21:04:19] INFO Found 924 classifications",
            "[2024-09-25 21:04:18] INFO Found 924 classifications",
            "[2024-09-25 21:04:17] INFO Found 924 classifications",
            "[2024-09-25 21:04:16] INFO Found 924 classifications",
            "[2024-09-25 21:04:15] INFO Found 924 classifications",
            "[2024-09-25 21:04:14] INFO Found 924 classifications",
            "[2024-09-25 21:04:13] INFO Found 924 classifications",
            "[2024-09-25 21:04:13] INFO Found 924 detections",
            "[2024-09-25 21:04:12] INFO Found 924 detections",
            "[2024-09-25 21:04:11] INFO Found 924 detections",
            "[2024-09-25 21:04:10] INFO Found 924 detections",
            "[2024-09-25 21:04:09] INFO Found 924 detections",
            "[2024-09-25 21:04:08] INFO Found 924 detections",
            "[2024-09-25 21:04:07] INFO Found 924 detections",
            "[2024-09-25 21:04:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:04:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:04:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:57] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:56] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:55] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:54] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:53] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:52] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:51] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:50] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:49] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:48] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:46] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:45] ERROR Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:41] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:39] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:38] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:37] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:37] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:36] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:35] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:34] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:33] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:32] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:31] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:30] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:29] ERROR Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:26] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:25] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:24] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:23] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:22] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:21] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:20] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:19] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:18] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:17] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:15] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:14] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:13] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:12] ERROR Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:03:05] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:04] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:03] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:02] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:01] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:03:00] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:59] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:58] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:57] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:56] ERROR Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:48] INFO Created 25 objects",
            "[2024-09-25 21:02:47] INFO Created 25 objects",
            "[2024-09-25 21:02:46] INFO Created 25 objects",
            "[2024-09-25 21:02:45] INFO Created 25 objects",
            "[2024-09-25 21:02:44] INFO Created 25 objects",
            "[2024-09-25 21:02:43] INFO Created 25 objects",
            "[2024-09-25 21:02:42] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:41] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:40] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:39] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:38] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:37] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:36] INFO Creating detection images in sub-task d58d2236-4df8-460f-9f37-223e15ccc273",
            "[2024-09-25 21:02:35] INFO Saving results",
            "[2024-09-25 21:02:34] INFO Saving results",
            "[2024-09-25 21:02:33] INFO Saving results",
            "[2024-09-25 21:02:32] INFO Saving results",
            "[2024-09-25 21:02:31] INFO Saving results",
            "[2024-09-25 21:02:30] INFO Saving results",
            "[2024-09-25 21:02:29] INFO Saving results",
            "[2024-09-25 21:02:29] INFO Found 12 classifications",
            "[2024-09-25 21:02:28] INFO Found 12 classifications",
            "[2024-09-25 21:02:27] INFO Found 12 classifications",
            "[2024-09-25 21:02:26] INFO Found 12 classifications",
            "[2024-09-25 21:02:25] INFO Found 12 classifications",
            "[2024-09-25 21:02:24] INFO Found 12 classifications",
            "[2024-09-25 21:02:23] INFO Found 12 classifications",
            "[2024-09-25 21:02:22] INFO Found 12 classifications",
            "[2024-09-25 21:02:22] INFO Found 12 detections",
            "[2024-09-25 21:02:21] INFO Found 12 detections",
            "[2024-09-25 21:02:20] INFO Found 12 detections",
            "[2024-09-25 21:02:19] INFO Found 12 detections",
            "[2024-09-25 21:02:18] INFO Found 12 detections",
            "[2024-09-25 21:02:17] INFO Found 12 detections",
            "[2024-09-25 21:02:16] INFO Found 12 detections",
            "[2024-09-25 21:02:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:02:05] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:04] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:03] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:02] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:01] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:02:00] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:59] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:58] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:57] ERROR Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 21:01:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:49] INFO Created 12 objects",
            "[2024-09-25 21:01:48] INFO Created 12 objects",
            "[2024-09-25 21:01:47] INFO Created 12 objects",
            "[2024-09-25 21:01:46] INFO Created 12 objects",
            "[2024-09-25 21:01:45] INFO Created 12 objects",
            "[2024-09-25 21:01:44] INFO Created 12 objects",
            "[2024-09-25 21:01:43] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:42] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:41] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:40] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:39] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:38] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:37] INFO Creating detection images in sub-task 719d83fb-b6b1-4e06-8509-a061f569799e",
            "[2024-09-25 21:01:36] INFO Saving results",
            "[2024-09-25 21:01:35] INFO Saving results",
            "[2024-09-25 21:01:34] INFO Saving results",
            "[2024-09-25 21:01:33] INFO Saving results",
            "[2024-09-25 21:01:32] INFO Saving results",
            "[2024-09-25 21:01:31] INFO Saving results",
            "[2024-09-25 21:01:30] INFO Found 9 classifications",
            "[2024-09-25 21:01:29] INFO Found 9 classifications",
            "[2024-09-25 21:01:28] INFO Found 9 classifications",
            "[2024-09-25 21:01:27] INFO Found 9 classifications",
            "[2024-09-25 21:01:26] INFO Found 9 classifications",
            "[2024-09-25 21:01:25] INFO Found 9 classifications",
            "[2024-09-25 21:01:25] INFO Found 9 detections",
            "[2024-09-25 21:01:24] INFO Found 9 detections",
            "[2024-09-25 21:01:23] INFO Found 9 detections",
            "[2024-09-25 21:01:22] INFO Found 9 detections",
            "[2024-09-25 21:01:21] INFO Found 9 detections",
            "[2024-09-25 21:01:20] INFO Found 9 detections",
            "[2024-09-25 21:01:19] INFO Found 9 detections",
            "[2024-09-25 21:01:14] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:13] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:01:08] INFO Created 28 objects",
            "[2024-09-25 21:01:07] INFO Created 28 objects",
            "[2024-09-25 21:01:06] INFO Created 28 objects",
            "[2024-09-25 21:01:05] INFO Created 28 objects",
            "[2024-09-25 21:01:04] INFO Created 28 objects",
            "[2024-09-25 21:01:03] INFO Created 28 objects",
            "[2024-09-25 21:01:02] INFO Created 28 objects",
            "[2024-09-25 21:01:02] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:01:01] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:01:00] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:59] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:58] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:57] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:56] INFO Creating detection images in sub-task 0edca77d-0906-490c-b99e-74ea81a02084",
            "[2024-09-25 21:00:54] INFO Saving results",
            "[2024-09-25 21:00:53] INFO Saving results",
            "[2024-09-25 21:00:52] INFO Saving results",
            "[2024-09-25 21:00:51] INFO Saving results",
            "[2024-09-25 21:00:50] INFO Saving results",
            "[2024-09-25 21:00:49] INFO Saving results",
            "[2024-09-25 21:00:48] INFO Found 14 classifications",
            "[2024-09-25 21:00:47] INFO Found 14 classifications",
            "[2024-09-25 21:00:46] INFO Found 14 classifications",
            "[2024-09-25 21:00:45] INFO Found 14 classifications",
            "[2024-09-25 21:00:44] INFO Found 14 classifications",
            "[2024-09-25 21:00:43] INFO Found 14 classifications",
            "[2024-09-25 21:00:43] INFO Found 14 detections",
            "[2024-09-25 21:00:42] INFO Found 14 detections",
            "[2024-09-25 21:00:41] INFO Found 14 detections",
            "[2024-09-25 21:00:40] INFO Found 14 detections",
            "[2024-09-25 21:00:39] INFO Found 14 detections",
            "[2024-09-25 21:00:38] INFO Found 14 detections",
            "[2024-09-25 21:00:37] INFO Found 14 detections",
            "[2024-09-25 21:00:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:28] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 21:00:27] INFO Created 84 objects",
            "[2024-09-25 21:00:26] INFO Created 84 objects",
            "[2024-09-25 21:00:25] INFO Created 84 objects",
            "[2024-09-25 21:00:24] INFO Created 84 objects",
            "[2024-09-25 21:00:23] INFO Created 84 objects",
            "[2024-09-25 21:00:22] INFO Created 84 objects",
            "[2024-09-25 21:00:21] INFO Created 84 objects",
            "[2024-09-25 21:00:21] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:20] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:19] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:18] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:17] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:16] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 21:00:15] INFO Creating detection images in sub-task d11775c2-82d5-4efa-9a24-d654e33c5126",
            "[2024-09-25 20:59:29] INFO Saving results",
            "[2024-09-25 20:59:28] INFO Saving results",
            "[2024-09-25 20:59:27] INFO Saving results",
            "[2024-09-25 20:59:26] INFO Saving results",
            "[2024-09-25 20:59:25] INFO Saving results",
            "[2024-09-25 20:59:24] INFO Saving results",
            "[2024-09-25 20:59:24] INFO Found 882 classifications",
            "[2024-09-25 20:59:23] INFO Found 882 classifications",
            "[2024-09-25 20:59:22] INFO Found 882 classifications",
            "[2024-09-25 20:59:21] INFO Found 882 classifications",
            "[2024-09-25 20:59:20] INFO Found 882 classifications",
            "[2024-09-25 20:59:19] INFO Found 882 classifications",
            "[2024-09-25 20:59:18] INFO Found 882 classifications",
            "[2024-09-25 20:59:18] INFO Found 882 detections",
            "[2024-09-25 20:59:17] INFO Found 882 detections",
            "[2024-09-25 20:59:16] INFO Found 882 detections",
            "[2024-09-25 20:59:15] INFO Found 882 detections",
            "[2024-09-25 20:59:14] INFO Found 882 detections",
            "[2024-09-25 20:59:13] INFO Found 882 detections",
            "[2024-09-25 20:59:12] INFO Found 882 detections",
            "[2024-09-25 20:59:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:03] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:59:01] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:59:00] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:59] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:58] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:57] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:56] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:55] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:54] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:53] ERROR Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:46] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:45] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:44] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:43] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:42] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:41] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:40] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:39] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:38] ERROR Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:36] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:35] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:30] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:29] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:28] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:27] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:26] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:25] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:24] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:23] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:22] ERROR Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:58:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:15] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:14] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:58:14] INFO Created 44 objects",
            "[2024-09-25 20:58:13] INFO Created 44 objects",
            "[2024-09-25 20:58:12] INFO Created 44 objects",
            "[2024-09-25 20:58:11] INFO Created 44 objects",
            "[2024-09-25 20:58:10] INFO Created 44 objects",
            "[2024-09-25 20:58:09] INFO Created 44 objects",
            "[2024-09-25 20:58:08] INFO Created 44 objects",
            "[2024-09-25 20:58:08] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:07] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:06] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:05] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:04] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:58:03] INFO Creating detection images in sub-task 27f04111-1151-4444-988d-6627a72af021",
            "[2024-09-25 20:57:56] INFO Saving results",
            "[2024-09-25 20:57:55] INFO Saving results",
            "[2024-09-25 20:57:54] INFO Saving results",
            "[2024-09-25 20:57:53] INFO Saving results",
            "[2024-09-25 20:57:52] INFO Saving results",
            "[2024-09-25 20:57:51] INFO Saving results",
            "[2024-09-25 20:57:51] INFO Found 126 classifications",
            "[2024-09-25 20:57:50] INFO Found 126 classifications",
            "[2024-09-25 20:57:49] INFO Found 126 classifications",
            "[2024-09-25 20:57:48] INFO Found 126 classifications",
            "[2024-09-25 20:57:47] INFO Found 126 classifications",
            "[2024-09-25 20:57:46] INFO Found 126 classifications",
            "[2024-09-25 20:57:45] INFO Found 126 classifications",
            "[2024-09-25 20:57:45] INFO Found 126 detections",
            "[2024-09-25 20:57:44] INFO Found 126 detections",
            "[2024-09-25 20:57:43] INFO Found 126 detections",
            "[2024-09-25 20:57:42] INFO Found 126 detections",
            "[2024-09-25 20:57:41] INFO Found 126 detections",
            "[2024-09-25 20:57:40] INFO Found 126 detections",
            "[2024-09-25 20:57:35] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:29] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:28] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:27] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:26] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:25] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:24] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:23] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:22] ERROR Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:15] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:15] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:14] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:13] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:12] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:11] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:10] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:09] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:08] ERROR Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:03] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:57:01] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:57:00] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:59] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:58] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:56] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:55] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:54] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:53] ERROR Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:47] INFO Created 4 objects",
            "[2024-09-25 20:56:46] INFO Created 4 objects",
            "[2024-09-25 20:56:45] INFO Created 4 objects",
            "[2024-09-25 20:56:44] INFO Created 4 objects",
            "[2024-09-25 20:56:43] INFO Created 4 objects",
            "[2024-09-25 20:56:42] INFO Created 4 objects",
            "[2024-09-25 20:56:42] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:41] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:40] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:39] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:38] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:37] INFO Creating detection images in sub-task af714d88-fd13-4f2e-b68c-ea95fdde3d88",
            "[2024-09-25 20:56:36] INFO Saving results",
            "[2024-09-25 20:56:35] INFO Saving results",
            "[2024-09-25 20:56:34] INFO Saving results",
            "[2024-09-25 20:56:33] INFO Saving results",
            "[2024-09-25 20:56:32] INFO Saving results",
            "[2024-09-25 20:56:31] INFO Saving results",
            "[2024-09-25 20:56:31] INFO Found 2 classifications",
            "[2024-09-25 20:56:30] INFO Found 2 classifications",
            "[2024-09-25 20:56:29] INFO Found 2 classifications",
            "[2024-09-25 20:56:28] INFO Found 2 classifications",
            "[2024-09-25 20:56:27] INFO Found 2 classifications",
            "[2024-09-25 20:56:26] INFO Found 2 classifications",
            "[2024-09-25 20:56:26] INFO Found 2 detections",
            "[2024-09-25 20:56:25] INFO Found 2 detections",
            "[2024-09-25 20:56:24] INFO Found 2 detections",
            "[2024-09-25 20:56:23] INFO Found 2 detections",
            "[2024-09-25 20:56:22] INFO Found 2 detections",
            "[2024-09-25 20:56:21] INFO Found 2 detections",
            "[2024-09-25 20:56:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:15] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:14] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:13] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:11] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:10] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:09] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:08] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:07] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:06] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:05] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:04] ERROR Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:56:02] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:01] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:56:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:57] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:56] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:55] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:54] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:53] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:52] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:51] ERROR Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:45] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:44] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:43] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:42] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:41] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:40] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:39] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:38] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:37] ERROR Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:55:36] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:35] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:55:31] INFO Created 62 objects",
            "[2024-09-25 20:55:30] INFO Created 62 objects",
            "[2024-09-25 20:55:29] INFO Created 62 objects",
            "[2024-09-25 20:55:28] INFO Created 62 objects",
            "[2024-09-25 20:55:27] INFO Created 62 objects",
            "[2024-09-25 20:55:26] INFO Created 62 objects",
            "[2024-09-25 20:55:26] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:25] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:24] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:23] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:22] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:21] INFO Creating detection images in sub-task 4c956892-26d4-49b2-9a6d-f569a802586a",
            "[2024-09-25 20:55:06] INFO Saving results",
            "[2024-09-25 20:55:05] INFO Saving results",
            "[2024-09-25 20:55:04] INFO Saving results",
            "[2024-09-25 20:55:03] INFO Saving results",
            "[2024-09-25 20:55:02] INFO Saving results",
            "[2024-09-25 20:55:01] INFO Saving results",
            "[2024-09-25 20:55:01] INFO Found 248 classifications",
            "[2024-09-25 20:55:00] INFO Found 248 classifications",
            "[2024-09-25 20:54:59] INFO Found 248 classifications",
            "[2024-09-25 20:54:58] INFO Found 248 classifications",
            "[2024-09-25 20:54:57] INFO Found 248 classifications",
            "[2024-09-25 20:54:56] INFO Found 248 classifications",
            "[2024-09-25 20:54:56] INFO Found 248 detections",
            "[2024-09-25 20:54:55] INFO Found 248 detections",
            "[2024-09-25 20:54:54] INFO Found 248 detections",
            "[2024-09-25 20:54:53] INFO Found 248 detections",
            "[2024-09-25 20:54:52] INFO Found 248 detections",
            "[2024-09-25 20:54:51] INFO Found 248 detections",
            "[2024-09-25 20:54:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:45] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:42] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:41] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:40] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:39] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:38] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:37] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:36] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:35] ERROR Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:29] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:28] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:27] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:26] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:25] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:24] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:23] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:22] ERROR Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:16] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:16] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:15] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:14] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:13] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:12] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:11] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:10] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:09] ERROR Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:03] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:54:03] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:02] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:01] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:54:00] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:59] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:58] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:57] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:56] ERROR Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:50] INFO Created 14 objects",
            "[2024-09-25 20:53:49] INFO Created 14 objects",
            "[2024-09-25 20:53:48] INFO Created 14 objects",
            "[2024-09-25 20:53:47] INFO Created 14 objects",
            "[2024-09-25 20:53:46] INFO Created 14 objects",
            "[2024-09-25 20:53:45] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:44] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:43] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:42] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:41] INFO Creating detection images in sub-task da127647-0200-41cf-9f85-79a3aba20135",
            "[2024-09-25 20:53:40] INFO Saving results",
            "[2024-09-25 20:53:39] INFO Saving results",
            "[2024-09-25 20:53:38] INFO Saving results",
            "[2024-09-25 20:53:37] INFO Saving results",
            "[2024-09-25 20:53:36] INFO Saving results",
            "[2024-09-25 20:53:36] INFO Found 7 classifications",
            "[2024-09-25 20:53:35] INFO Found 7 classifications",
            "[2024-09-25 20:53:34] INFO Found 7 classifications",
            "[2024-09-25 20:53:33] INFO Found 7 classifications",
            "[2024-09-25 20:53:32] INFO Found 7 classifications",
            "[2024-09-25 20:53:32] INFO Found 7 detections",
            "[2024-09-25 20:53:31] INFO Found 7 detections",
            "[2024-09-25 20:53:30] INFO Found 7 detections",
            "[2024-09-25 20:53:29] INFO Found 7 detections",
            "[2024-09-25 20:53:28] INFO Found 7 detections",
            "[2024-09-25 20:53:27] INFO Found 7 detections",
            "[2024-09-25 20:53:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:18] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:17] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:17] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:16] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:15] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:14] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:13] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:12] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:11] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:10] ERROR Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:08] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:53:04] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:03] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:02] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:01] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:53:00] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:59] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:58] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:57] ERROR Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:52:55] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:54] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:53] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:52] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:51] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:50] INFO Created 16 objects",
            "[2024-09-25 20:52:49] INFO Created 16 objects",
            "[2024-09-25 20:52:48] INFO Created 16 objects",
            "[2024-09-25 20:52:47] INFO Created 16 objects",
            "[2024-09-25 20:52:46] INFO Created 16 objects",
            "[2024-09-25 20:52:46] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:45] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:44] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:43] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:42] INFO Creating detection images in sub-task 411c1988-34eb-45a2-a3c5-b9e632196ce8",
            "[2024-09-25 20:52:41] INFO Saving results",
            "[2024-09-25 20:52:40] INFO Saving results",
            "[2024-09-25 20:52:39] INFO Saving results",
            "[2024-09-25 20:52:38] INFO Saving results",
            "[2024-09-25 20:52:37] INFO Saving results",
            "[2024-09-25 20:52:36] INFO Found 8 classifications",
            "[2024-09-25 20:52:35] INFO Found 8 classifications",
            "[2024-09-25 20:52:34] INFO Found 8 classifications",
            "[2024-09-25 20:52:33] INFO Found 8 classifications",
            "[2024-09-25 20:52:32] INFO Found 8 classifications",
            "[2024-09-25 20:52:32] INFO Found 8 detections",
            "[2024-09-25 20:52:31] INFO Found 8 detections",
            "[2024-09-25 20:52:30] INFO Found 8 detections",
            "[2024-09-25 20:52:29] INFO Found 8 detections",
            "[2024-09-25 20:52:28] INFO Found 8 detections",
            "[2024-09-25 20:52:23] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:22] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:21] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:20] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:19] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:52:18] INFO Created 55 objects",
            "[2024-09-25 20:52:17] INFO Created 55 objects",
            "[2024-09-25 20:52:16] INFO Created 55 objects",
            "[2024-09-25 20:52:15] INFO Created 55 objects",
            "[2024-09-25 20:52:14] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:13] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:12] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:11] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:10] INFO Creating detection images in sub-task f4cf0d4e-76b9-4b3e-8018-0cc680aa3a17",
            "[2024-09-25 20:52:01] INFO Saving results",
            "[2024-09-25 20:52:00] INFO Saving results",
            "[2024-09-25 20:51:59] INFO Saving results",
            "[2024-09-25 20:51:58] INFO Saving results",
            "[2024-09-25 20:51:57] INFO Saving results",
            "[2024-09-25 20:51:57] INFO Found 174 classifications",
            "[2024-09-25 20:51:56] INFO Found 174 classifications",
            "[2024-09-25 20:51:55] INFO Found 174 classifications",
            "[2024-09-25 20:51:54] INFO Found 174 classifications",
            "[2024-09-25 20:51:53] INFO Found 174 classifications",
            "[2024-09-25 20:51:53] INFO Found 174 detections",
            "[2024-09-25 20:51:52] INFO Found 174 detections",
            "[2024-09-25 20:51:51] INFO Found 174 detections",
            "[2024-09-25 20:51:50] INFO Found 174 detections",
            "[2024-09-25 20:51:49] INFO Found 174 detections",
            "[2024-09-25 20:51:44] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:41] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:40] INFO Created 38 objects",
            "[2024-09-25 20:51:39] INFO Created 38 objects",
            "[2024-09-25 20:51:38] INFO Created 38 objects",
            "[2024-09-25 20:51:37] INFO Created 38 objects",
            "[2024-09-25 20:51:36] INFO Created 38 objects",
            "[2024-09-25 20:51:36] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:35] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:34] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:33] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:32] INFO Creating detection images in sub-task 6d93fdde-49e8-400b-ac84-ac19134db053",
            "[2024-09-25 20:51:30] INFO Saving results",
            "[2024-09-25 20:51:29] INFO Saving results",
            "[2024-09-25 20:51:28] INFO Saving results",
            "[2024-09-25 20:51:27] INFO Saving results",
            "[2024-09-25 20:51:26] INFO Saving results",
            "[2024-09-25 20:51:26] INFO Found 19 classifications",
            "[2024-09-25 20:51:25] INFO Found 19 classifications",
            "[2024-09-25 20:51:24] INFO Found 19 classifications",
            "[2024-09-25 20:51:23] INFO Found 19 classifications",
            "[2024-09-25 20:51:22] INFO Found 19 classifications",
            "[2024-09-25 20:51:22] INFO Found 19 detections",
            "[2024-09-25 20:51:21] INFO Found 19 detections",
            "[2024-09-25 20:51:20] INFO Found 19 detections",
            "[2024-09-25 20:51:19] INFO Found 19 detections",
            "[2024-09-25 20:51:18] INFO Found 19 detections",
            "[2024-09-25 20:51:13] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:12] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:11] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:10] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:09] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:51:09] INFO Created 66 objects",
            "[2024-09-25 20:51:08] INFO Created 66 objects",
            "[2024-09-25 20:51:07] INFO Created 66 objects",
            "[2024-09-25 20:51:06] INFO Created 66 objects",
            "[2024-09-25 20:51:05] INFO Created 66 objects",
            "[2024-09-25 20:51:05] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:04] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:03] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:02] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:51:01] INFO Creating detection images in sub-task ef6ab0ec-d936-46e1-959c-0dea14775c63",
            "[2024-09-25 20:50:46] INFO Saving results",
            "[2024-09-25 20:50:45] INFO Saving results",
            "[2024-09-25 20:50:44] INFO Saving results",
            "[2024-09-25 20:50:43] INFO Saving results",
            "[2024-09-25 20:50:42] INFO Saving results",
            "[2024-09-25 20:50:42] INFO Found 264 classifications",
            "[2024-09-25 20:50:41] INFO Found 264 classifications",
            "[2024-09-25 20:50:40] INFO Found 264 classifications",
            "[2024-09-25 20:50:39] INFO Found 264 classifications",
            "[2024-09-25 20:50:38] INFO Found 264 classifications",
            "[2024-09-25 20:50:38] INFO Found 264 detections",
            "[2024-09-25 20:50:37] INFO Found 264 detections",
            "[2024-09-25 20:50:36] INFO Found 264 detections",
            "[2024-09-25 20:50:35] INFO Found 264 detections",
            "[2024-09-25 20:50:34] INFO Found 264 detections",
            "[2024-09-25 20:50:29] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:28] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:26] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:25] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:50:25] INFO Created 6 objects",
            "[2024-09-25 20:50:24] INFO Created 6 objects",
            "[2024-09-25 20:50:23] INFO Created 6 objects",
            "[2024-09-25 20:50:22] INFO Created 6 objects",
            "[2024-09-25 20:50:21] INFO Created 6 objects",
            "[2024-09-25 20:50:21] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:20] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:19] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:18] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:17] INFO Creating detection images in sub-task 1a4f7feb-00ac-4659-bf9a-01f14c1d4d5b",
            "[2024-09-25 20:50:17] INFO Saving results",
            "[2024-09-25 20:50:16] INFO Saving results",
            "[2024-09-25 20:50:15] INFO Saving results",
            "[2024-09-25 20:50:14] INFO Saving results",
            "[2024-09-25 20:50:13] INFO Saving results",
            "[2024-09-25 20:50:13] INFO Found 3 classifications",
            "[2024-09-25 20:50:12] INFO Found 3 classifications",
            "[2024-09-25 20:50:11] INFO Found 3 classifications",
            "[2024-09-25 20:50:10] INFO Found 3 classifications",
            "[2024-09-25 20:50:09] INFO Found 3 classifications",
            "[2024-09-25 20:50:08] INFO Found 3 classifications",
            "[2024-09-25 20:50:08] INFO Found 3 detections",
            "[2024-09-25 20:50:07] INFO Found 3 detections",
            "[2024-09-25 20:50:06] INFO Found 3 detections",
            "[2024-09-25 20:50:05] INFO Found 3 detections",
            "[2024-09-25 20:50:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:57] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:57] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:56] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:55] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:54] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:53] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:52] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:51] ERROR Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:50] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:49] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:48] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:47] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:46] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:46] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:45] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:44] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:43] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:42] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:41] ERROR Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:39] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:38] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:37] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:36] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:36] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:35] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:34] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:33] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:32] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:31] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:30] ERROR Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:49:28] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:27] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:26] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:25] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:49:24] INFO Created 16 objects",
            "[2024-09-25 20:49:23] INFO Created 16 objects",
            "[2024-09-25 20:49:22] INFO Created 16 objects",
            "[2024-09-25 20:49:21] INFO Created 16 objects",
            "[2024-09-25 20:49:21] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:20] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:19] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:18] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:17] INFO Creating detection images in sub-task 8d5b9c8b-b7cb-4056-827a-050bb8087e38",
            "[2024-09-25 20:49:16] INFO Saving results",
            "[2024-09-25 20:49:15] INFO Saving results",
            "[2024-09-25 20:49:14] INFO Saving results",
            "[2024-09-25 20:49:13] INFO Saving results",
            "[2024-09-25 20:49:12] INFO Found 8 classifications",
            "[2024-09-25 20:49:11] INFO Found 8 classifications",
            "[2024-09-25 20:49:10] INFO Found 8 classifications",
            "[2024-09-25 20:49:09] INFO Found 8 classifications",
            "[2024-09-25 20:49:08] INFO Found 8 detections",
            "[2024-09-25 20:49:07] INFO Found 8 detections",
            "[2024-09-25 20:49:06] INFO Found 8 detections",
            "[2024-09-25 20:49:05] INFO Found 8 detections",
            "[2024-09-25 20:49:00] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:59] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:58] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:57] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:57] INFO Created 14 objects",
            "[2024-09-25 20:48:56] INFO Created 14 objects",
            "[2024-09-25 20:48:55] INFO Created 14 objects",
            "[2024-09-25 20:48:54] INFO Created 14 objects",
            "[2024-09-25 20:48:53] INFO Created 14 objects",
            "[2024-09-25 20:48:53] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:52] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:51] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:50] INFO Creating detection images in sub-task 7b0cf48f-761c-47da-aab8-998e06cc612d",
            "[2024-09-25 20:48:49] INFO Saving results",
            "[2024-09-25 20:48:48] INFO Saving results",
            "[2024-09-25 20:48:47] INFO Saving results",
            "[2024-09-25 20:48:46] INFO Saving results",
            "[2024-09-25 20:48:45] INFO Saving results",
            "[2024-09-25 20:48:45] INFO Found 7 classifications",
            "[2024-09-25 20:48:44] INFO Found 7 classifications",
            "[2024-09-25 20:48:43] INFO Found 7 classifications",
            "[2024-09-25 20:48:42] INFO Found 7 classifications",
            "[2024-09-25 20:48:41] INFO Found 7 detections",
            "[2024-09-25 20:48:40] INFO Found 7 detections",
            "[2024-09-25 20:48:39] INFO Found 7 detections",
            "[2024-09-25 20:48:38] INFO Found 7 detections",
            "[2024-09-25 20:48:34] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:31] INFO Created 28 objects",
            "[2024-09-25 20:48:30] INFO Created 28 objects",
            "[2024-09-25 20:48:29] INFO Created 28 objects",
            "[2024-09-25 20:48:28] INFO Created 28 objects",
            "[2024-09-25 20:48:27] INFO Created 28 objects",
            "[2024-09-25 20:48:27] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:26] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:25] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:24] INFO Creating detection images in sub-task 5f4a66cf-ab54-4ea2-92d8-9699ae2de9b2",
            "[2024-09-25 20:48:22] INFO Saving results",
            "[2024-09-25 20:48:21] INFO Saving results",
            "[2024-09-25 20:48:20] INFO Saving results",
            "[2024-09-25 20:48:19] INFO Saving results",
            "[2024-09-25 20:48:19] INFO Found 18 classifications",
            "[2024-09-25 20:48:18] INFO Found 18 classifications",
            "[2024-09-25 20:48:17] INFO Found 18 classifications",
            "[2024-09-25 20:48:16] INFO Found 18 classifications",
            "[2024-09-25 20:48:15] INFO Found 18 detections",
            "[2024-09-25 20:48:14] INFO Found 18 detections",
            "[2024-09-25 20:48:13] INFO Found 18 detections",
            "[2024-09-25 20:48:12] INFO Found 18 detections",
            "[2024-09-25 20:48:07] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:06] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:05] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:04] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:48:04] INFO Created 19 objects",
            "[2024-09-25 20:48:03] INFO Created 19 objects",
            "[2024-09-25 20:48:02] INFO Created 19 objects",
            "[2024-09-25 20:48:01] INFO Created 19 objects",
            "[2024-09-25 20:48:01] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:48:00] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:59] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:58] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:57] INFO Creating detection images in sub-task e1a286f4-5fea-4b1d-9e89-edf3ca8cdb8f",
            "[2024-09-25 20:47:56] INFO Saving results",
            "[2024-09-25 20:47:55] INFO Saving results",
            "[2024-09-25 20:47:54] INFO Saving results",
            "[2024-09-25 20:47:53] INFO Saving results",
            "[2024-09-25 20:47:53] INFO Found 9 classifications",
            "[2024-09-25 20:47:52] INFO Found 9 classifications",
            "[2024-09-25 20:47:51] INFO Found 9 classifications",
            "[2024-09-25 20:47:50] INFO Found 9 classifications",
            "[2024-09-25 20:47:50] INFO Found 9 detections",
            "[2024-09-25 20:47:49] INFO Found 9 detections",
            "[2024-09-25 20:47:48] INFO Found 9 detections",
            "[2024-09-25 20:47:47] INFO Found 9 detections",
            "[2024-09-25 20:47:43] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:42] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:41] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:40] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:40] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:39] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:38] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:37] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:36] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:35] ERROR Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:33] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:32] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:31] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:30] INFO Sending 4 images to ML backend global_moths_2024",
            "[2024-09-25 20:47:30] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:29] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:28] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:27] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "[2024-09-25 20:47:26] ERROR Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process"
        ],
        "stderr": [
            "Failed to process image batch 98 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 97 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 96 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 95 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 93 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 89 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 88 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 87 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 85 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 84 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 83 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 81 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 80 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 79 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 77 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 76 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 75 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 74 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 72 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 71 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 65 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 64 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 63 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 58 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 57 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 56 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 55 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 52 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 47 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 46 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 36 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 35 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 31 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 26 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 25 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 24 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 23 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 21 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 18 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 17 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 16 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 13 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 12 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 10 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 7 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 5 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process",
            "Failed to process image batch 1 of 101: 500 Server Error: Internal Server Error for url: https://ml.dev.insectai.org/pipeline/process"
        ]
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "internal",
    "result": null,
    "user_permissions": []
}