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

{
    "id": 1263,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/1263/?format=api",
    "name": "new staging",
    "delay": 0,
    "limit": null,
    "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": 19,
        "name": "Insectarium, bi-hourly",
        "details": "https://api.beluga.insectai.org/api/v2/captures/collections/19/?format=api",
        "method": "interval",
        "user_permissions": []
    },
    "source_image_single": null,
    "pipeline": {
        "id": 3,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/3/?format=api",
        "name": "Quebec & Vermont moths",
        "slug": "quebec_vermont_moths_2023",
        "description": "",
        "version": 1,
        "version_name": "",
        "created_at": "2023-11-27T23:26:16.449157",
        "updated_at": "2026-04-01T17:09:36.520322",
        "user_permissions": []
    },
    "status": "STARTED",
    "created_at": "2026-04-01T16:58:19.179849",
    "updated_at": "2026-04-01T17:10:59.603418",
    "started_at": "2026-04-01T16:58:19.352045",
    "finished_at": null,
    "duration": null,
    "progress": {
        "summary": {
            "status": "STARTED",
            "progress": 0.6138211382113821
        },
        "stages": [
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 656
                    }
                ]
            },
            {
                "status": "STARTED",
                "progress": 0.4268292682926829,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Processed",
                        "key": "processed",
                        "category": "default",
                        "value": 280
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": 376
                    },
                    {
                        "name": "Failed",
                        "key": "failed",
                        "category": "default",
                        "value": 0
                    }
                ]
            },
            {
                "status": "STARTED",
                "progress": 0.4146341463414634,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Captures",
                        "key": "captures",
                        "category": "default",
                        "value": 280
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 1598
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 2380
                    }
                ]
            }
        ],
        "errors": [],
        "logs": []
    },
    "logs": {
        "stdout": [
            "[2026-04-01 17:11:04] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 4.38 seconds",
            "[2026-04-01 17:11:03] INFO Creating detection images in sub-task c5a88139-9baa-41c0-ae5c-a9bed2c5ad8e",
            "[2026-04-01 17:11:03] INFO Determining occurrences for 1 detections for source image 1436372",
            "[2026-04-01 17:11:03] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:11:03] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:11:03] INFO Created 1 new occurrences",
            "[2026-04-01 17:11:02] INFO Determining occurrences for 1 detections for source image 1437319",
            "[2026-04-01 17:11:02] INFO Determining occurrences for 1 detections for source image 1437611",
            "[2026-04-01 17:11:02] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:11:02] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:11:02] INFO Created 1 new occurrences",
            "[2026-04-01 17:11:02] INFO Determining occurrences for 1 detections for source image 1015464",
            "[2026-04-01 17:11:02] INFO Updated the determination of 11 occurrences, left 0 unchanged",
            "[2026-04-01 17:11:02] INFO Updated 11 detections with occurrences",
            "[2026-04-01 17:11:02] INFO Created 11 new occurrences",
            "[2026-04-01 17:11:02] INFO Determining occurrences for 11 detections for source image 1875366",
            "[2026-04-01 17:11:01] INFO Determining occurrences for 1 detections for source image 977902",
            "[2026-04-01 17:11:01] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:11:01] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:11:01] INFO Created 1 new occurrences",
            "[2026-04-01 17:11:01] INFO Determining occurrences for 1 detections for source image 795413",
            "[2026-04-01 17:11:01] INFO Updated the determination of 9 occurrences, left 0 unchanged",
            "[2026-04-01 17:11:01] INFO Updated 9 detections with occurrences",
            "[2026-04-01 17:11:01] INFO Created 9 new occurrences",
            "[2026-04-01 17:11:01] INFO Determining occurrences for 9 detections for source image 745939",
            "[2026-04-01 17:11:01] INFO Created 32 new classifications, updated 0 existing classifications for 26 detections.",
            "[2026-04-01 17:11:00] INFO Created 26 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:11:00] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:10:59] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:10:59] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:10:59] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:10:59] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:10:59] INFO Processing image batch 36 of 82",
            "[2026-04-01 17:10:59] INFO Saving results for batch 35 in sub-task a283a399-adb8-44c5-aeb9-87c6e62fe16d",
            "[2026-04-01 17:10:59] INFO Processed image batch 35 in 19.65s",
            "[2026-04-01 17:10:59] INFO Pipeline results returned 8 images, 22 detections, 32 classifications",
            "[2026-04-01 17:10:43] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 3.79 seconds",
            "[2026-04-01 17:10:42] INFO Creating detection images in sub-task fcde81cb-84d1-4eeb-8bdf-c0958fa421c3",
            "[2026-04-01 17:10:42] INFO Determining occurrences for 1 detections for source image 704708",
            "[2026-04-01 17:10:42] INFO Determining occurrences for 1 detections for source image 1436967",
            "[2026-04-01 17:10:42] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:42] INFO Determining occurrences for 1 detections for source image 980311",
            "[2026-04-01 17:10:42] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:10:42] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:41] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:41] INFO Determining occurrences for 1 detections for source image 1435442",
            "[2026-04-01 17:10:41] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:41] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:10:41] INFO Created 2 new occurrences",
            "[2026-04-01 17:10:41] INFO Determining occurrences for 2 detections for source image 1305389",
            "[2026-04-01 17:10:41] INFO Updated the determination of 14 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:41] INFO Updated 14 detections with occurrences",
            "[2026-04-01 17:10:41] INFO Created 14 new occurrences",
            "[2026-04-01 17:10:41] INFO Determining occurrences for 14 detections for source image 1367939",
            "[2026-04-01 17:10:41] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:40] INFO Determining occurrences for 1 detections for source image 1012237",
            "[2026-04-01 17:10:40] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:40] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:40] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:40] INFO Determining occurrences for 1 detections for source image 1439427",
            "[2026-04-01 17:10:40] INFO Created 21 new classifications, updated 0 existing classifications for 22 detections.",
            "[2026-04-01 17:10:39] INFO Created 22 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:10:39] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:10:39] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:10:39] INFO Using processing service with latency 4.3203: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:10:39] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:10:39] INFO Processing image batch 35 of 82",
            "[2026-04-01 17:10:39] INFO Saving results for batch 34 in sub-task 50fba922-73ad-4ac1-8065-ef4e4c6f51cb",
            "[2026-04-01 17:10:39] INFO Processed image batch 34 in 19.18s",
            "[2026-04-01 17:10:39] INFO Pipeline results returned 8 images, 18 detections, 21 classifications",
            "[2026-04-01 17:10:26] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 5.62 seconds",
            "[2026-04-01 17:10:25] INFO Creating detection images in sub-task 1b996a00-b835-4aa6-873e-907f2a1ab1fe",
            "[2026-04-01 17:10:24] INFO Determining occurrences for 1 detections for source image 1435769",
            "[2026-04-01 17:10:24] INFO Determining occurrences for 1 detections for source image 1035837",
            "[2026-04-01 17:10:24] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:10:24] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:24] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:24] INFO Determining occurrences for 1 detections for source image 1437200",
            "[2026-04-01 17:10:23] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:10:23] INFO Determining occurrences for 1 detections for source image 977330",
            "[2026-04-01 17:10:23] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:23] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:23] INFO Determining occurrences for 1 detections for source image 723697",
            "[2026-04-01 17:10:23] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:22] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:22] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:22] INFO Determining occurrences for 1 detections for source image 925740",
            "[2026-04-01 17:10:22] INFO Updated the determination of 10 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:22] INFO Updated 10 detections with occurrences",
            "[2026-04-01 17:10:22] INFO Created 10 new occurrences",
            "[2026-04-01 17:10:22] INFO Determining occurrences for 10 detections for source image 1081464",
            "[2026-04-01 17:10:21] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:21] INFO Updated 0 detections with occurrences",
            "[2026-04-01 17:10:21] INFO Created 0 new occurrences",
            "[2026-04-01 17:10:21] INFO Determining occurrences for 1 detections for source image 716874",
            "[2026-04-01 17:10:21] INFO Created 20 new classifications, updated 0 existing classifications for 17 detections.",
            "[2026-04-01 17:10:20] INFO Created 16 new detections, updated 1 existing detections, for 8 source image(s)",
            "[2026-04-01 17:10:20] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:10:20] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:10:20] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:10:20] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:10:20] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:10:20] INFO Processing image batch 34 of 82",
            "[2026-04-01 17:10:20] INFO Saving results for batch 33 in sub-task 4fd1ed50-2e4c-4619-a795-3ba8b2ac3f4e",
            "[2026-04-01 17:10:20] INFO Processed image batch 33 in 19.75s",
            "[2026-04-01 17:10:20] INFO Pipeline results returned 8 images, 13 detections, 20 classifications",
            "[2026-04-01 17:10:13] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 12.91 seconds",
            "[2026-04-01 17:10:13] INFO Creating detection images in sub-task 1a977eb1-53da-4a22-b64c-e65393123fd3",
            "[2026-04-01 17:10:12] INFO Determining occurrences for 1 detections for source image 1048498",
            "[2026-04-01 17:10:12] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:10:12] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:12] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:11] INFO Determining occurrences for 1 detections for source image 1374447",
            "[2026-04-01 17:10:11] INFO Determining occurrences for 1 detections for source image 1435998",
            "[2026-04-01 17:10:11] INFO Determining occurrences for 1 detections for source image 1436473",
            "[2026-04-01 17:10:11] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:10:11] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:11] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:10] INFO Determining occurrences for 1 detections for source image 1435478",
            "[2026-04-01 17:10:10] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:10] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:10] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:10] INFO Determining occurrences for 1 detections for source image 954202",
            "[2026-04-01 17:10:10] INFO Updated the determination of 117 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:07] INFO Updated 117 detections with occurrences",
            "[2026-04-01 17:10:07] INFO Created 117 new occurrences",
            "[2026-04-01 17:10:06] INFO Determining occurrences for 117 detections for source image 1190803",
            "[2026-04-01 17:10:06] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:10:06] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:10:06] INFO Created 1 new occurrences",
            "[2026-04-01 17:10:06] INFO Determining occurrences for 1 detections for source image 995001",
            "[2026-04-01 17:10:06] INFO Created 161 new classifications, updated 0 existing classifications for 124 detections.",
            "[2026-04-01 17:10:02] INFO Created 124 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:10:01] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:10:00] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:10:00] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:10:00] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:10:00] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:10:00] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:10:00] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:10:00] INFO Processing image batch 33 of 82",
            "[2026-04-01 17:10:00] INFO Saving results for batch 32 in sub-task 95653055-1fb7-4cbe-a312-5510df11bacc",
            "[2026-04-01 17:09:59] INFO Processed image batch 32 in 22.95s",
            "[2026-04-01 17:09:59] INFO Pipeline results returned 8 images, 119 detections, 161 classifications",
            "[2026-04-01 17:09:43] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 6.32 seconds",
            "[2026-04-01 17:09:42] INFO Creating detection images in sub-task bfc69035-3269-4515-9aab-417fe6860e03",
            "[2026-04-01 17:09:42] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:09:42] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:09:41] INFO Determining occurrences for 1 detections for source image 704223",
            "[2026-04-01 17:09:41] INFO Determining occurrences for 1 detections for source image 1435872",
            "[2026-04-01 17:09:41] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:09:41] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:09:41] INFO Created 1 new occurrences",
            "[2026-04-01 17:09:41] INFO Determining occurrences for 1 detections for source image 1437174",
            "[2026-04-01 17:09:40] INFO Determining occurrences for 1 detections for source image 1437260",
            "[2026-04-01 17:09:40] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:09:40] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:09:40] INFO Created 1 new occurrences",
            "[2026-04-01 17:09:40] INFO Determining occurrences for 1 detections for source image 1436748",
            "[2026-04-01 17:09:40] INFO Updated the determination of 9 occurrences, left 0 unchanged",
            "[2026-04-01 17:09:39] INFO Updated 9 detections with occurrences",
            "[2026-04-01 17:09:39] INFO Created 9 new occurrences",
            "[2026-04-01 17:09:39] INFO Determining occurrences for 9 detections for source image 842212",
            "[2026-04-01 17:09:39] INFO Updated the determination of 3 occurrences, left 0 unchanged",
            "[2026-04-01 17:09:39] INFO Updated 3 detections with occurrences",
            "[2026-04-01 17:09:39] INFO Created 3 new occurrences",
            "[2026-04-01 17:09:39] INFO Determining occurrences for 3 detections for source image 974050",
            "[2026-04-01 17:09:39] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 17:09:39] INFO Updated 6 detections with occurrences",
            "[2026-04-01 17:09:39] INFO Created 6 new occurrences",
            "[2026-04-01 17:09:38] INFO Determining occurrences for 6 detections for source image 1348047",
            "[2026-04-01 17:09:38] INFO Created 33 new classifications, updated 0 existing classifications for 23 detections.",
            "[2026-04-01 17:09:37] INFO Created 23 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:09:37] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:09:37] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:09:37] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:09:36] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:09:36] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:09:36] INFO Processing image batch 32 of 82",
            "[2026-04-01 17:09:36] INFO Saving results for batch 31 in sub-task da257ede-0237-4db2-a5c1-618cf8189c08",
            "[2026-04-01 17:09:36] INFO Processed image batch 31 in 20.05s",
            "[2026-04-01 17:09:35] INFO Pipeline results returned 8 images, 18 detections, 33 classifications",
            "[2026-04-01 17:09:23] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 7.34 seconds",
            "[2026-04-01 17:09:23] INFO Creating detection images in sub-task 2b855c82-7968-46c2-ad65-71b957d57d39",
            "[2026-04-01 17:09:23] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:09:23] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:09:22] INFO Determining occurrences for 1 detections for source image 1009575",
            "[2026-04-01 17:09:22] INFO Determining occurrences for 1 detections for source image 1436795",
            "[2026-04-01 17:09:22] INFO Determining occurrences for 1 detections for source image 1436015",
            "[2026-04-01 17:09:22] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:09:22] INFO Determining occurrences for 1 detections for source image 1435986",
            "[2026-04-01 17:09:22] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:09:22] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:09:22] INFO Created 1 new occurrences",
            "[2026-04-01 17:09:21] INFO Determining occurrences for 1 detections for source image 997492",
            "[2026-04-01 17:09:21] INFO Updated the determination of 24 occurrences, left 0 unchanged",
            "[2026-04-01 17:09:21] INFO Updated 24 detections with occurrences",
            "[2026-04-01 17:09:20] INFO Created 24 new occurrences",
            "[2026-04-01 17:09:20] INFO Determining occurrences for 24 detections for source image 898298",
            "[2026-04-01 17:09:20] INFO Updated the determination of 19 occurrences, left 0 unchanged",
            "[2026-04-01 17:09:20] INFO Updated 19 detections with occurrences",
            "[2026-04-01 17:09:19] INFO Created 19 new occurrences",
            "[2026-04-01 17:09:19] INFO Determining occurrences for 19 detections for source image 713934",
            "[2026-04-01 17:09:19] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:09:19] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:09:19] INFO Created 1 new occurrences",
            "[2026-04-01 17:09:19] INFO Determining occurrences for 1 detections for source image 979870",
            "[2026-04-01 17:09:19] INFO Created 65 new classifications, updated 0 existing classifications for 49 detections.",
            "[2026-04-01 17:09:17] INFO Created 49 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:09:16] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:09:16] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:09:16] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:09:16] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:09:16] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:09:16] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:09:16] INFO Processing image batch 31 of 82",
            "[2026-04-01 17:09:16] INFO Saving results for batch 30 in sub-task 1ccbefd3-e230-4463-b6fe-8a61c541ffe3",
            "[2026-04-01 17:09:15] INFO Processed image batch 30 in 20.86s",
            "[2026-04-01 17:09:15] INFO Pipeline results returned 8 images, 45 detections, 65 classifications",
            "[2026-04-01 17:08:57] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 2.79 seconds",
            "[2026-04-01 17:08:57] INFO Creating detection images in sub-task 46c44362-8aa0-4765-af0b-f32bde8e6d87",
            "[2026-04-01 17:08:57] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:08:57] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:08:56] INFO Determining occurrences for 1 detections for source image 1437481",
            "[2026-04-01 17:08:56] INFO Determining occurrences for 1 detections for source image 978728",
            "[2026-04-01 17:08:56] INFO Determining occurrences for 1 detections for source image 1436881",
            "[2026-04-01 17:08:56] INFO Determining occurrences for 1 detections for source image 1436576",
            "[2026-04-01 17:08:56] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:08:56] INFO Created 1 new occurrences",
            "[2026-04-01 17:08:56] INFO Determining occurrences for 1 detections for source image 1439716",
            "[2026-04-01 17:08:56] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:08:55] INFO Determining occurrences for 1 detections for source image 1432069",
            "[2026-04-01 17:08:55] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:55] INFO Updated 4 detections with occurrences",
            "[2026-04-01 17:08:55] INFO Created 4 new occurrences",
            "[2026-04-01 17:08:55] INFO Determining occurrences for 4 detections for source image 733212",
            "[2026-04-01 17:08:55] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:55] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:08:55] INFO Created 1 new occurrences",
            "[2026-04-01 17:08:55] INFO Determining occurrences for 1 detections for source image 758902",
            "[2026-04-01 17:08:55] INFO Created 7 new classifications, updated 0 existing classifications for 11 detections.",
            "[2026-04-01 17:08:55] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:08:55] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:08:55] INFO Created 11 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:08:55] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:08:54] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:08:54] INFO Processing image batch 30 of 82",
            "[2026-04-01 17:08:54] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:08:54] INFO Saving results for batch 29 in sub-task 9c9dd4fe-c4ba-40b1-87b8-3d190cfe2561",
            "[2026-04-01 17:08:54] INFO Processed image batch 29 in 18.31s",
            "[2026-04-01 17:08:54] INFO Pipeline results returned 8 images, 5 detections, 7 classifications",
            "[2026-04-01 17:08:46] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 10.09 seconds",
            "[2026-04-01 17:08:46] INFO Creating detection images in sub-task 267c0495-fa57-4368-86ed-b7c266775e19",
            "[2026-04-01 17:08:45] INFO Determining occurrences for 1 detections for source image 1436729",
            "[2026-04-01 17:08:45] INFO Determining occurrences for 1 detections for source image 1439650",
            "[2026-04-01 17:08:45] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:08:45] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:08:45] INFO Created 1 new occurrences",
            "[2026-04-01 17:08:45] INFO Determining occurrences for 1 detections for source image 1436662",
            "[2026-04-01 17:08:45] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:45] INFO Updated 4 detections with occurrences",
            "[2026-04-01 17:08:45] INFO Created 4 new occurrences",
            "[2026-04-01 17:08:44] INFO Determining occurrences for 4 detections for source image 1439477",
            "[2026-04-01 17:08:44] INFO Updated the determination of 72 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:42] INFO Updated 72 detections with occurrences",
            "[2026-04-01 17:08:42] INFO Created 72 new occurrences",
            "[2026-04-01 17:08:42] INFO Determining occurrences for 72 detections for source image 1875087",
            "[2026-04-01 17:08:42] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:42] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:08:42] INFO Created 2 new occurrences",
            "[2026-04-01 17:08:42] INFO Determining occurrences for 2 detections for source image 721727",
            "[2026-04-01 17:08:42] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:42] INFO Updated 6 detections with occurrences",
            "[2026-04-01 17:08:42] INFO Created 6 new occurrences",
            "[2026-04-01 17:08:42] INFO Determining occurrences for 6 detections for source image 754443",
            "[2026-04-01 17:08:41] INFO Updated the determination of 18 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:41] INFO Updated 18 detections with occurrences",
            "[2026-04-01 17:08:41] INFO Created 18 new occurrences",
            "[2026-04-01 17:08:41] INFO Determining occurrences for 18 detections for source image 1402505",
            "[2026-04-01 17:08:41] INFO Created 130 new classifications, updated 0 existing classifications for 105 detections.",
            "[2026-04-01 17:08:37] INFO Created 105 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:08:37] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:08:36] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:08:36] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:08:36] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:08:36] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:08:36] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:08:36] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)', 'Worker on ml-05 (ami-ml-gpu-5)']",
            "[2026-04-01 17:08:36] INFO Processing image batch 29 of 82",
            "[2026-04-01 17:08:36] INFO Saving results for batch 28 in sub-task 4881889d-afd3-4537-93ef-bfaaa321a146",
            "[2026-04-01 17:08:35] INFO Processed image batch 28 in 21.58s",
            "[2026-04-01 17:08:35] INFO Pipeline results returned 8 images, 102 detections, 130 classifications",
            "[2026-04-01 17:08:19] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 4.81 seconds",
            "[2026-04-01 17:08:18] INFO Creating detection images in sub-task cdba90c8-ff9a-4619-bc19-26357dabb2f3",
            "[2026-04-01 17:08:18] INFO Determining occurrences for 1 detections for source image 1436810",
            "[2026-04-01 17:08:18] INFO Determining occurrences for 1 detections for source image 1437265",
            "[2026-04-01 17:08:18] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:08:18] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:08:18] INFO Created 1 new occurrences",
            "[2026-04-01 17:08:17] INFO Determining occurrences for 1 detections for source image 1437115",
            "[2026-04-01 17:08:17] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:08:17] INFO Determining occurrences for 1 detections for source image 1436687",
            "[2026-04-01 17:08:17] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:17] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:08:17] INFO Created 1 new occurrences",
            "[2026-04-01 17:08:17] INFO Determining occurrences for 1 detections for source image 1006967",
            "[2026-04-01 17:08:17] INFO Updated the determination of 13 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:17] INFO Updated 13 detections with occurrences",
            "[2026-04-01 17:08:17] INFO Created 13 new occurrences",
            "[2026-04-01 17:08:17] INFO Determining occurrences for 13 detections for source image 1162720",
            "[2026-04-01 17:08:16] INFO Updated the determination of 5 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:16] INFO Updated 5 detections with occurrences",
            "[2026-04-01 17:08:16] INFO Created 5 new occurrences",
            "[2026-04-01 17:08:16] INFO Determining occurrences for 5 detections for source image 711896",
            "[2026-04-01 17:08:16] INFO Updated the determination of 9 occurrences, left 0 unchanged",
            "[2026-04-01 17:08:16] INFO Updated 9 detections with occurrences",
            "[2026-04-01 17:08:16] INFO Created 9 new occurrences",
            "[2026-04-01 17:08:16] INFO Determining occurrences for 9 detections for source image 870188",
            "[2026-04-01 17:08:16] INFO Created 41 new classifications, updated 0 existing classifications for 32 detections.",
            "[2026-04-01 17:08:14] INFO Created 32 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:08:14] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:08:14] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:08:14] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:08:14] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:08:14] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:08:14] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:08:14] INFO Processing image batch 28 of 82",
            "[2026-04-01 17:08:14] INFO Saving results for batch 27 in sub-task 4737f484-3898-485f-b3ce-414fbf84eca6",
            "[2026-04-01 17:08:14] INFO Processed image batch 27 in 20.10s",
            "[2026-04-01 17:08:13] INFO Pipeline results returned 8 images, 28 detections, 41 classifications",
            "[2026-04-01 17:08:01] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 7.84 seconds",
            "[2026-04-01 17:08:01] INFO Creating detection images in sub-task b74894ae-5a6f-4894-b4a8-25c3b3956ae1",
            "[2026-04-01 17:08:00] INFO Determining occurrences for 1 detections for source image 1439405",
            "[2026-04-01 17:08:00] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:08:00] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:08:00] INFO Created 1 new occurrences",
            "[2026-04-01 17:08:00] INFO Determining occurrences for 1 detections for source image 1435444",
            "[2026-04-01 17:07:59] INFO Determining occurrences for 1 detections for source image 1435953",
            "[2026-04-01 17:07:59] INFO Determining occurrences for 1 detections for source image 1435472",
            "[2026-04-01 17:07:59] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:07:59] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:59] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:58] INFO Determining occurrences for 1 detections for source image 1435896",
            "[2026-04-01 17:07:58] INFO Updated the determination of 10 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:58] INFO Updated 10 detections with occurrences",
            "[2026-04-01 17:07:58] INFO Created 10 new occurrences",
            "[2026-04-01 17:07:58] INFO Determining occurrences for 10 detections for source image 1286210",
            "[2026-04-01 17:07:58] INFO Updated the determination of 22 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:57] INFO Updated 22 detections with occurrences",
            "[2026-04-01 17:07:57] INFO Created 22 new occurrences",
            "[2026-04-01 17:07:57] INFO Determining occurrences for 22 detections for source image 1093917",
            "[2026-04-01 17:07:57] INFO Updated the determination of 11 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:56] INFO Updated 11 detections with occurrences",
            "[2026-04-01 17:07:56] INFO Created 11 new occurrences",
            "[2026-04-01 17:07:56] INFO Determining occurrences for 11 detections for source image 810217",
            "[2026-04-01 17:07:56] INFO Created 64 new classifications, updated 0 existing classifications for 48 detections.",
            "[2026-04-01 17:07:54] INFO Created 48 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:07:54] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:07:54] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:07:54] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:07:54] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:07:53] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:07:53] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:07:53] INFO Processing image batch 27 of 82",
            "[2026-04-01 17:07:53] INFO Saving results for batch 26 in sub-task f92f909a-f094-48c7-8ea3-60240261641e",
            "[2026-04-01 17:07:53] INFO Processed image batch 26 in 21.27s",
            "[2026-04-01 17:07:53] INFO Pipeline results returned 8 images, 43 detections, 64 classifications",
            "[2026-04-01 17:07:38] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 5.98 seconds",
            "[2026-04-01 17:07:37] INFO Creating detection images in sub-task 491818fa-5553-47d0-a1e5-d1d3ccafc456",
            "[2026-04-01 17:07:36] INFO Determining occurrences for 1 detections for source image 1436439",
            "[2026-04-01 17:07:36] INFO Determining occurrences for 1 detections for source image 1439590",
            "[2026-04-01 17:07:36] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:07:36] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:36] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:36] INFO Determining occurrences for 1 detections for source image 1217975",
            "[2026-04-01 17:07:35] INFO Determining occurrences for 1 detections for source image 1002474",
            "[2026-04-01 17:07:35] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:35] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:35] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:35] INFO Determining occurrences for 1 detections for source image 980524",
            "[2026-04-01 17:07:35] INFO Updated the determination of 3 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:35] INFO Updated 3 detections with occurrences",
            "[2026-04-01 17:07:35] INFO Created 3 new occurrences",
            "[2026-04-01 17:07:34] INFO Determining occurrences for 3 detections for source image 1012718",
            "[2026-04-01 17:07:34] INFO Updated the determination of 20 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:34] INFO Updated 20 detections with occurrences",
            "[2026-04-01 17:07:34] INFO Created 20 new occurrences",
            "[2026-04-01 17:07:34] INFO Determining occurrences for 20 detections for source image 1185802",
            "[2026-04-01 17:07:33] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:33] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:33] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:33] INFO Determining occurrences for 1 detections for source image 734707",
            "[2026-04-01 17:07:33] INFO Created 34 new classifications, updated 0 existing classifications for 29 detections.",
            "[2026-04-01 17:07:32] INFO Created 29 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:07:32] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:07:32] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:07:32] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:07:32] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:07:32] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:07:32] INFO Processing image batch 26 of 82",
            "[2026-04-01 17:07:32] INFO Saving results for batch 25 in sub-task 306ccbf5-d15f-434f-a9dc-155bd3929225",
            "[2026-04-01 17:07:31] INFO Processed image batch 25 in 19.42s",
            "[2026-04-01 17:07:31] INFO Pipeline results returned 8 images, 26 detections, 34 classifications",
            "[2026-04-01 17:07:19] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 6.90 seconds",
            "[2026-04-01 17:07:18] INFO Creating detection images in sub-task be734527-f367-4fb4-aa56-4b083d7237ca",
            "[2026-04-01 17:07:18] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:18] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:18] INFO Determining occurrences for 1 detections for source image 1438241",
            "[2026-04-01 17:07:18] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:07:17] INFO Determining occurrences for 1 detections for source image 1436449",
            "[2026-04-01 17:07:17] INFO Determining occurrences for 1 detections for source image 1435492",
            "[2026-04-01 17:07:17] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:07:17] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:17] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:17] INFO Determining occurrences for 1 detections for source image 983184",
            "[2026-04-01 17:07:17] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:16] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:16] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:16] INFO Determining occurrences for 1 detections for source image 980957",
            "[2026-04-01 17:07:16] INFO Updated the determination of 17 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:16] INFO Updated 17 detections with occurrences",
            "[2026-04-01 17:07:16] INFO Created 17 new occurrences",
            "[2026-04-01 17:07:15] INFO Determining occurrences for 17 detections for source image 1277011",
            "[2026-04-01 17:07:15] INFO Updated the determination of 5 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:15] INFO Updated 5 detections with occurrences",
            "[2026-04-01 17:07:15] INFO Created 5 new occurrences",
            "[2026-04-01 17:07:15] INFO Determining occurrences for 5 detections for source image 749279",
            "[2026-04-01 17:07:15] INFO Updated the determination of 14 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:15] INFO Updated 14 detections with occurrences",
            "[2026-04-01 17:07:15] INFO Created 14 new occurrences",
            "[2026-04-01 17:07:14] INFO Determining occurrences for 14 detections for source image 1372823",
            "[2026-04-01 17:07:14] INFO Created 54 new classifications, updated 0 existing classifications for 41 detections.",
            "[2026-04-01 17:07:13] INFO Created 41 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:07:12] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:07:12] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:07:12] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:07:12] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:07:12] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:07:12] INFO Processing image batch 25 of 82",
            "[2026-04-01 17:07:12] INFO Saving results for batch 24 in sub-task 8a27c868-6a4e-457d-afc0-523dbab05ab2",
            "[2026-04-01 17:07:12] INFO Processed image batch 24 in 19.82s",
            "[2026-04-01 17:07:12] INFO Pipeline results returned 8 images, 37 detections, 54 classifications",
            "[2026-04-01 17:07:02] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 10.34 seconds",
            "[2026-04-01 17:07:02] INFO Creating detection images in sub-task c5598ce3-ca2e-4b9c-9d2f-7e63fb18c90e",
            "[2026-04-01 17:07:01] INFO Determining occurrences for 1 detections for source image 703448",
            "[2026-04-01 17:07:01] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:07:01] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:07:01] INFO Created 1 new occurrences",
            "[2026-04-01 17:07:01] INFO Determining occurrences for 1 detections for source image 1436410",
            "[2026-04-01 17:07:01] INFO Updated the determination of 25 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:00] INFO Updated 25 detections with occurrences",
            "[2026-04-01 17:07:00] INFO Created 25 new occurrences",
            "[2026-04-01 17:07:00] INFO Determining occurrences for 25 detections for source image 1017093",
            "[2026-04-01 17:07:00] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:07:00] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:06:59] INFO Created 1 new occurrences",
            "[2026-04-01 17:06:59] INFO Determining occurrences for 1 detections for source image 703794",
            "[2026-04-01 17:06:59] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:59] INFO Updated 4 detections with occurrences",
            "[2026-04-01 17:06:59] INFO Created 4 new occurrences",
            "[2026-04-01 17:06:59] INFO Determining occurrences for 4 detections for source image 1422581",
            "[2026-04-01 17:06:59] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:59] INFO Updated 6 detections with occurrences",
            "[2026-04-01 17:06:59] INFO Created 6 new occurrences",
            "[2026-04-01 17:06:59] INFO Determining occurrences for 6 detections for source image 732169",
            "[2026-04-01 17:06:59] INFO Updated the determination of 3 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:58] INFO Updated 3 detections with occurrences",
            "[2026-04-01 17:06:58] INFO Created 3 new occurrences",
            "[2026-04-01 17:06:58] INFO Determining occurrences for 3 detections for source image 981211",
            "[2026-04-01 17:06:58] INFO Updated the determination of 30 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:57] INFO Updated 30 detections with occurrences",
            "[2026-04-01 17:06:57] INFO Created 30 new occurrences",
            "[2026-04-01 17:06:57] INFO Determining occurrences for 30 detections for source image 1067610",
            "[2026-04-01 17:06:57] INFO Created 112 new classifications, updated 0 existing classifications for 71 detections.",
            "[2026-04-01 17:06:53] INFO Created 71 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:06:53] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:06:52] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:06:52] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:06:52] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:06:52] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:06:52] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:06:52] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:06:52] INFO Processing image batch 24 of 82",
            "[2026-04-01 17:06:52] INFO Saving results for batch 23 in sub-task c402b756-0eb5-4440-a7c1-30550f404a3c",
            "[2026-04-01 17:06:51] INFO Processed image batch 23 in 21.87s",
            "[2026-04-01 17:06:51] INFO Pipeline results returned 8 images, 69 detections, 112 classifications",
            "[2026-04-01 17:06:40] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 11.02 seconds",
            "[2026-04-01 17:06:40] INFO Creating detection images in sub-task b8fda5d5-e35a-4a04-bcba-c267d4b053f4",
            "[2026-04-01 17:06:39] INFO Determining occurrences for 1 detections for source image 703460",
            "[2026-04-01 17:06:39] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:06:39] INFO Created 1 new occurrences",
            "[2026-04-01 17:06:39] INFO Determining occurrences for 1 detections for source image 971756",
            "[2026-04-01 17:06:39] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:06:38] INFO Determining occurrences for 1 detections for source image 1435439",
            "[2026-04-01 17:06:38] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:06:38] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:06:38] INFO Created 1 new occurrences",
            "[2026-04-01 17:06:38] INFO Determining occurrences for 1 detections for source image 1436365",
            "[2026-04-01 17:06:38] INFO Updated the determination of 7 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:38] INFO Updated 7 detections with occurrences",
            "[2026-04-01 17:06:38] INFO Created 7 new occurrences",
            "[2026-04-01 17:06:38] INFO Determining occurrences for 7 detections for source image 1876324",
            "[2026-04-01 17:06:38] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:37] INFO Updated 4 detections with occurrences",
            "[2026-04-01 17:06:37] INFO Created 4 new occurrences",
            "[2026-04-01 17:06:37] INFO Determining occurrences for 4 detections for source image 1420363",
            "[2026-04-01 17:06:37] INFO Updated the determination of 91 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:35] INFO Updated 91 detections with occurrences",
            "[2026-04-01 17:06:35] INFO Created 91 new occurrences",
            "[2026-04-01 17:06:35] INFO Determining occurrences for 91 detections for source image 1875562",
            "[2026-04-01 17:06:34] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:34] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:06:34] INFO Created 1 new occurrences",
            "[2026-04-01 17:06:34] INFO Determining occurrences for 1 detections for source image 1062082",
            "[2026-04-01 17:06:34] INFO Created 134 new classifications, updated 0 existing classifications for 107 detections.",
            "[2026-04-01 17:06:31] INFO Created 107 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:06:30] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:06:30] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:06:29] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:06:29] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:06:29] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:06:29] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:06:29] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:06:29] INFO Processing image batch 23 of 82",
            "[2026-04-01 17:06:29] INFO Saving results for batch 22 in sub-task 5f5c228e-75ef-48e8-bc6d-e1fd09851559",
            "[2026-04-01 17:06:29] INFO Processed image batch 22 in 22.15s",
            "[2026-04-01 17:06:29] INFO Pipeline results returned 8 images, 103 detections, 134 classifications",
            "[2026-04-01 17:06:10] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 3.21 seconds",
            "[2026-04-01 17:06:09] INFO Creating detection images in sub-task 130c5e77-baff-4aad-84cd-4568d4e4a382",
            "[2026-04-01 17:06:09] INFO Determining occurrences for 1 detections for source image 975418",
            "[2026-04-01 17:06:09] INFO Created 1 new occurrences",
            "[2026-04-01 17:06:09] INFO Determining occurrences for 1 detections for source image 1436003",
            "[2026-04-01 17:06:09] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:06:09] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:06:08] INFO Determining occurrences for 1 detections for source image 1439638",
            "[2026-04-01 17:06:08] INFO Determining occurrences for 1 detections for source image 1435962",
            "[2026-04-01 17:06:08] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:06:08] INFO Determining occurrences for 1 detections for source image 1435659",
            "[2026-04-01 17:06:08] INFO Determining occurrences for 1 detections for source image 994854",
            "[2026-04-01 17:06:08] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:08] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:06:08] INFO Created 1 new occurrences",
            "[2026-04-01 17:06:08] INFO Determining occurrences for 1 detections for source image 1003038",
            "[2026-04-01 17:06:08] INFO Updated the determination of 7 occurrences, left 0 unchanged",
            "[2026-04-01 17:06:07] INFO Updated 7 detections with occurrences",
            "[2026-04-01 17:06:07] INFO Created 7 new occurrences",
            "[2026-04-01 17:06:07] INFO Determining occurrences for 7 detections for source image 1012659",
            "[2026-04-01 17:06:07] INFO Created 14 new classifications, updated 0 existing classifications for 14 detections.",
            "[2026-04-01 17:06:07] INFO Created 14 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:06:07] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:06:07] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:06:06] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:06:06] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:06:06] INFO Processing image batch 22 of 82",
            "[2026-04-01 17:06:06] INFO Saving results for batch 21 in sub-task be1727b9-4952-44bc-8211-33129925e22e",
            "[2026-04-01 17:06:06] INFO Processed image batch 21 in 18.97s",
            "[2026-04-01 17:06:06] INFO Pipeline results returned 8 images, 9 detections, 14 classifications",
            "[2026-04-01 17:05:52] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 5.03 seconds",
            "[2026-04-01 17:05:52] INFO Creating detection images in sub-task 3725e5d9-a83a-470e-b3d7-9b891e27579b",
            "[2026-04-01 17:05:51] INFO Determining occurrences for 1 detections for source image 1023316",
            "[2026-04-01 17:05:51] INFO Determining occurrences for 1 detections for source image 1436552",
            "[2026-04-01 17:05:51] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:05:51] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:05:51] INFO Created 1 new occurrences",
            "[2026-04-01 17:05:51] INFO Determining occurrences for 1 detections for source image 1434762",
            "[2026-04-01 17:05:51] INFO Updated the determination of 9 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:51] INFO Updated 9 detections with occurrences",
            "[2026-04-01 17:05:51] INFO Created 9 new occurrences",
            "[2026-04-01 17:05:50] INFO Determining occurrences for 9 detections for source image 744837",
            "[2026-04-01 17:05:50] INFO Determining occurrences for 1 detections for source image 719379",
            "[2026-04-01 17:05:50] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:50] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:05:50] INFO Created 1 new occurrences",
            "[2026-04-01 17:05:50] INFO Determining occurrences for 1 detections for source image 990691",
            "[2026-04-01 17:05:50] INFO Updated the determination of 8 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:50] INFO Updated 8 detections with occurrences",
            "[2026-04-01 17:05:50] INFO Created 8 new occurrences",
            "[2026-04-01 17:05:50] INFO Determining occurrences for 8 detections for source image 1395839",
            "[2026-04-01 17:05:50] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:49] INFO Updated 6 detections with occurrences",
            "[2026-04-01 17:05:49] INFO Created 6 new occurrences",
            "[2026-04-01 17:05:49] INFO Determining occurrences for 6 detections for source image 1417214",
            "[2026-04-01 17:05:49] INFO Created 40 new classifications, updated 0 existing classifications for 28 detections.",
            "[2026-04-01 17:05:48] INFO Created 28 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:05:48] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:05:47] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:05:47] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:05:47] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:05:47] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:05:47] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:05:47] INFO Processing image batch 21 of 82",
            "[2026-04-01 17:05:47] INFO Saving results for batch 20 in sub-task 38635e11-61c0-42c8-8f60-1f4c8e71197b",
            "[2026-04-01 17:05:47] INFO Processed image batch 20 in 19.97s",
            "[2026-04-01 17:05:47] INFO Pipeline results returned 8 images, 25 detections, 40 classifications",
            "[2026-04-01 17:05:31] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 4.27 seconds",
            "[2026-04-01 17:05:31] INFO Creating detection images in sub-task c0f256a9-9b56-4295-8b8d-3dcfcfe12ce0",
            "[2026-04-01 17:05:31] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:05:31] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:05:31] INFO Created 1 new occurrences",
            "[2026-04-01 17:05:31] INFO Determining occurrences for 1 detections for source image 959296",
            "[2026-04-01 17:05:30] INFO Determining occurrences for 1 detections for source image 1436546",
            "[2026-04-01 17:05:30] INFO Determining occurrences for 1 detections for source image 994669",
            "[2026-04-01 17:05:30] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:05:30] INFO Determining occurrences for 1 detections for source image 1436296",
            "[2026-04-01 17:05:30] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:30] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:05:30] INFO Created 2 new occurrences",
            "[2026-04-01 17:05:30] INFO Determining occurrences for 2 detections for source image 952235",
            "[2026-04-01 17:05:30] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:30] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:05:30] INFO Created 1 new occurrences",
            "[2026-04-01 17:05:29] INFO Determining occurrences for 1 detections for source image 811055",
            "[2026-04-01 17:05:29] INFO Updated the determination of 11 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:29] INFO Updated 11 detections with occurrences",
            "[2026-04-01 17:05:29] INFO Created 11 new occurrences",
            "[2026-04-01 17:05:29] INFO Determining occurrences for 11 detections for source image 791711",
            "[2026-04-01 17:05:29] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:29] INFO Updated 4 detections with occurrences",
            "[2026-04-01 17:05:29] INFO Created 4 new occurrences",
            "[2026-04-01 17:05:29] INFO Determining occurrences for 4 detections for source image 1438864",
            "[2026-04-01 17:05:29] INFO Created 32 new classifications, updated 0 existing classifications for 22 detections.",
            "[2026-04-01 17:05:27] INFO Created 22 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:05:27] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:05:27] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:05:27] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:05:27] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:05:27] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:05:27] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:05:27] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:05:27] INFO Processing image batch 20 of 82",
            "[2026-04-01 17:05:27] INFO Saving results for batch 19 in sub-task d07b6675-ddb6-4e88-8710-0bef7b23601f",
            "[2026-04-01 17:05:27] INFO Processed image batch 19 in 21.90s",
            "[2026-04-01 17:05:27] INFO Pipeline results returned 8 images, 18 detections, 32 classifications",
            "[2026-04-01 17:05:14] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 9.40 seconds",
            "[2026-04-01 17:05:14] INFO Creating detection images in sub-task 20f0ddf8-e08f-4d96-883c-076941b310dd",
            "[2026-04-01 17:05:14] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:05:14] INFO Created 1 new occurrences",
            "[2026-04-01 17:05:14] INFO Determining occurrences for 1 detections for source image 1438543",
            "[2026-04-01 17:05:14] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:05:13] INFO Determining occurrences for 1 detections for source image 1436139",
            "[2026-04-01 17:05:13] INFO Determining occurrences for 1 detections for source image 1436798",
            "[2026-04-01 17:05:13] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:05:13] INFO Determining occurrences for 1 detections for source image 1436783",
            "[2026-04-01 17:05:13] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:13] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:05:13] INFO Created 1 new occurrences",
            "[2026-04-01 17:05:13] INFO Determining occurrences for 1 detections for source image 1002632",
            "[2026-04-01 17:05:13] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:13] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:05:13] INFO Created 2 new occurrences",
            "[2026-04-01 17:05:13] INFO Determining occurrences for 2 detections for source image 703919",
            "[2026-04-01 17:05:13] INFO Updated the determination of 10 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:12] INFO Updated 10 detections with occurrences",
            "[2026-04-01 17:05:12] INFO Created 10 new occurrences",
            "[2026-04-01 17:05:12] INFO Determining occurrences for 10 detections for source image 1875288",
            "[2026-04-01 17:05:12] INFO Updated the determination of 51 occurrences, left 0 unchanged",
            "[2026-04-01 17:05:10] INFO Updated 51 detections with occurrences",
            "[2026-04-01 17:05:10] INFO Created 51 new occurrences",
            "[2026-04-01 17:05:10] INFO Determining occurrences for 51 detections for source image 1041287",
            "[2026-04-01 17:05:10] INFO Created 112 new classifications, updated 0 existing classifications for 68 detections.",
            "[2026-04-01 17:05:06] INFO Created 68 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:05:06] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:05:05] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:05:05] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:05:05] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:05:05] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:05:05] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:05:05] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:05:05] INFO Processing image batch 19 of 82",
            "[2026-04-01 17:05:05] INFO Saving results for batch 18 in sub-task 7cc3f29a-f252-4b6d-bc10-9ce70d75a7a0",
            "[2026-04-01 17:05:04] INFO Processed image batch 18 in 21.39s",
            "[2026-04-01 17:05:04] INFO Pipeline results returned 8 images, 64 detections, 112 classifications",
            "[2026-04-01 17:04:48] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 5.56 seconds",
            "[2026-04-01 17:04:48] INFO Creating detection images in sub-task ffa129e9-3145-4dd6-a456-566f3ad36524",
            "[2026-04-01 17:04:47] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:04:47] INFO Determining occurrences for 1 detections for source image 1436193",
            "[2026-04-01 17:04:47] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:47] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:04:47] INFO Created 2 new occurrences",
            "[2026-04-01 17:04:47] INFO Determining occurrences for 2 detections for source image 745971",
            "[2026-04-01 17:04:47] INFO Updated the determination of 3 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:47] INFO Updated 3 detections with occurrences",
            "[2026-04-01 17:04:47] INFO Created 3 new occurrences",
            "[2026-04-01 17:04:47] INFO Determining occurrences for 3 detections for source image 1438354",
            "[2026-04-01 17:04:47] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:47] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:04:47] INFO Created 1 new occurrences",
            "[2026-04-01 17:04:47] INFO Determining occurrences for 1 detections for source image 978592",
            "[2026-04-01 17:04:46] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:46] INFO Updated 6 detections with occurrences",
            "[2026-04-01 17:04:46] INFO Created 6 new occurrences",
            "[2026-04-01 17:04:46] INFO Determining occurrences for 6 detections for source image 872916",
            "[2026-04-01 17:04:46] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:46] INFO Updated 4 detections with occurrences",
            "[2026-04-01 17:04:46] INFO Created 4 new occurrences",
            "[2026-04-01 17:04:46] INFO Determining occurrences for 4 detections for source image 999833",
            "[2026-04-01 17:04:46] INFO Updated the determination of 3 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:46] INFO Updated 3 detections with occurrences",
            "[2026-04-01 17:04:46] INFO Created 3 new occurrences",
            "[2026-04-01 17:04:46] INFO Determining occurrences for 3 detections for source image 733919",
            "[2026-04-01 17:04:45] INFO Updated the determination of 10 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:45] INFO Updated 10 detections with occurrences",
            "[2026-04-01 17:04:45] INFO Created 10 new occurrences",
            "[2026-04-01 17:04:45] INFO Determining occurrences for 10 detections for source image 789190",
            "[2026-04-01 17:04:45] INFO Created 50 new classifications, updated 0 existing classifications for 30 detections.",
            "[2026-04-01 17:04:43] INFO Created 30 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:04:43] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:04:43] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:04:43] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:04:43] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:04:42] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:04:42] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:04:42] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:04:42] INFO Processing image batch 18 of 82",
            "[2026-04-01 17:04:42] INFO Saving results for batch 17 in sub-task 1331b03b-462b-4a5e-96bd-98caad426241",
            "[2026-04-01 17:04:42] INFO Processed image batch 17 in 21.89s",
            "[2026-04-01 17:04:42] INFO Pipeline results returned 8 images, 29 detections, 50 classifications",
            "[2026-04-01 17:04:28] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 7.45 seconds",
            "[2026-04-01 17:04:27] INFO Creating detection images in sub-task d90d86ba-f1da-4730-b2d7-b45163c5620a",
            "[2026-04-01 17:04:27] INFO Determining occurrences for 1 detections for source image 778192",
            "[2026-04-01 17:04:27] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:04:27] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:04:27] INFO Created 1 new occurrences",
            "[2026-04-01 17:04:27] INFO Determining occurrences for 1 detections for source image 1439689",
            "[2026-04-01 17:04:26] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:04:26] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:04:26] INFO Created 1 new occurrences",
            "[2026-04-01 17:04:26] INFO Determining occurrences for 1 detections for source image 1436755",
            "[2026-04-01 17:04:26] INFO Updated the determination of 27 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:25] INFO Updated 27 detections with occurrences",
            "[2026-04-01 17:04:25] INFO Created 27 new occurrences",
            "[2026-04-01 17:04:25] INFO Determining occurrences for 27 detections for source image 1064011",
            "[2026-04-01 17:04:25] INFO Updated the determination of 10 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:25] INFO Updated 10 detections with occurrences",
            "[2026-04-01 17:04:25] INFO Created 10 new occurrences",
            "[2026-04-01 17:04:25] INFO Determining occurrences for 10 detections for source image 742479",
            "[2026-04-01 17:04:25] INFO Updated the determination of 7 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:25] INFO Updated 7 detections with occurrences",
            "[2026-04-01 17:04:24] INFO Created 7 new occurrences",
            "[2026-04-01 17:04:24] INFO Determining occurrences for 7 detections for source image 705924",
            "[2026-04-01 17:04:24] INFO Updated the determination of 9 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:24] INFO Updated 9 detections with occurrences",
            "[2026-04-01 17:04:24] INFO Created 9 new occurrences",
            "[2026-04-01 17:04:24] INFO Determining occurrences for 9 detections for source image 1876258",
            "[2026-04-01 17:04:24] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:24] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:04:24] INFO Created 2 new occurrences",
            "[2026-04-01 17:04:24] INFO Determining occurrences for 2 detections for source image 1011783",
            "[2026-04-01 17:04:24] INFO Created 80 new classifications, updated 0 existing classifications for 58 detections.",
            "[2026-04-01 17:04:21] INFO Created 58 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:04:21] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:04:20] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:04:20] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:04:20] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:04:20] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:04:20] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:04:20] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:04:20] INFO Processing image batch 17 of 82",
            "[2026-04-01 17:04:20] INFO Saving results for batch 16 in sub-task 018d1990-9434-4419-bb7c-079bdf92338a",
            "[2026-04-01 17:04:20] INFO Processed image batch 16 in 20.22s",
            "[2026-04-01 17:04:20] INFO Pipeline results returned 8 images, 55 detections, 80 classifications",
            "[2026-04-01 17:04:02] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 3.12 seconds",
            "[2026-04-01 17:04:02] INFO Creating detection images in sub-task 30bbb5b5-8c30-4755-b5a6-a9103883a909",
            "[2026-04-01 17:04:02] INFO Determining occurrences for 1 detections for source image 1436605",
            "[2026-04-01 17:04:02] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:04:02] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:04:02] INFO Created 1 new occurrences",
            "[2026-04-01 17:04:02] INFO Determining occurrences for 1 detections for source image 1436583",
            "[2026-04-01 17:04:01] INFO Determining occurrences for 1 detections for source image 1435516",
            "[2026-04-01 17:04:01] INFO Determining occurrences for 1 detections for source image 1014102",
            "[2026-04-01 17:04:01] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:04:01] INFO Determining occurrences for 1 detections for source image 1437286",
            "[2026-04-01 17:04:01] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:01] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:04:01] INFO Created 2 new occurrences",
            "[2026-04-01 17:04:01] INFO Determining occurrences for 2 detections for source image 1002987",
            "[2026-04-01 17:04:01] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:01] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:04:01] INFO Created 1 new occurrences",
            "[2026-04-01 17:04:01] INFO Determining occurrences for 1 detections for source image 1002881",
            "[2026-04-01 17:04:00] INFO Updated the determination of 9 occurrences, left 0 unchanged",
            "[2026-04-01 17:04:00] INFO Updated 9 detections with occurrences",
            "[2026-04-01 17:04:00] INFO Created 9 new occurrences",
            "[2026-04-01 17:04:00] INFO Determining occurrences for 9 detections for source image 1875073",
            "[2026-04-01 17:04:00] INFO Created 16 new classifications, updated 0 existing classifications for 17 detections.",
            "[2026-04-01 17:04:00] INFO Created 17 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:04:00] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:03:59] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:03:59] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:03:59] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:03:59] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:03:59] INFO Saving results for batch 15 in sub-task d5db9efc-a010-4133-b273-3d2f8803ce5a",
            "[2026-04-01 17:03:59] INFO Processed image batch 15 in 20.45s",
            "[2026-04-01 17:03:59] INFO Pipeline results returned 8 images, 12 detections, 16 classifications",
            "[2026-04-01 17:03:49] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 10.25 seconds",
            "[2026-04-01 17:03:49] INFO Creating detection images in sub-task 31d223e0-aa9d-429e-a7b3-02d5ab84fcb7",
            "[2026-04-01 17:03:48] INFO Determining occurrences for 1 detections for source image 1012822",
            "[2026-04-01 17:03:48] INFO Determining occurrences for 1 detections for source image 1436663",
            "[2026-04-01 17:03:48] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:03:48] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:03:48] INFO Created 1 new occurrences",
            "[2026-04-01 17:03:48] INFO Determining occurrences for 1 detections for source image 1437436",
            "[2026-04-01 17:03:48] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:48] INFO Updated 4 detections with occurrences",
            "[2026-04-01 17:03:48] INFO Created 4 new occurrences",
            "[2026-04-01 17:03:47] INFO Determining occurrences for 4 detections for source image 743645",
            "[2026-04-01 17:03:47] INFO Updated the determination of 10 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:47] INFO Updated 10 detections with occurrences",
            "[2026-04-01 17:03:47] INFO Created 10 new occurrences",
            "[2026-04-01 17:03:47] INFO Determining occurrences for 10 detections for source image 1876437",
            "[2026-04-01 17:03:47] INFO Updated the determination of 11 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:46] INFO Updated 11 detections with occurrences",
            "[2026-04-01 17:03:46] INFO Created 11 new occurrences",
            "[2026-04-01 17:03:46] INFO Determining occurrences for 11 detections for source image 1392377",
            "[2026-04-01 17:03:46] INFO Updated the determination of 7 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:46] INFO Updated 7 detections with occurrences",
            "[2026-04-01 17:03:46] INFO Created 7 new occurrences",
            "[2026-04-01 17:03:46] INFO Determining occurrences for 7 detections for source image 1012764",
            "[2026-04-01 17:03:46] INFO Updated the determination of 42 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:44] INFO Updated 42 detections with occurrences",
            "[2026-04-01 17:03:44] INFO Created 42 new occurrences",
            "[2026-04-01 17:03:44] INFO Determining occurrences for 42 detections for source image 1020693",
            "[2026-04-01 17:03:44] INFO Created 116 new classifications, updated 0 existing classifications for 77 detections.",
            "[2026-04-01 17:03:40] INFO Created 77 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:03:40] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:03:39] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:03:39] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:03:39] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:03:39] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:03:39] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:03:39] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:03:39] INFO Processing image batch 15 of 82",
            "[2026-04-01 17:03:39] INFO Saving results for batch 14 in sub-task ceb39d3c-529f-424a-ae2d-d2c33e0fd1c6",
            "[2026-04-01 17:03:38] INFO Processed image batch 14 in 21.62s",
            "[2026-04-01 17:03:38] INFO Pipeline results returned 8 images, 74 detections, 116 classifications",
            "[2026-04-01 17:03:24] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 7.82 seconds",
            "[2026-04-01 17:03:24] INFO Creating detection images in sub-task 8972e50f-da70-4158-be06-cb2bffe1943b",
            "[2026-04-01 17:03:23] INFO Determining occurrences for 1 detections for source image 978272",
            "[2026-04-01 17:03:23] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:03:23] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:03:23] INFO Created 1 new occurrences",
            "[2026-04-01 17:03:23] INFO Determining occurrences for 1 detections for source image 1436771",
            "[2026-04-01 17:03:22] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:03:22] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:03:22] INFO Created 1 new occurrences",
            "[2026-04-01 17:03:22] INFO Determining occurrences for 1 detections for source image 813317",
            "[2026-04-01 17:03:22] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:22] INFO Updated 6 detections with occurrences",
            "[2026-04-01 17:03:22] INFO Created 6 new occurrences",
            "[2026-04-01 17:03:22] INFO Determining occurrences for 6 detections for source image 1139407",
            "[2026-04-01 17:03:22] INFO Updated the determination of 21 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:21] INFO Updated 21 detections with occurrences",
            "[2026-04-01 17:03:21] INFO Created 21 new occurrences",
            "[2026-04-01 17:03:21] INFO Determining occurrences for 21 detections for source image 1292163",
            "[2026-04-01 17:03:21] INFO Updated the determination of 5 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:20] INFO Updated 5 detections with occurrences",
            "[2026-04-01 17:03:20] INFO Created 5 new occurrences",
            "[2026-04-01 17:03:20] INFO Determining occurrences for 5 detections for source image 1321722",
            "[2026-04-01 17:03:20] INFO Updated the determination of 16 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:20] INFO Updated 16 detections with occurrences",
            "[2026-04-01 17:03:20] INFO Created 16 new occurrences",
            "[2026-04-01 17:03:20] INFO Determining occurrences for 16 detections for source image 1169838",
            "[2026-04-01 17:03:20] INFO Updated the determination of 7 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:19] INFO Updated 7 detections with occurrences",
            "[2026-04-01 17:03:19] INFO Created 7 new occurrences",
            "[2026-04-01 17:03:19] INFO Determining occurrences for 7 detections for source image 972823",
            "[2026-04-01 17:03:19] INFO Created 70 new classifications, updated 0 existing classifications for 58 detections.",
            "[2026-04-01 17:03:17] INFO Created 58 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:03:17] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:03:17] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:03:17] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:03:17] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:03:16] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:03:16] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:03:16] INFO Processing image batch 14 of 82",
            "[2026-04-01 17:03:16] INFO Saving results for batch 13 in sub-task c3b605d6-6d0c-48aa-8975-91932f7aa32a",
            "[2026-04-01 17:03:16] INFO Processed image batch 13 in 22.27s",
            "[2026-04-01 17:03:16] INFO Pipeline results returned 8 images, 55 detections, 70 classifications",
            "[2026-04-01 17:03:04] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 9.97 seconds",
            "[2026-04-01 17:03:03] INFO Creating detection images in sub-task 5d846dc2-e349-476a-8fe3-ae1904e1b6ed",
            "[2026-04-01 17:03:03] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:03:03] INFO Determining occurrences for 1 detections for source image 1436321",
            "[2026-04-01 17:03:03] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:03] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:03:03] INFO Created 1 new occurrences",
            "[2026-04-01 17:03:02] INFO Determining occurrences for 1 detections for source image 995923",
            "[2026-04-01 17:03:02] INFO Updated the determination of 19 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:02] INFO Updated 19 detections with occurrences",
            "[2026-04-01 17:03:02] INFO Created 19 new occurrences",
            "[2026-04-01 17:03:02] INFO Determining occurrences for 19 detections for source image 798881",
            "[2026-04-01 17:03:01] INFO Updated the determination of 20 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:01] INFO Updated 20 detections with occurrences",
            "[2026-04-01 17:03:01] INFO Created 20 new occurrences",
            "[2026-04-01 17:03:01] INFO Determining occurrences for 20 detections for source image 1097516",
            "[2026-04-01 17:03:01] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:00] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:03:00] INFO Created 2 new occurrences",
            "[2026-04-01 17:03:00] INFO Determining occurrences for 2 detections for source image 724629",
            "[2026-04-01 17:03:00] INFO Updated the determination of 8 occurrences, left 0 unchanged",
            "[2026-04-01 17:03:00] INFO Updated 8 detections with occurrences",
            "[2026-04-01 17:03:00] INFO Created 8 new occurrences",
            "[2026-04-01 17:03:00] INFO Determining occurrences for 8 detections for source image 774622",
            "[2026-04-01 17:03:00] INFO Updated the determination of 7 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:59] INFO Updated 7 detections with occurrences",
            "[2026-04-01 17:02:59] INFO Created 7 new occurrences",
            "[2026-04-01 17:02:59] INFO Determining occurrences for 7 detections for source image 1324123",
            "[2026-04-01 17:02:59] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:59] INFO Updated 6 detections with occurrences",
            "[2026-04-01 17:02:59] INFO Created 6 new occurrences",
            "[2026-04-01 17:02:59] INFO Determining occurrences for 6 detections for source image 748314",
            "[2026-04-01 17:02:59] INFO Created 102 new classifications, updated 0 existing classifications for 64 detections.",
            "[2026-04-01 17:02:55] INFO Created 64 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:02:55] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:02:54] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:02:54] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:02:54] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:02:54] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:02:54] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:02:54] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:02:54] INFO Processing image batch 13 of 82",
            "[2026-04-01 17:02:54] INFO Saving results for batch 12 in sub-task 32562215-12b8-4e2c-b26f-8c16e7723edc",
            "[2026-04-01 17:02:53] INFO Processed image batch 12 in 21.71s",
            "[2026-04-01 17:02:53] INFO Pipeline results returned 8 images, 63 detections, 102 classifications",
            "[2026-04-01 17:02:34] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 2.51 seconds",
            "[2026-04-01 17:02:33] INFO Creating detection images in sub-task 39c50629-5fcd-467a-80c3-aefba17e329a",
            "[2026-04-01 17:02:33] INFO Determining occurrences for 1 detections for source image 1436039",
            "[2026-04-01 17:02:33] INFO Determining occurrences for 1 detections for source image 1435629",
            "[2026-04-01 17:02:33] INFO Determining occurrences for 1 detections for source image 1436762",
            "[2026-04-01 17:02:33] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:02:33] INFO Created 1 new occurrences",
            "[2026-04-01 17:02:33] INFO Determining occurrences for 1 detections for source image 991895",
            "[2026-04-01 17:02:33] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:02:32] INFO Determining occurrences for 1 detections for source image 1435712",
            "[2026-04-01 17:02:32] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:02:32] INFO Determining occurrences for 1 detections for source image 1436997",
            "[2026-04-01 17:02:32] INFO Updated the determination of 2 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:32] INFO Updated 2 detections with occurrences",
            "[2026-04-01 17:02:32] INFO Created 2 new occurrences",
            "[2026-04-01 17:02:32] INFO Determining occurrences for 2 detections for source image 989484",
            "[2026-04-01 17:02:32] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:32] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:02:32] INFO Created 1 new occurrences",
            "[2026-04-01 17:02:32] INFO Determining occurrences for 1 detections for source image 717237",
            "[2026-04-01 17:02:32] INFO Created 6 new classifications, updated 0 existing classifications for 9 detections.",
            "[2026-04-01 17:02:32] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:02:31] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:02:31] INFO Created 9 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:02:31] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:02:31] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:02:31] INFO Searching processing services:['AMI Data Companion', 'PSv2 on BEAST (LINUXVISION)']",
            "[2026-04-01 17:02:31] INFO Processing image batch 12 of 82",
            "[2026-04-01 17:02:31] INFO Saving results for batch 11 in sub-task f178dc5d-04cf-4625-bbfc-b067ab918bb9",
            "[2026-04-01 17:02:31] INFO Processed image batch 11 in 21.18s",
            "[2026-04-01 17:02:31] INFO Pipeline results returned 8 images, 3 detections, 6 classifications",
            "[2026-04-01 17:02:26] INFO Saved results from pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1 in 15.81 seconds",
            "[2026-04-01 17:02:26] INFO Creating detection images in sub-task bd80c139-cd97-4eea-9b7f-02e1e6de8a19",
            "[2026-04-01 17:02:26] INFO Updated the determination of 0 occurrences, left 1 unchanged",
            "[2026-04-01 17:02:26] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:02:25] INFO Determining occurrences for 1 detections for source image 1436086",
            "[2026-04-01 17:02:25] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:25] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:02:25] INFO Created 1 new occurrences",
            "[2026-04-01 17:02:25] INFO Determining occurrences for 1 detections for source image 907857",
            "[2026-04-01 17:02:25] INFO Updated the determination of 12 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:25] INFO Updated 12 detections with occurrences",
            "[2026-04-01 17:02:25] INFO Created 12 new occurrences",
            "[2026-04-01 17:02:25] INFO Determining occurrences for 12 detections for source image 1212276",
            "[2026-04-01 17:02:25] INFO Updated the determination of 3 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:25] INFO Updated 3 detections with occurrences",
            "[2026-04-01 17:02:25] INFO Created 3 new occurrences",
            "[2026-04-01 17:02:25] INFO Determining occurrences for 3 detections for source image 1437548",
            "[2026-04-01 17:02:24] INFO Updated the determination of 5 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:24] INFO Updated 5 detections with occurrences",
            "[2026-04-01 17:02:24] INFO Created 5 new occurrences",
            "[2026-04-01 17:02:24] INFO Determining occurrences for 5 detections for source image 1217719",
            "[2026-04-01 17:02:24] INFO Updated the determination of 17 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:24] INFO Updated 17 detections with occurrences",
            "[2026-04-01 17:02:24] INFO Created 17 new occurrences",
            "[2026-04-01 17:02:23] INFO Determining occurrences for 17 detections for source image 1283881",
            "[2026-04-01 17:02:23] INFO Updated the determination of 1 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:23] INFO Updated 1 detections with occurrences",
            "[2026-04-01 17:02:23] INFO Created 1 new occurrences",
            "[2026-04-01 17:02:23] INFO Determining occurrences for 1 detections for source image 1430566",
            "[2026-04-01 17:02:23] INFO Updated the determination of 109 occurrences, left 0 unchanged",
            "[2026-04-01 17:02:20] INFO Updated 109 detections with occurrences",
            "[2026-04-01 17:02:20] INFO Created 109 new occurrences",
            "[2026-04-01 17:02:20] INFO Determining occurrences for 109 detections for source image 1228321",
            "[2026-04-01 17:02:20] INFO Created 224 new classifications, updated 0 existing classifications for 149 detections.",
            "[2026-04-01 17:02:13] INFO Created 149 new detections, updated 0 existing detections, for 8 source image(s)",
            "[2026-04-01 17:02:12] INFO Algorithms registered for pipeline: \nfasterrcnn_mobilenet_for_ami_moth_traps_2023, fasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, quebec_vermont_species_classifier, quebec_vermont_species_classifier_apr_2024",
            "[2026-04-01 17:02:11] INFO Saving results from pipeline quebec_vermont_moths_2023",
            "[2026-04-01 17:02:10] INFO Reprocessing of existing detections is disabled, sending images without detections.",
            "[2026-04-01 17:02:10] INFO Sending 8 images to Pipeline #3 \"Quebec & Vermont moths\" (quebec_vermont_moths_2023) v1",
            "[2026-04-01 17:02:10] INFO Using pipeline config: {'request_source_image_batch_size': 8}",
            "[2026-04-01 17:02:10] INFO Using processing service with latency 0.2178: #1 \"AMI Data Companion\" (https://ml.dev.insectai.org)",
            "[2026-04-01 17:02:10] INFO Searching processing services:['AMI Data Companion']",
            "[2026-04-01 17:02:10] INFO Processing image batch 11 of 82",
            "[2026-04-01 17:02:10] INFO Saving results for batch 10 in sub-task 1d0e0767-efcd-49c4-a565-c936a507dde8",
            "[2026-04-01 17:02:09] INFO Processed image batch 10 in 25.84s",
            "[2026-04-01 17:02:09] INFO Pipeline results returned 8 images, 148 detections, 224 classifications"
        ],
        "stderr": []
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "sync_api",
    "result": null,
    "user_permissions": []
}