zsxkib / memo
MEMO is a state-of-the-art open-weight model for audio-driven talking video generation.
Prediction
zsxkib/memo:be54f93bc72d562ab2577f57b7eec44707efde55d058ee504c8b65a62d70fdf3ModelIDtdtwxfnyj9rj00cpyc3vrbk73wStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- fps
- 30
- audio
- Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
- cfg_scale
- 3.5
- resolution
- 512
- inference_steps
- 20
- max_audio_seconds
- 8
- num_generated_frames_per_clip
- 16
{ "fps": 30, "audio": "https://replicate.delivery/pbxt/M7DC7J9pCQSs1a60xTUSqVjZXhYREZPmjHOkOrVBedg1w08e/john-cena.mp3", "image": "https://replicate.delivery/pbxt/M7DC7n3ksfZC5FvDya85eg6K3xxYBx7DOBrzuaxINJ7OaMrg/john-cena.webp", "cfg_scale": 3.5, "resolution": 512, "inference_steps": 20, "max_audio_seconds": 8, "num_generated_frames_per_clip": 16 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run zsxkib/memo using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zsxkib/memo:be54f93bc72d562ab2577f57b7eec44707efde55d058ee504c8b65a62d70fdf3", { input: { fps: 30, audio: "https://replicate.delivery/pbxt/M7DC7J9pCQSs1a60xTUSqVjZXhYREZPmjHOkOrVBedg1w08e/john-cena.mp3", image: "https://replicate.delivery/pbxt/M7DC7n3ksfZC5FvDya85eg6K3xxYBx7DOBrzuaxINJ7OaMrg/john-cena.webp", cfg_scale: 3.5, resolution: 512, inference_steps: 20, max_audio_seconds: 8, num_generated_frames_per_clip: 16 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run zsxkib/memo using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zsxkib/memo:be54f93bc72d562ab2577f57b7eec44707efde55d058ee504c8b65a62d70fdf3", input={ "fps": 30, "audio": "https://replicate.delivery/pbxt/M7DC7J9pCQSs1a60xTUSqVjZXhYREZPmjHOkOrVBedg1w08e/john-cena.mp3", "image": "https://replicate.delivery/pbxt/M7DC7n3ksfZC5FvDya85eg6K3xxYBx7DOBrzuaxINJ7OaMrg/john-cena.webp", "cfg_scale": 3.5, "resolution": 512, "inference_steps": 20, "max_audio_seconds": 8, "num_generated_frames_per_clip": 16 } ) # To access the file URL: print(output.url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output.read())
To learn more, take a look at the guide on getting started with Python.
Run zsxkib/memo using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "zsxkib/memo:be54f93bc72d562ab2577f57b7eec44707efde55d058ee504c8b65a62d70fdf3", "input": { "fps": 30, "audio": "https://replicate.delivery/pbxt/M7DC7J9pCQSs1a60xTUSqVjZXhYREZPmjHOkOrVBedg1w08e/john-cena.mp3", "image": "https://replicate.delivery/pbxt/M7DC7n3ksfZC5FvDya85eg6K3xxYBx7DOBrzuaxINJ7OaMrg/john-cena.webp", "cfg_scale": 3.5, "resolution": 512, "inference_steps": 20, "max_audio_seconds": 8, "num_generated_frames_per_clip": 16 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-21T13:35:42.626532Z", "created_at": "2025-05-21T13:28:13.202000Z", "data_removed": false, "error": null, "id": "tdtwxfnyj9rj00cpyc3vrbk73w", "input": { "fps": 30, "audio": "https://replicate.delivery/pbxt/M7DC7J9pCQSs1a60xTUSqVjZXhYREZPmjHOkOrVBedg1w08e/john-cena.mp3", "image": "https://replicate.delivery/pbxt/M7DC7n3ksfZC5FvDya85eg6K3xxYBx7DOBrzuaxINJ7OaMrg/john-cena.webp", "cfg_scale": 3.5, "resolution": 512, "inference_steps": 20, "max_audio_seconds": 8, "num_generated_frames_per_clip": 16 }, "logs": "Using seed: 146092797\n\u001b[1;31m2025-05-21 13:30:01.297432165 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 594, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297435360 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 595, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297453877 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 596, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297506019 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 597, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297528478 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 598, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297555628 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 599, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297604214 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 600, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297648740 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 601, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.297701110 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 602, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.305415488 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 632, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.313334422 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 634, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.313484762 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 646, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.317357732 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 647, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.321348268 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 635, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.321392724 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 603, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.323553926 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 620, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.323700176 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 611, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.329361082 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 648, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.333362001 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 631, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.345337255 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 638, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.345355638 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 649, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.349357327 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 650, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.349369317 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 624, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.353399614 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 643, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.353406664 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 654, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.365348219 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 644, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.373441965 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 610, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389362963 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 609, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389366817 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 636, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389372519 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 633, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389383808 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 642, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389390488 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 656, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389396769 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 641, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389367292 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 604, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389413248 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 607, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389362966 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 617, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389367192 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 618, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389428386 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 614, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389431758 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 616, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389384564 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 640, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389402811 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 608, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389411683 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 621, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389366944 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 630, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389369092 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 637, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.401328769 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 651, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.405326243 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 639, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389383990 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 606, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389433965 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 612, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.413325488 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 652, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389400656 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 645, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389414890 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 615, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.389401577 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 613, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.421329495 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 653, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.421351092 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 622, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.429336544 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 619, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.429367055 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 655, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.437344676 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 623, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.445328267 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 605, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}}\nfind model: checkpoints/misc/face_analysis/models/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0\n\u001b[1;31m2025-05-21 13:30:01.821334210 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 664, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821335833 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 663, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821381765 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 666, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821390489 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 665, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821424070 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 667, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821440460 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 668, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821469106 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 669, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821516127 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 670, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.821566061 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 671, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837331160 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 682, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837343040 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 683, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837348794 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 672, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837350466 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 693, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837333083 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 688, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837363496 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 676, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837349714 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 677, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837367549 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 680, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837375170 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 687, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837377293 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 681, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837353957 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 692, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837354203 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 678, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837396660 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 690, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837398554 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 703, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837406227 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 699, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837425799 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 709, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}}\n\u001b[1;31m2025-05-21 13:30:01.841330522 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 710, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.841370836 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 711, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nfind model: checkpoints/misc/face_analysis/models/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0\n\u001b[1;31m2025-05-21 13:30:01.845138726 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 734, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837386197 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 686, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837372069 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 675, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837353302 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 685, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845333720 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 705, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845346423 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 702, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845354140 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 722, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837331787 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 674, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845372388 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 714, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845394048 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 715, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845334420 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 700, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837332525 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 684, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837353793 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 689, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849330484 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 691, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845352705 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 713, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849329525 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 716, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849347461 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 707, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849353203 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 724, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849330193 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 723, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849370425 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 708, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849385595 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 725, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849422370 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 732, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837406865 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 701, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.853338357 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 717, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.853350763 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 733, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.853352683 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 735, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837397600 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 679, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.857329460 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 736, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.849330970 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 706, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.857349690 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 719, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.857354365 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 704, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.857374113 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 765, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.860344457 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 738, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.837356105 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 673, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.861328627 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 737, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.861329340 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 750, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.861346690 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 739, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.865330104 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 770, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.865332460 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 741, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.865336908 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 746, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.865350001 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 751, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.865353699 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 748, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.857329981 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 718, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.869329629 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 767, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.869331762 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 745, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.869354493 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 754, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.869358501 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 731, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.845333723 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 712, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.873331472 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 747, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.873331825 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 755, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.873333551 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 742, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.873332211 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 720, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.873349166 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 768, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.873348745 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 762, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.873369512 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 772, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.877333155 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 773, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.877336091 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 764, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.877342193 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 743, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.877359426 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 730, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.880560930 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 776, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.877336618 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 721, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.881330248 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 774, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.881332409 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 769, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.881335106 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 744, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.865330511 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 740, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.885327906 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 775, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.885346159 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 752, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.885355625 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 778, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.881333434 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 771, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.885328841 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 749, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.889328857 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 753, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.889347249 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 777, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.889329720 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 779, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.893329513 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 756, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.893329277 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 763, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.897329301 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 766, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.897331780 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 788, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.901330449 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 729, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.901345559 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 781, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.885327757 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 787, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.905328965 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 728, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.905345484 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 783, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.909328597 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 784, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.913327909 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 785, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.915948378 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 727, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.917334008 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 786, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.901329517 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 780, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.905329930 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 782, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:01.993337532 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 726, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}}\nfind model: checkpoints/misc/face_analysis/models/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0\n\u001b[1;31m2025-05-21 13:30:02.048466322 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 789, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.053330996 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 790, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.057329444 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 792, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.060847939 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 791, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.061329775 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 816, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.065327048 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 793, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.065473131 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 794, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.069329151 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 817, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.069346215 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 800, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.069331535 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 796, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.073328667 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 804, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.073331464 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 818, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.069331391 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 801, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.073346013 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 798, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.073331640 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 795, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.077329790 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 802, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.077333026 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 819, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.077332150 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 797, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.077339527 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 803, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.081333085 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 810, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.081335418 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 805, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.081337823 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 837, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.081369854 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 825, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.083878465 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 809, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085328772 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 838, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085330679 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 840, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085333186 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 826, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085333913 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 807, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085330644 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 799, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085349309 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 811, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085364852 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 808, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.085369567 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 841, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.089171375 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 849, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.089330377 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 812, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.089347028 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 828, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.089331175 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 827, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.093328318 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 850, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.093348244 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 830, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.096943987 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 836, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.093328852 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 829, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.097330900 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 842, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.097332655 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 813, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.097337280 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 851, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.097331672 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 831, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.097351270 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 832, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.097387791 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 846, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.101329175 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 814, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.101348986 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 847, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.101348137 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 834, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.101333111 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 844, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.101333442 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 833, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.104099925 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 843, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.105328981 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 815, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.105333847 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 835, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.109330550 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 848, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.109346120 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 845, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.109328877 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 839, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.129330542 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 806, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}}\nfind model: checkpoints/misc/face_analysis/models/glintr100.onnx recognition ['None', 3, 112, 112] 127.5 127.5\n\u001b[1;31m2025-05-21 13:30:02.733138436 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 858, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733166562 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 859, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733190770 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 860, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733215351 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 861, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733225806 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 862, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733248816 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 863, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733270568 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 864, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733304745 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 865, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.733337998 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 866, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741331733 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 904, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741333061 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 899, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741335852 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 903, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741345469 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 897, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741355260 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 908, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741363024 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 905, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741375659 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 909, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741384543 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 906, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.743705235 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 896, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741332881 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 902, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.745328086 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 907, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.741335690 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 900, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.749331393 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 911, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.749331261 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 916, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.749352533 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 882, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.749330695 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 875, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753329002 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 910, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753336877 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 901, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753330405 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 912, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753347918 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 918, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753332373 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 917, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753368261 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 914, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753348252 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 913, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753333741 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 898, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.757331389 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 919, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753361231 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 915, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.757347537 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 880, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.757351369 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 885, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.757359913 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 895, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.753335163 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 888, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.761329344 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 920, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.757326819 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 871, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.765339406 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 886, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.771148620 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 872, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.773328565 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 870, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.773330496 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 887, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.773348539 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 883, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.777331868 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 874, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.781330298 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 894, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.785331535 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 879, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.785331635 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 878, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.785333283 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 876, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.789331593 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 869, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.793330596 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 868, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.793331925 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 867, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.793352231 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 884, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.793352485 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 877, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.797331676 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 881, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:02.793331904 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 873, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}}\nfind model: checkpoints/misc/face_analysis/models/scrfd_10g_bnkps.onnx detection [1, 3, '?', '?'] 127.5 128.0\nset det-size: (640, 640)\nWARNING:py.warnings:/root/.pyenv/versions/3.11.10/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.\nTo use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.\nP = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4\nSome weights of Wav2VecModel were not initialized from the model checkpoint at checkpoints/wav2vec2 and are newly initialized: ['wav2vec2.masked_spec_embed']\nYou should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.\nINFO:audio_separator.separator.separator:Separator version 0.24.1 instantiating with output_dir: ./outputs/audio_preprocess, output_format: WAV\nINFO:audio_separator.separator.separator:Operating System: Linux #1 SMP PREEMPT_DYNAMIC Mon Oct 14 20:37:13 UTC 2024\nINFO:audio_separator.separator.separator:System: Linux Node: model-vp-be54f93bc72d562ab2577f57b7eec447-67558bb8bc-dgmzx Release: 6.5.13-65-650-4141-22041-coreweave-amd64-85c45edc Machine: x86_64 Proc: x86_64\nINFO:audio_separator.separator.separator:Python Version: 3.11.10\nINFO:audio_separator.separator.separator:PyTorch Version: 2.5.1+cu124\nINFO:audio_separator.separator.separator:FFmpeg installed: ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nINFO:audio_separator.separator.separator:ONNX Runtime GPU package installed with version: 1.22.0\nINFO:audio_separator.separator.separator:CUDA is available in Torch, setting Torch device to CUDA\nINFO:audio_separator.separator.separator:ONNXruntime has CUDAExecutionProvider available, enabling acceleration\nINFO:audio_separator.separator.separator:Loading model Kim_Vocal_2.onnx...\n\u001b[1;31m2025-05-21 13:30:05.026857837 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.026871008 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.026884914 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.026908093 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.026944757 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.026980192 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.027031778 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.027044597 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.027069098 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.033334149 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.033341305 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.033334280 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.033351854 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.037335096 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.037340670 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.037347304 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.037341694 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.037374772 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.037396976 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.041327568 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.041332201 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.041335495 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.045324786 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.045331163 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.045335137 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.045346259 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.049331037 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.049343794 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.049343701 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.049354336 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.052187982 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.049332033 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.053339243 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.053351842 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.057224521 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.057333213 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.057336092 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.057352706 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.061331584 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.061336979 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.065330547 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.065332347 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.065350763 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.069395807 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.072397311 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.073331207 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.077331514 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.077348458 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.081331591 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1126, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.077331962 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.087560382 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1127, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.092612895 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1128, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.097329547 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1129, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.101330451 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1130, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.107779430 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.112829730 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.117330072 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2025-05-21 13:30:05.121329671 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nINFO:audio_separator.separator.separator:Load model duration: 00:00:00\nINFO:audio_separator.separator.separator:Starting separation process for audio_file_path: ./outputs/audio_preprocess/trimmed_audio-16k.wav\n 0%| | 0/3 [00:00<?, ?it/s]\n 33%|███▎ | 1/3 [00:00<00:01, 1.08it/s]\n100%|██████████| 3/3 [00:01<00:00, 3.27it/s]\n100%|██████████| 3/3 [00:01<00:00, 2.72it/s]\n 0%| | 0/3 [00:00<?, ?it/s]\n 67%|██████▋ | 2/3 [00:00<00:00, 17.29it/s]\n100%|██████████| 3/3 [00:00<00:00, 17.96it/s]\nINFO:audio_separator.separator.separator:Saving Vocals stem to trimmed_audio-16k_(Vocals)_Kim_Vocal_2.wav...\nINFO:audio_separator.separator.separator:Audio duration is 0.00 hours (8.00 seconds).\nINFO:audio_separator.separator.separator:Using pydub for writing.\nINFO:audio_separator.separator.separator:Clearing input audio file paths, sources and stems...\nINFO:audio_separator.separator.separator:Separation duration: 00:00:15\nGenerating video clips: 0%| | 0/15 [00:00<?, ?it/s]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:02<00:47, 2.52s/it]\u001b[A\n 10%|█ | 2/20 [00:03<00:26, 1.45s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:19, 1.12s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:15, 1.04it/s]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:13, 1.14it/s]\u001b[A\n 30%|███ | 6/20 [00:06<00:11, 1.21it/s]\u001b[A\n 35%|███▌ | 7/20 [00:06<00:10, 1.26it/s]\u001b[A\n 40%|████ | 8/20 [00:07<00:09, 1.29it/s]\u001b[A\n 45%|████▌ | 9/20 [00:08<00:08, 1.32it/s]\u001b[A\n 50%|█████ | 10/20 [00:09<00:07, 1.33it/s]\u001b[A\n 55%|█████▌ | 11/20 [00:09<00:06, 1.34it/s]\u001b[A\n 60%|██████ | 12/20 [00:10<00:05, 1.35it/s]\u001b[A\n 65%|██████▌ | 13/20 [00:11<00:05, 1.36it/s]\u001b[A\n 70%|███████ | 14/20 [00:11<00:04, 1.36it/s]\u001b[A\n 75%|███████▌ | 15/20 [00:12<00:03, 1.36it/s]\u001b[A\n 80%|████████ | 16/20 [00:13<00:02, 1.37it/s]\u001b[A\n 85%|████████▌ | 17/20 [00:14<00:02, 1.37it/s]\u001b[A\n 90%|█████████ | 18/20 [00:14<00:01, 1.37it/s]\u001b[A\n 95%|█████████▌| 19/20 [00:15<00:00, 1.37it/s]\u001b[A\n100%|██████████| 20/20 [00:16<00:00, 1.37it/s]\u001b[A\n100%|██████████| 20/20 [00:16<00:00, 1.22it/s]\nGenerating video clips: 7%|▋ | 1/15 [00:17<04:03, 17.42s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:02<00:43, 2.29s/it]\u001b[A\n 10%|█ | 2/20 [00:03<00:26, 1.49s/it]\u001b[A\n 15%|█▌ | 3/20 [00:04<00:21, 1.27s/it]\u001b[A\n 20%|██ | 4/20 [00:05<00:18, 1.16s/it]\u001b[A\n 25%|██▌ | 5/20 [00:06<00:16, 1.11s/it]\u001b[A\n 30%|███ | 6/20 [00:07<00:14, 1.07s/it]\u001b[A\n 35%|███▌ | 7/20 [00:08<00:13, 1.05s/it]\u001b[A\n 40%|████ | 8/20 [00:09<00:12, 1.03s/it]\u001b[A\n 45%|████▌ | 9/20 [00:10<00:11, 1.02s/it]\u001b[A\n 50%|█████ | 10/20 [00:11<00:10, 1.02s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:12<00:09, 1.01s/it]\u001b[A\n 60%|██████ | 12/20 [00:13<00:08, 1.01s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:14<00:07, 1.01s/it]\u001b[A\n 70%|███████ | 14/20 [00:15<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:16<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:17<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:18<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:19<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:20<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:21<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:21<00:00, 1.06s/it]\nGenerating video clips: 13%|█▎ | 2/15 [00:39<04:23, 20.24s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.00s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 20%|██ | 3/15 [01:00<04:08, 20.69s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 27%|██▋ | 4/15 [01:22<03:49, 20.91s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 33%|███▎ | 5/15 [01:43<03:30, 21.03s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 40%|████ | 6/15 [02:04<03:09, 21.10s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 47%|████▋ | 7/15 [02:25<02:49, 21.14s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 53%|█████▎ | 8/15 [02:47<02:28, 21.17s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 60%|██████ | 9/15 [03:08<02:07, 21.19s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 67%|██████▋ | 10/15 [03:29<01:46, 21.20s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 73%|███████▎ | 11/15 [03:50<01:24, 21.21s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.01s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 80%|████████ | 12/15 [04:11<01:03, 21.23s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.01s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 87%|████████▋ | 13/15 [04:33<00:42, 21.24s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 93%|█████████▎| 14/15 [04:54<00:21, 21.24s/it]\n 0%| | 0/20 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:01<00:24, 1.30s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:19, 1.09s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.03s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.01s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.01s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.00s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.00s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.00s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.00s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.00s/it]\u001b[A\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nGenerating video clips: 100%|██████████| 15/15 [05:15<00:00, 21.24s/it]\nGenerating video clips: 100%|██████████| 15/15 [05:15<00:00, 21.05s/it]\nMoviepy - Building video ./outputs/memo.mp4.\nMoviePy - Writing audio in memoTEMP_MPY_wvf_snd.mp4\nchunk: 0%| | 0/177 [00:00<?, ?it/s, now=None]\nMoviePy - Done.\nMoviepy - Writing video ./outputs/memo.mp4\nt: 0%| | 0/240 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 28/240 [00:00<00:00, 269.79it/s, now=None]\nt: 23%|██▎ | 55/240 [00:00<00:00, 256.21it/s, now=None]\nt: 34%|███▍ | 81/240 [00:00<00:00, 247.85it/s, now=None]\nt: 44%|████▍ | 106/240 [00:00<00:00, 242.41it/s, now=None]\nt: 55%|█████▍ | 131/240 [00:00<00:00, 234.12it/s, now=None]\nt: 65%|██████▍ | 155/240 [00:00<00:00, 226.39it/s, now=None]\nt: 75%|███████▍ | 179/240 [00:00<00:00, 229.19it/s, now=None]\nt: 84%|████████▍ | 202/240 [00:00<00:00, 228.29it/s, now=None]\nt: 94%|█████████▍| 225/240 [00:00<00:00, 227.32it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready ./outputs/memo.mp4\nffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nbuilt with gcc 11 (Ubuntu 11.2.0-19ubuntu1)\nconfiguration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\nlibavutil 56. 70.100 / 56. 70.100\nlibavcodec 58.134.100 / 58.134.100\nlibavformat 58. 76.100 / 58. 76.100\nlibavdevice 58. 13.100 / 58. 13.100\nlibavfilter 7.110.100 / 7.110.100\nlibswscale 5. 9.100 / 5. 9.100\nlibswresample 3. 9.100 / 3. 9.100\nlibpostproc 55. 9.100 / 55. 9.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from './outputs/memo.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf58.29.100\nDuration: 00:00:08.02, start: 0.000000, bitrate: 548 kb/s\nStream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 512x512, 409 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nStream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 129 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nStream mapping:\nStream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))\nStream #0:1 -> #0:1 (aac (native) -> aac (native))\nPress [q] to stop, [?] for help\n[libx264 @ 0x5931bdf2a180] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x5931bdf2a180] profile High, level 3.1, 4:2:0, 8-bit\n[libx264 @ 0x5931bdf2a180] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=15 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to './outputs/memo_rescaled.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf58.76.100\nStream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 908x512, q=2-31, 30 fps, 15360 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nStream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc58.134.100 aac\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.44 bitrate= 0.9kbits/s speed=24.7x\nframe= 187 fps=0.0 q=29.0 size= 256kB time=00:00:06.66 bitrate= 314.8kbits/s speed=12.5x\nframe= 240 fps=0.0 q=-1.0 Lsize= 714kB time=00:00:07.98 bitrate= 732.0kbits/s speed=9.68x\nvideo:577kB audio:127kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.397551%\n[libx264 @ 0x5931bdf2a180] frame I:1 Avg QP:20.41 size: 21569\n[libx264 @ 0x5931bdf2a180] frame P:65 Avg QP:20.36 size: 5695\n[libx264 @ 0x5931bdf2a180] frame B:174 Avg QP:23.21 size: 1141\n[libx264 @ 0x5931bdf2a180] consecutive B-frames: 0.8% 6.7% 2.5% 90.0%\n[libx264 @ 0x5931bdf2a180] mb I I16..4: 23.8% 62.4% 13.7%\n[libx264 @ 0x5931bdf2a180] mb P I16..4: 3.7% 7.6% 0.2% P16..4: 35.2% 11.9% 4.9% 0.0% 0.0% skip:36.4%\n[libx264 @ 0x5931bdf2a180] mb B I16..4: 0.6% 0.9% 0.0% B16..8: 25.0% 1.7% 0.1% direct: 2.3% skip:69.4% L0:46.5% L1:50.9% BI: 2.7%\n[libx264 @ 0x5931bdf2a180] 8x8 transform intra:64.4% inter:78.1%\n[libx264 @ 0x5931bdf2a180] coded y,uvDC,uvAC intra: 16.0% 24.9% 4.6% inter: 6.7% 10.7% 0.1%\n[libx264 @ 0x5931bdf2a180] i16 v,h,dc,p: 32% 48% 10% 11%\n[libx264 @ 0x5931bdf2a180] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 17% 57% 1% 2% 2% 2% 2% 2%\n[libx264 @ 0x5931bdf2a180] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 26% 16% 6% 8% 5% 8% 4% 6%\n[libx264 @ 0x5931bdf2a180] i8c dc,h,v,p: 61% 26% 11% 2%\n[libx264 @ 0x5931bdf2a180] Weighted P-Frames: Y:20.0% UV:6.2%\n[libx264 @ 0x5931bdf2a180] ref P L0: 57.0% 12.8% 19.9% 8.3% 2.0%\n[libx264 @ 0x5931bdf2a180] ref B L0: 80.0% 16.5% 3.6%\n[libx264 @ 0x5931bdf2a180] ref B L1: 94.1% 5.9%\n[libx264 @ 0x5931bdf2a180] kb/s:590.19\n[aac @ 0x5931bdf6bd80] Qavg: 989.862", "metrics": { "predict_time": 341.900102814, "total_time": 449.424532 }, "output": "https://replicate.delivery/yhqm/Kc6BewLW0iVFKiPcbTrdAwxDfeVX47Y8LYWPH4NIfiR7Ki7SB/memo_rescaled.mp4", "started_at": "2025-05-21T13:30:00.726429Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/qoxq-37pvpmgmundab7qwm2hygst6lnj3x7hkeizdu6ic6mqlgqj3kkya", "get": "https://api.replicate.com/v1/predictions/tdtwxfnyj9rj00cpyc3vrbk73w", "cancel": "https://api.replicate.com/v1/predictions/tdtwxfnyj9rj00cpyc3vrbk73w/cancel" }, "version": "be54f93bc72d562ab2577f57b7eec44707efde55d058ee504c8b65a62d70fdf3" }
Generated inUsing seed: 146092797 2025-05-21 13:30:01.297432165 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 594, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297435360 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 595, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297453877 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 596, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297506019 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 597, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297528478 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 598, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297555628 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 599, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297604214 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 600, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297648740 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 601, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.297701110 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 602, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.305415488 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 632, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.313334422 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 634, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.313484762 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 646, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.317357732 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 647, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.321348268 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 635, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.321392724 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 603, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.323553926 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 620, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.323700176 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 611, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.329361082 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 648, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.333362001 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 631, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.345337255 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 638, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.345355638 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 649, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.349357327 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 650, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.349369317 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 624, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.353399614 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 643, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.353406664 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 654, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.365348219 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 644, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.373441965 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 610, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389362963 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 609, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389366817 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 636, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389372519 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 633, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389383808 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 642, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389390488 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 656, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389396769 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 641, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389367292 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 604, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389413248 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 607, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389362966 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 617, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389367192 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 618, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389428386 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 614, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389431758 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 616, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389384564 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 640, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389402811 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 608, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389411683 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 621, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389366944 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 630, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389369092 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 637, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.401328769 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 651, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.405326243 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 639, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389383990 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 606, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389433965 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 612, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.413325488 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 652, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389400656 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 645, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389414890 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 615, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.389401577 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 613, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.421329495 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 653, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.421351092 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 622, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.429336544 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 619, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.429367055 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 655, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.437344676 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 623, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.445328267 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 605, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}} find model: checkpoints/misc/face_analysis/models/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0 2025-05-21 13:30:01.821334210 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 664, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821335833 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 663, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821381765 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 666, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821390489 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 665, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821424070 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 667, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821440460 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 668, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821469106 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 669, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821516127 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 670, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.821566061 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 671, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837331160 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 682, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837343040 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 683, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837348794 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 672, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837350466 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 693, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837333083 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 688, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837363496 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 676, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837349714 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 677, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837367549 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 680, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837375170 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 687, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837377293 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 681, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837353957 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 692, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837354203 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 678, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837396660 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 690, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837398554 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 703, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837406227 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 699, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837425799 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 709, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}} 2025-05-21 13:30:01.841330522 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 710, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.841370836 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 711, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. find model: checkpoints/misc/face_analysis/models/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0 2025-05-21 13:30:01.845138726 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 734, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837386197 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 686, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837372069 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 675, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837353302 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 685, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845333720 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 705, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845346423 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 702, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845354140 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 722, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837331787 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 674, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845372388 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 714, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845394048 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 715, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845334420 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 700, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837332525 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 684, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837353793 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 689, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849330484 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 691, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845352705 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 713, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849329525 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 716, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849347461 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 707, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849353203 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 724, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849330193 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 723, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849370425 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 708, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849385595 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 725, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849422370 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 732, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837406865 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 701, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.853338357 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 717, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.853350763 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 733, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.853352683 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 735, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837397600 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 679, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.857329460 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 736, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.849330970 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 706, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.857349690 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 719, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.857354365 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 704, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.857374113 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 765, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.860344457 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 738, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.837356105 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 673, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.861328627 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 737, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.861329340 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 750, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.861346690 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 739, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.865330104 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 770, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.865332460 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 741, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.865336908 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 746, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.865350001 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 751, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.865353699 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 748, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.857329981 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 718, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.869329629 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 767, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.869331762 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 745, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.869354493 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 754, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.869358501 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 731, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.845333723 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 712, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.873331472 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 747, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.873331825 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 755, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.873333551 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 742, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.873332211 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 720, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.873349166 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 768, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.873348745 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 762, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.873369512 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 772, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.877333155 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 773, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.877336091 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 764, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.877342193 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 743, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.877359426 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 730, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.880560930 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 776, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.877336618 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 721, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.881330248 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 774, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.881332409 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 769, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.881335106 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 744, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.865330511 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 740, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.885327906 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 775, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.885346159 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 752, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.885355625 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 778, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.881333434 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 771, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.885328841 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 749, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.889328857 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 753, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.889347249 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 777, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.889329720 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 779, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.893329513 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 756, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.893329277 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 763, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.897329301 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 766, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.897331780 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 788, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.901330449 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 729, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.901345559 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 781, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.885327757 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 787, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.905328965 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 728, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.905345484 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 783, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.909328597 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 784, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.913327909 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 785, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.915948378 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 727, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.917334008 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 786, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.901329517 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 780, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.905329930 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 782, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:01.993337532 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 726, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}} find model: checkpoints/misc/face_analysis/models/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0 2025-05-21 13:30:02.048466322 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 789, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.053330996 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 790, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.057329444 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 792, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.060847939 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 791, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.061329775 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 816, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.065327048 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 793, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.065473131 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 794, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.069329151 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 817, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.069346215 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 800, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.069331535 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 796, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.073328667 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 804, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.073331464 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 818, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.069331391 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 801, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.073346013 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 798, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.073331640 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 795, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.077329790 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 802, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.077333026 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 819, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.077332150 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 797, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.077339527 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 803, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.081333085 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 810, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.081335418 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 805, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.081337823 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 837, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.081369854 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 825, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.083878465 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 809, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085328772 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 838, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085330679 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 840, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085333186 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 826, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085333913 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 807, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085330644 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 799, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085349309 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 811, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085364852 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 808, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.085369567 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 841, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.089171375 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 849, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.089330377 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 812, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.089347028 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 828, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.089331175 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 827, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.093328318 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 850, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.093348244 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 830, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.096943987 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 836, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.093328852 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 829, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.097330900 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 842, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.097332655 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 813, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.097337280 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 851, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.097331672 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 831, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.097351270 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 832, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.097387791 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 846, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.101329175 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 814, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.101348986 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 847, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.101348137 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 834, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.101333111 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 844, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.101333442 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 833, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.104099925 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 843, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.105328981 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 815, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.105333847 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 835, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.109330550 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 848, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.109346120 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 845, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.109328877 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 839, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.129330542 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 806, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}} find model: checkpoints/misc/face_analysis/models/glintr100.onnx recognition ['None', 3, 112, 112] 127.5 127.5 2025-05-21 13:30:02.733138436 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 858, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733166562 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 859, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733190770 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 860, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733215351 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 861, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733225806 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 862, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733248816 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 863, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733270568 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 864, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733304745 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 865, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.733337998 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 866, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741331733 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 904, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741333061 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 899, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741335852 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 903, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741345469 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 897, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741355260 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 908, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741363024 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 905, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741375659 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 909, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741384543 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 906, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.743705235 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 896, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741332881 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 902, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.745328086 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 907, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.741335690 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 900, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.749331393 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 911, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.749331261 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 916, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.749352533 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 882, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.749330695 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 875, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753329002 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 910, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753336877 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 901, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753330405 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 912, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753347918 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 918, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753332373 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 917, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753368261 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 914, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753348252 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 913, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753333741 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 898, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.757331389 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 919, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753361231 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 915, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.757347537 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 880, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.757351369 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 885, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.757359913 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 895, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.753335163 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 888, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.761329344 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 920, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.757326819 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 871, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.765339406 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 886, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.771148620 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 872, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.773328565 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 870, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.773330496 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 887, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.773348539 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 883, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.777331868 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 874, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.781330298 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 894, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.785331535 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 879, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.785331635 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 878, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.785333283 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 876, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.789331593 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 869, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.793330596 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 868, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.793331925 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 867, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.793352231 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 884, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.793352485 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 877, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.797331676 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 881, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:02.793331904 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 873, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'sdpa_kernel': '0', 'use_tf32': '1', 'fuse_conv_bias': '0', 'prefer_nhwc': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_enable': '0', 'use_ep_level_unified_stream': '0', 'device_id': '0', 'has_user_compute_stream': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'user_compute_stream': '0', 'cudnn_conv_use_max_workspace': '1'}} find model: checkpoints/misc/face_analysis/models/scrfd_10g_bnkps.onnx detection [1, 3, '?', '?'] 127.5 128.0 set det-size: (640, 640) WARNING:py.warnings:/root/.pyenv/versions/3.11.10/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 Some weights of Wav2VecModel were not initialized from the model checkpoint at checkpoints/wav2vec2 and are newly initialized: ['wav2vec2.masked_spec_embed'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. INFO:audio_separator.separator.separator:Separator version 0.24.1 instantiating with output_dir: ./outputs/audio_preprocess, output_format: WAV INFO:audio_separator.separator.separator:Operating System: Linux #1 SMP PREEMPT_DYNAMIC Mon Oct 14 20:37:13 UTC 2024 INFO:audio_separator.separator.separator:System: Linux Node: model-vp-be54f93bc72d562ab2577f57b7eec447-67558bb8bc-dgmzx Release: 6.5.13-65-650-4141-22041-coreweave-amd64-85c45edc Machine: x86_64 Proc: x86_64 INFO:audio_separator.separator.separator:Python Version: 3.11.10 INFO:audio_separator.separator.separator:PyTorch Version: 2.5.1+cu124 INFO:audio_separator.separator.separator:FFmpeg installed: ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers INFO:audio_separator.separator.separator:ONNX Runtime GPU package installed with version: 1.22.0 INFO:audio_separator.separator.separator:CUDA is available in Torch, setting Torch device to CUDA INFO:audio_separator.separator.separator:ONNXruntime has CUDAExecutionProvider available, enabling acceleration INFO:audio_separator.separator.separator:Loading model Kim_Vocal_2.onnx... 2025-05-21 13:30:05.026857837 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.026871008 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.026884914 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.026908093 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.026944757 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.026980192 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.027031778 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.027044597 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.027069098 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.033334149 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.033341305 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.033334280 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.033351854 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.037335096 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.037340670 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.037347304 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.037341694 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.037374772 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.037396976 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.041327568 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.041332201 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.041335495 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.045324786 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.045331163 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.045335137 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.045346259 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.049331037 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.049343794 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.049343701 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.049354336 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.052187982 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.049332033 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.053339243 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.053351842 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.057224521 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.057333213 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.057336092 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.057352706 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.061331584 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.061336979 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.065330547 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.065332347 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.065350763 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.069395807 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.072397311 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.073331207 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.077331514 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.077348458 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.081331591 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1126, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.077331962 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.087560382 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1127, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.092612895 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1128, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.097329547 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1129, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.101330451 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1130, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.107779430 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.112829730 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.117330072 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2025-05-21 13:30:05.121329671 [E:onnxruntime:Default, env.cc:234 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. INFO:audio_separator.separator.separator:Load model duration: 00:00:00 INFO:audio_separator.separator.separator:Starting separation process for audio_file_path: ./outputs/audio_preprocess/trimmed_audio-16k.wav 0%| | 0/3 [00:00<?, ?it/s] 33%|███▎ | 1/3 [00:00<00:01, 1.08it/s] 100%|██████████| 3/3 [00:01<00:00, 3.27it/s] 100%|██████████| 3/3 [00:01<00:00, 2.72it/s] 0%| | 0/3 [00:00<?, ?it/s] 67%|██████▋ | 2/3 [00:00<00:00, 17.29it/s] 100%|██████████| 3/3 [00:00<00:00, 17.96it/s] INFO:audio_separator.separator.separator:Saving Vocals stem to trimmed_audio-16k_(Vocals)_Kim_Vocal_2.wav... INFO:audio_separator.separator.separator:Audio duration is 0.00 hours (8.00 seconds). INFO:audio_separator.separator.separator:Using pydub for writing. INFO:audio_separator.separator.separator:Clearing input audio file paths, sources and stems... INFO:audio_separator.separator.separator:Separation duration: 00:00:15 Generating video clips: 0%| | 0/15 [00:00<?, ?it/s] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:02<00:47, 2.52s/it] 10%|█ | 2/20 [00:03<00:26, 1.45s/it] 15%|█▌ | 3/20 [00:03<00:19, 1.12s/it] 20%|██ | 4/20 [00:04<00:15, 1.04it/s] 25%|██▌ | 5/20 [00:05<00:13, 1.14it/s] 30%|███ | 6/20 [00:06<00:11, 1.21it/s] 35%|███▌ | 7/20 [00:06<00:10, 1.26it/s] 40%|████ | 8/20 [00:07<00:09, 1.29it/s] 45%|████▌ | 9/20 [00:08<00:08, 1.32it/s] 50%|█████ | 10/20 [00:09<00:07, 1.33it/s] 55%|█████▌ | 11/20 [00:09<00:06, 1.34it/s] 60%|██████ | 12/20 [00:10<00:05, 1.35it/s] 65%|██████▌ | 13/20 [00:11<00:05, 1.36it/s] 70%|███████ | 14/20 [00:11<00:04, 1.36it/s] 75%|███████▌ | 15/20 [00:12<00:03, 1.36it/s] 80%|████████ | 16/20 [00:13<00:02, 1.37it/s] 85%|████████▌ | 17/20 [00:14<00:02, 1.37it/s] 90%|█████████ | 18/20 [00:14<00:01, 1.37it/s] 95%|█████████▌| 19/20 [00:15<00:00, 1.37it/s] 100%|██████████| 20/20 [00:16<00:00, 1.37it/s] 100%|██████████| 20/20 [00:16<00:00, 1.22it/s] Generating video clips: 7%|▋ | 1/15 [00:17<04:03, 17.42s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:02<00:43, 2.29s/it] 10%|█ | 2/20 [00:03<00:26, 1.49s/it] 15%|█▌ | 3/20 [00:04<00:21, 1.27s/it] 20%|██ | 4/20 [00:05<00:18, 1.16s/it] 25%|██▌ | 5/20 [00:06<00:16, 1.11s/it] 30%|███ | 6/20 [00:07<00:14, 1.07s/it] 35%|███▌ | 7/20 [00:08<00:13, 1.05s/it] 40%|████ | 8/20 [00:09<00:12, 1.03s/it] 45%|████▌ | 9/20 [00:10<00:11, 1.02s/it] 50%|█████ | 10/20 [00:11<00:10, 1.02s/it] 55%|█████▌ | 11/20 [00:12<00:09, 1.01s/it] 60%|██████ | 12/20 [00:13<00:08, 1.01s/it] 65%|██████▌ | 13/20 [00:14<00:07, 1.01s/it] 70%|███████ | 14/20 [00:15<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:16<00:05, 1.00s/it] 80%|████████ | 16/20 [00:17<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:18<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:19<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:20<00:01, 1.00s/it] 100%|██████████| 20/20 [00:21<00:00, 1.00s/it] 100%|██████████| 20/20 [00:21<00:00, 1.06s/it] Generating video clips: 13%|█▎ | 2/15 [00:39<04:23, 20.24s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.00s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 20%|██ | 3/15 [01:00<04:08, 20.69s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 27%|██▋ | 4/15 [01:22<03:49, 20.91s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 33%|███▎ | 5/15 [01:43<03:30, 21.03s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 40%|████ | 6/15 [02:04<03:09, 21.10s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 47%|████▋ | 7/15 [02:25<02:49, 21.14s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 53%|█████▎ | 8/15 [02:47<02:28, 21.17s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 60%|██████ | 9/15 [03:08<02:07, 21.19s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 67%|██████▋ | 10/15 [03:29<01:46, 21.20s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 73%|███████▎ | 11/15 [03:50<01:24, 21.21s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.01s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 80%|████████ | 12/15 [04:11<01:03, 21.23s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.01s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 87%|████████▋ | 13/15 [04:33<00:42, 21.24s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 93%|█████████▎| 14/15 [04:54<00:21, 21.24s/it] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:01<00:24, 1.30s/it] 10%|█ | 2/20 [00:02<00:19, 1.09s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.05s/it] 20%|██ | 4/20 [00:04<00:16, 1.03s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.02s/it] 30%|███ | 6/20 [00:06<00:14, 1.01s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.01s/it] 40%|████ | 8/20 [00:08<00:12, 1.01s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.01s/it] 50%|█████ | 10/20 [00:10<00:10, 1.00s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.00s/it] 60%|██████ | 12/20 [00:12<00:08, 1.00s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.00s/it] 70%|███████ | 14/20 [00:14<00:06, 1.00s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.00s/it] 80%|████████ | 16/20 [00:16<00:04, 1.00s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.00s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.00s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.00s/it] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Generating video clips: 100%|██████████| 15/15 [05:15<00:00, 21.24s/it] Generating video clips: 100%|██████████| 15/15 [05:15<00:00, 21.05s/it] Moviepy - Building video ./outputs/memo.mp4. MoviePy - Writing audio in memoTEMP_MPY_wvf_snd.mp4 chunk: 0%| | 0/177 [00:00<?, ?it/s, now=None] MoviePy - Done. Moviepy - Writing video ./outputs/memo.mp4 t: 0%| | 0/240 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 28/240 [00:00<00:00, 269.79it/s, now=None] t: 23%|██▎ | 55/240 [00:00<00:00, 256.21it/s, now=None] t: 34%|███▍ | 81/240 [00:00<00:00, 247.85it/s, now=None] t: 44%|████▍ | 106/240 [00:00<00:00, 242.41it/s, now=None] t: 55%|█████▍ | 131/240 [00:00<00:00, 234.12it/s, now=None] t: 65%|██████▍ | 155/240 [00:00<00:00, 226.39it/s, now=None] t: 75%|███████▍ | 179/240 [00:00<00:00, 229.19it/s, now=None] t: 84%|████████▍ | 202/240 [00:00<00:00, 228.29it/s, now=None] t: 94%|█████████▍| 225/240 [00:00<00:00, 227.32it/s, now=None] Moviepy - Done ! Moviepy - video ready ./outputs/memo.mp4 ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './outputs/memo.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf58.29.100 Duration: 00:00:08.02, start: 0.000000, bitrate: 548 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 512x512, 409 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 129 kb/s (default) Metadata: handler_name : SoundHandler vendor_id : [0][0][0][0] Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help [libx264 @ 0x5931bdf2a180] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x5931bdf2a180] profile High, level 3.1, 4:2:0, 8-bit [libx264 @ 0x5931bdf2a180] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=15 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to './outputs/memo_rescaled.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf58.76.100 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 908x512, q=2-31, 30 fps, 15360 tbn (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: handler_name : SoundHandler vendor_id : [0][0][0][0] encoder : Lavc58.134.100 aac frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.44 bitrate= 0.9kbits/s speed=24.7x frame= 187 fps=0.0 q=29.0 size= 256kB time=00:00:06.66 bitrate= 314.8kbits/s speed=12.5x frame= 240 fps=0.0 q=-1.0 Lsize= 714kB time=00:00:07.98 bitrate= 732.0kbits/s speed=9.68x video:577kB audio:127kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.397551% [libx264 @ 0x5931bdf2a180] frame I:1 Avg QP:20.41 size: 21569 [libx264 @ 0x5931bdf2a180] frame P:65 Avg QP:20.36 size: 5695 [libx264 @ 0x5931bdf2a180] frame B:174 Avg QP:23.21 size: 1141 [libx264 @ 0x5931bdf2a180] consecutive B-frames: 0.8% 6.7% 2.5% 90.0% [libx264 @ 0x5931bdf2a180] mb I I16..4: 23.8% 62.4% 13.7% [libx264 @ 0x5931bdf2a180] mb P I16..4: 3.7% 7.6% 0.2% P16..4: 35.2% 11.9% 4.9% 0.0% 0.0% skip:36.4% [libx264 @ 0x5931bdf2a180] mb B I16..4: 0.6% 0.9% 0.0% B16..8: 25.0% 1.7% 0.1% direct: 2.3% skip:69.4% L0:46.5% L1:50.9% BI: 2.7% [libx264 @ 0x5931bdf2a180] 8x8 transform intra:64.4% inter:78.1% [libx264 @ 0x5931bdf2a180] coded y,uvDC,uvAC intra: 16.0% 24.9% 4.6% inter: 6.7% 10.7% 0.1% [libx264 @ 0x5931bdf2a180] i16 v,h,dc,p: 32% 48% 10% 11% [libx264 @ 0x5931bdf2a180] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 17% 57% 1% 2% 2% 2% 2% 2% [libx264 @ 0x5931bdf2a180] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 26% 16% 6% 8% 5% 8% 4% 6% [libx264 @ 0x5931bdf2a180] i8c dc,h,v,p: 61% 26% 11% 2% [libx264 @ 0x5931bdf2a180] Weighted P-Frames: Y:20.0% UV:6.2% [libx264 @ 0x5931bdf2a180] ref P L0: 57.0% 12.8% 19.9% 8.3% 2.0% [libx264 @ 0x5931bdf2a180] ref B L0: 80.0% 16.5% 3.6% [libx264 @ 0x5931bdf2a180] ref B L1: 94.1% 5.9% [libx264 @ 0x5931bdf2a180] kb/s:590.19 [aac @ 0x5931bdf6bd80] Qavg: 989.862
Want to make some of these yourself?
Run this model