deepeshsharma2003 / 3dmg
- Public
- 443 runs
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDny1ben8q1nrgp0cfyxwt90y8smStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/2f/e5/48/2fe54841ae9aa91cdd4c7be21afb3769.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/2f/e5/48/2fe54841ae9aa91cdd4c7be21afb3769.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/2f/e5/48/2fe54841ae9aa91cdd4c7be21afb3769.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/2f/e5/48/2fe54841ae9aa91cdd4c7be21afb3769.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/2f/e5/48/2fe54841ae9aa91cdd4c7be21afb3769.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/2f/e5/48/2fe54841ae9aa91cdd4c7be21afb3769.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-08T10:54:46.732750Z", "created_at": "2024-06-08T10:50:59.213000Z", "data_removed": false, "error": null, "id": "ny1ben8q1nrgp0cfyxwt90y8sm", "input": { "image_path": "https://i.pinimg.com/564x/2f/e5/48/2fe54841ae9aa91cdd4c7be21afb3769.jpg" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 4%|█▍ | 6.82M/176M [00:00<00:02, 68.2MB/s]\n 8%|███▏ | 14.6M/176M [00:00<00:02, 73.8MB/s]\n 13%|████▉ | 22.6M/176M [00:00<00:01, 76.8MB/s]\n 17%|██████▌ | 30.5M/176M [00:00<00:01, 77.4MB/s]\n 22%|████████▎ | 38.5M/176M [00:00<00:01, 78.5MB/s]\n 26%|██████████ | 46.6M/176M [00:00<00:01, 79.4MB/s]\n 31%|███████████▊ | 54.7M/176M [00:00<00:01, 79.9MB/s]\n 36%|█████████████▌ | 62.7M/176M [00:00<00:01, 79.2MB/s]\n 40%|███████████████▎ | 70.6M/176M [00:00<00:01, 75.8MB/s]\n 44%|████████████████▉ | 78.2M/176M [00:01<00:01, 75.6MB/s]\n 49%|██████████████████▌ | 85.8M/176M [00:01<00:01, 74.8MB/s]\n 53%|████████████████████▏ | 93.3M/176M [00:01<00:01, 74.7MB/s]\n 57%|██████████████████████▎ | 101M/176M [00:01<00:01, 74.6MB/s]\n 62%|███████████████████████▉ | 108M/176M [00:01<00:00, 74.7MB/s]\n 66%|█████████████████████████▋ | 116M/176M [00:01<00:00, 75.2MB/s]\n 70%|███████████████████████████▎ | 123M/176M [00:01<00:00, 74.6MB/s]\n 74%|█████████████████████████████ | 131M/176M [00:01<00:00, 74.8MB/s]\n 79%|██████████████████████████████▋ | 138M/176M [00:01<00:00, 73.9MB/s]\n 83%|████████████████████████████████▎ | 146M/176M [00:01<00:00, 73.8MB/s]\n 87%|█████████████████████████████████▉ | 153M/176M [00:02<00:00, 73.9MB/s]\n 91%|███████████████████████████████████▌ | 161M/176M [00:02<00:00, 73.7MB/s]\n 96%|█████████████████████████████████████▎ | 168M/176M [00:02<00:00, 74.1MB/s]\n100%|██████████████████████████████████████▉| 176M/176M [00:02<00:00, 74.1MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.38TB/s]\n\u001b[1;31m2024-06-08 10:54:18.069384499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1033, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.069376979 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1031, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.069390199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1032, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.073271674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1034, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.085414769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1038, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.085424189 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.085448999 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.089241595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.093245970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1039, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.093272600 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.097226375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.101220310 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.104865345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1041, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.109173780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.093248530 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.113209415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 38, mask: {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;31m2024-06-08 10:54:18.113221885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.117216430 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.120017497 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.121209886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 40, mask: {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;31m2024-06-08 10:54:18.125071861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.125212681 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.125239381 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1036, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.129220516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.085352959 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1035, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.085404329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.129245666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1040, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.133260701 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 36, mask: {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;31m2024-06-08 10:54:18.133274711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.085387429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137377105 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 88, mask: {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;31m2024-06-08 10:54:18.137388785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137401196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 90, mask: {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;31m2024-06-08 10:54:18.137411296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137422765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 92, mask: {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;31m2024-06-08 10:54:18.137433025 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137444976 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 94, mask: {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;31m2024-06-08 10:54:18.140246842 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140257472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140266972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 44, mask: {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;31m2024-06-08 10:54:18.140276832 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140286902 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 46, mask: {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;31m2024-06-08 10:54:18.140297382 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140307302 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 48, mask: {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;31m2024-06-08 10:54:18.140323012 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140333422 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 58, mask: {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;31m2024-06-08 10:54:18.140343632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140353752 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 60, mask: {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;31m2024-06-08 10:54:18.140363422 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140446022 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.113209415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.133213321 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140485152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140502312 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 56, mask: {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;31m2024-06-08 10:54:18.140373892 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 62, mask: {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;31m2024-06-08 10:54:18.133226211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.133240381 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 34, mask: {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;31m2024-06-08 10:54:18.129300506 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.133211851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140538472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.129225746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 42, mask: {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;31m2024-06-08 10:54:18.140571461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 52, mask: {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;31m2024-06-08 10:54:18.137212126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 54, mask: {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;31m2024-06-08 10:54:18.137223416 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140587561 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 64, mask: {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;31m2024-06-08 10:54:18.137250636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137261596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 66, mask: {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;31m2024-06-08 10:54:18.140601941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140608761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 68, mask: {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;31m2024-06-08 10:54:18.137285996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137295406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 70, mask: {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;31m2024-06-08 10:54:18.137305456 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137315876 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 72, mask: {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;31m2024-06-08 10:54:18.137326376 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137336306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 84, mask: {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;31m2024-06-08 10:54:18.137346576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.137356436 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 86, mask: {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;31m2024-06-08 10:54:18.137366785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140665281 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140674541 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 74, mask: {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;31m2024-06-08 10:54:18.140681252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140690032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 76, mask: {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;31m2024-06-08 10:54:18.140698292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140704972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 78, mask: {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;31m2024-06-08 10:54:18.140713521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140721771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 80, mask: {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;31m2024-06-08 10:54:18.140729431 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140735311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 82, mask: {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;31m2024-06-08 10:54:18.140545952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 10:54:18.140554772 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 50, mask: {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;31m2024-06-08 10:54:18.140563832 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:21, 3.46it/s]\n 3%|▎ | 2/75 [00:00<00:13, 5.32it/s]\n 4%|▍ | 3/75 [00:00<00:11, 6.40it/s]\n 5%|▌ | 4/75 [00:00<00:10, 7.06it/s]\n 7%|▋ | 5/75 [00:00<00:09, 7.48it/s]\n 8%|▊ | 6/75 [00:00<00:08, 7.77it/s]\n 9%|▉ | 7/75 [00:01<00:08, 7.97it/s]\n 11%|█ | 8/75 [00:01<00:08, 8.09it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 8.13it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.20it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.24it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.28it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.31it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.33it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.34it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.34it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.35it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.34it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.34it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.33it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.32it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.32it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.33it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.34it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.34it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.36it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.34it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.34it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.33it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.31it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.31it/s]\n 43%|████▎ | 32/75 [00:04<00:05, 8.33it/s]\n 44%|████▍ | 33/75 [00:04<00:05, 8.33it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.34it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.36it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.36it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.37it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.37it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.38it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.37it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.38it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.38it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.37it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.37it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.37it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.36it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.37it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.36it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.36it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.36it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.37it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.36it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.38it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.40it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.40it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.40it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.40it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.38it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.40it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.41it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.41it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.42it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.42it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.41it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.40it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.40it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.39it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.39it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.38it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.37it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.21it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmppito54z3.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.27it/s]\n 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.34it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.35it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\nVideo saved to /tmp/tmppito54z3.mp4\nMesh saved to /tmp/tmppito54z3.obj", "metrics": { "predict_time": 31.736768, "total_time": 227.51975 }, "output": [ "https://replicate.delivery/pbxt/FTJii8Sf3L1sJKxNun6YefUtHa7brsX6lGfBIPoGHy1Vn6xLB/mv_show_images.png", "https://replicate.delivery/pbxt/HIHTq7fkf4v5SksrvFjePl3zRLDciDzN9mZ9A1b3fhsan6xLB/tmppito54z3.mp4", "https://replicate.delivery/pbxt/QrZ7qU2uql6tANcoINWMcyuOe7rvu0kg3nFzq4sUipF7UPeSA/tmppito54z3.glb" ], "started_at": "2024-06-08T10:54:14.995982Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ny1ben8q1nrgp0cfyxwt90y8sm", "cancel": "https://api.replicate.com/v1/predictions/ny1ben8q1nrgp0cfyxwt90y8sm/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 4%|█▍ | 6.82M/176M [00:00<00:02, 68.2MB/s] 8%|███▏ | 14.6M/176M [00:00<00:02, 73.8MB/s] 13%|████▉ | 22.6M/176M [00:00<00:01, 76.8MB/s] 17%|██████▌ | 30.5M/176M [00:00<00:01, 77.4MB/s] 22%|████████▎ | 38.5M/176M [00:00<00:01, 78.5MB/s] 26%|██████████ | 46.6M/176M [00:00<00:01, 79.4MB/s] 31%|███████████▊ | 54.7M/176M [00:00<00:01, 79.9MB/s] 36%|█████████████▌ | 62.7M/176M [00:00<00:01, 79.2MB/s] 40%|███████████████▎ | 70.6M/176M [00:00<00:01, 75.8MB/s] 44%|████████████████▉ | 78.2M/176M [00:01<00:01, 75.6MB/s] 49%|██████████████████▌ | 85.8M/176M [00:01<00:01, 74.8MB/s] 53%|████████████████████▏ | 93.3M/176M [00:01<00:01, 74.7MB/s] 57%|██████████████████████▎ | 101M/176M [00:01<00:01, 74.6MB/s] 62%|███████████████████████▉ | 108M/176M [00:01<00:00, 74.7MB/s] 66%|█████████████████████████▋ | 116M/176M [00:01<00:00, 75.2MB/s] 70%|███████████████████████████▎ | 123M/176M [00:01<00:00, 74.6MB/s] 74%|█████████████████████████████ | 131M/176M [00:01<00:00, 74.8MB/s] 79%|██████████████████████████████▋ | 138M/176M [00:01<00:00, 73.9MB/s] 83%|████████████████████████████████▎ | 146M/176M [00:01<00:00, 73.8MB/s] 87%|█████████████████████████████████▉ | 153M/176M [00:02<00:00, 73.9MB/s] 91%|███████████████████████████████████▌ | 161M/176M [00:02<00:00, 73.7MB/s] 96%|█████████████████████████████████████▎ | 168M/176M [00:02<00:00, 74.1MB/s] 100%|██████████████████████████████████████▉| 176M/176M [00:02<00:00, 74.1MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.38TB/s] 2024-06-08 10:54:18.069384499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1033, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.069376979 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1031, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.069390199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1032, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.073271674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1034, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.085414769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1038, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.085424189 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.085448999 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.089241595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.093245970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1039, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.093272600 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.097226375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.101220310 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.104865345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1041, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.109173780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.093248530 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.113209415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.113221885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.117216430 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.120017497 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.121209886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.125071861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.125212681 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.125239381 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1036, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.129220516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.085352959 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1035, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.085404329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.129245666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1040, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.133260701 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.133274711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.085387429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137377105 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137388785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137401196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137411296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137422765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137433025 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137444976 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140246842 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140257472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140266972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140276832 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140286902 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140297382 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140307302 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140323012 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140333422 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140343632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140353752 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140363422 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140446022 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.113209415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.133213321 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140485152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140502312 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140373892 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.133226211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.133240381 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.129300506 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.133211851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140538472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.129225746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140571461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137212126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137223416 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140587561 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137250636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137261596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140601941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140608761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137285996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137295406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137305456 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137315876 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137326376 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137336306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137346576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137356436 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.137366785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140665281 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140674541 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140681252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140690032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140698292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140704972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140713521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140721771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140729431 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140735311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140545952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140554772 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 10:54:18.140563832 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:00<00:21, 3.46it/s] 3%|▎ | 2/75 [00:00<00:13, 5.32it/s] 4%|▍ | 3/75 [00:00<00:11, 6.40it/s] 5%|▌ | 4/75 [00:00<00:10, 7.06it/s] 7%|▋ | 5/75 [00:00<00:09, 7.48it/s] 8%|▊ | 6/75 [00:00<00:08, 7.77it/s] 9%|▉ | 7/75 [00:01<00:08, 7.97it/s] 11%|█ | 8/75 [00:01<00:08, 8.09it/s] 12%|█▏ | 9/75 [00:01<00:08, 8.13it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.20it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.24it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.28it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.31it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.33it/s] 20%|██ | 15/75 [00:01<00:07, 8.34it/s] 21%|██▏ | 16/75 [00:02<00:07, 8.34it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.35it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.34it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.34it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.33it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.32it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.32it/s] 31%|███ | 23/75 [00:02<00:06, 8.33it/s] 32%|███▏ | 24/75 [00:03<00:06, 8.34it/s] 33%|███▎ | 25/75 [00:03<00:05, 8.34it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.36it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.34it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.34it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.33it/s] 40%|████ | 30/75 [00:03<00:05, 8.31it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.31it/s] 43%|████▎ | 32/75 [00:04<00:05, 8.33it/s] 44%|████▍ | 33/75 [00:04<00:05, 8.33it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.34it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.36it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.36it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.37it/s] 51%|█████ | 38/75 [00:04<00:04, 8.37it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.38it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.37it/s] 55%|█████▍ | 41/75 [00:05<00:04, 8.38it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.38it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.37it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.37it/s] 60%|██████ | 45/75 [00:05<00:03, 8.37it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.36it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.37it/s] 65%|██████▌ | 49/75 [00:06<00:03, 8.36it/s] 67%|██████▋ | 50/75 [00:06<00:02, 8.36it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.36it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.37it/s] 71%|███████ | 53/75 [00:06<00:02, 8.36it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.38it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.40it/s] 77%|███████▋ | 58/75 [00:07<00:02, 8.40it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.40it/s] 80%|████████ | 60/75 [00:07<00:01, 8.40it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.38it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.40it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.41it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.41it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.42it/s] 88%|████████▊ | 66/75 [00:08<00:01, 8.42it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.41it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.40it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.40it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.39it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.39it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s] 99%|█████████▊| 74/75 [00:09<00:00, 8.38it/s] 100%|██████████| 75/75 [00:09<00:00, 8.37it/s] 100%|██████████| 75/75 [00:09<00:00, 8.21it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmppito54z3.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:00<00:03, 1.27it/s] 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s] 50%|█████ | 3/6 [00:02<00:02, 1.34it/s] 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.35it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] Video saved to /tmp/tmppito54z3.mp4 Mesh saved to /tmp/tmppito54z3.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDynkvw9pn1xrgm0cfyy5rpxhf44StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://replicate.delivery/czjl/5K58aeqkWAQLVS4AQjSiM1MeVZ2i4DyhbPiOtGLQBHHY5e4lA/out-0.png" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://replicate.delivery/czjl/5K58aeqkWAQLVS4AQjSiM1MeVZ2i4DyhbPiOtGLQBHHY5e4lA/out-0.png" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://replicate.delivery/czjl/5K58aeqkWAQLVS4AQjSiM1MeVZ2i4DyhbPiOtGLQBHHY5e4lA/out-0.png" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://replicate.delivery/czjl/5K58aeqkWAQLVS4AQjSiM1MeVZ2i4DyhbPiOtGLQBHHY5e4lA/out-0.png" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://replicate.delivery/czjl/5K58aeqkWAQLVS4AQjSiM1MeVZ2i4DyhbPiOtGLQBHHY5e4lA/out-0.png"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://replicate.delivery/czjl/5K58aeqkWAQLVS4AQjSiM1MeVZ2i4DyhbPiOtGLQBHHY5e4lA/out-0.png" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-08T11:16:58.096893Z", "created_at": "2024-06-08T11:11:27.503000Z", "data_removed": false, "error": null, "id": "ynkvw9pn1xrgm0cfyy5rpxhf44", "input": { "image_path": "https://replicate.delivery/czjl/5K58aeqkWAQLVS4AQjSiM1MeVZ2i4DyhbPiOtGLQBHHY5e4lA/out-0.png" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 3%|█▏ | 5.46M/176M [00:00<00:03, 54.6MB/s]\n 7%|██▋ | 12.3M/176M [00:00<00:02, 62.8MB/s]\n 11%|████▏ | 19.4M/176M [00:00<00:02, 66.4MB/s]\n 15%|█████▋ | 26.4M/176M [00:00<00:02, 68.0MB/s]\n 19%|███████▏ | 33.5M/176M [00:00<00:02, 68.9MB/s]\n 23%|████████▊ | 40.5M/176M [00:00<00:01, 69.4MB/s]\n 27%|██████████▎ | 47.6M/176M [00:00<00:01, 69.9MB/s]\n 31%|███████████▊ | 54.7M/176M [00:00<00:01, 70.2MB/s]\n 35%|█████████████▎ | 61.7M/176M [00:00<00:01, 70.2MB/s]\n 39%|██████████████▊ | 68.8M/176M [00:01<00:01, 70.3MB/s]\n 43%|████████████████▎ | 75.8M/176M [00:01<00:01, 70.4MB/s]\n 47%|█████████████████▉ | 82.9M/176M [00:01<00:01, 70.4MB/s]\n 51%|███████████████████▍ | 89.9M/176M [00:01<00:01, 70.3MB/s]\n 55%|████████████████████▉ | 97.0M/176M [00:01<00:01, 70.5MB/s]\n 59%|███████████████████████ | 104M/176M [00:01<00:01, 70.5MB/s]\n 63%|████████████████████████▌ | 111M/176M [00:01<00:00, 70.4MB/s]\n 67%|██████████████████████████▏ | 118M/176M [00:01<00:00, 70.0MB/s]\n 71%|███████████████████████████▋ | 125M/176M [00:01<00:00, 70.1MB/s]\n 75%|█████████████████████████████▎ | 132M/176M [00:01<00:00, 70.2MB/s]\n 79%|██████████████████████████████▊ | 139M/176M [00:02<00:00, 70.0MB/s]\n 83%|████████████████████████████████▍ | 146M/176M [00:02<00:00, 70.2MB/s]\n 87%|█████████████████████████████████▉ | 153M/176M [00:02<00:00, 70.0MB/s]\n 91%|███████████████████████████████████▌ | 160M/176M [00:02<00:00, 69.9MB/s]\n 95%|█████████████████████████████████████ | 167M/176M [00:02<00:00, 70.0MB/s]\n 99%|██████████████████████████████████████▋| 175M/176M [00:02<00:00, 70.5MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 965GB/s]\n\u001b[1;31m2024-06-08 11:16:25.397837375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.397829795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.397918934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.405305428 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.408385817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1253, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.409282918 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.413341186 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1256, index: 94, mask: {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;31m2024-06-08 11:16:25.417373864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.421265095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.423219755 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.425275623 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.433290041 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1255, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.433320331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1206, index: 44, mask: {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;31m2024-06-08 11:16:25.437256751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1204, index: 42, mask: {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;31m2024-06-08 11:16:25.437284300 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1208, index: 46, mask: {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;31m2024-06-08 11:16:25.441333069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1203, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.443470717 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1209, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.445258469 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1202, index: 40, mask: {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;31m2024-06-08 11:16:25.448535885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1210, index: 48, mask: {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;31m2024-06-08 11:16:25.449270177 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1201, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.453266496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1200, index: 38, mask: {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;31m2024-06-08 11:16:25.453315115 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1212, index: 50, mask: {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;31m2024-06-08 11:16:25.457222355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.457317165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1199, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.457326784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1213, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.461266384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1198, index: 36, mask: {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;31m2024-06-08 11:16:25.463736579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1214, index: 52, mask: {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;31m2024-06-08 11:16:25.465255813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1197, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.465276823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.468800717 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1215, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.469256652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1196, index: 34, mask: {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;31m2024-06-08 11:16:25.473259831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1216, index: 54, mask: {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;31m2024-06-08 11:16:25.473259821 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1195, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.473281241 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.477257640 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1194, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.477266600 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1217, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.477279550 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.480147100 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1236, index: 74, mask: {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;31m2024-06-08 11:16:25.481257989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1193, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.483993001 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1218, index: 56, mask: {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;31m2024-06-08 11:16:25.485257468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1192, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.485272708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1249, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.485303127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1234, index: 72, mask: {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;31m2024-06-08 11:16:25.489056029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1219, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.489261567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1233, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.489280047 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.489310717 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1191, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.493260576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1190, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.493288416 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1250, index: 88, mask: {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;31m2024-06-08 11:16:25.497267405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1189, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.497268135 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1230, index: 68, mask: {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;31m2024-06-08 11:16:25.497286885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.497309255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1239, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.501257224 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1188, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.501263684 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1229, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.501279564 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1251, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.504240063 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1240, index: 78, mask: {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;31m2024-06-08 11:16:25.505261293 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1187, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.505266363 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1228, index: 66, mask: {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;31m2024-06-08 11:16:25.505278543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1252, index: 90, mask: {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;31m2024-06-08 11:16:25.509263002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.509276842 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1241, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.509297221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1227, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.513259371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1242, index: 80, mask: {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;31m2024-06-08 11:16:25.513262531 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.513263221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1226, index: 64, mask: {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;31m2024-06-08 11:16:25.517286700 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1220, index: 58, mask: {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;31m2024-06-08 11:16:25.517312769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1254, index: 92, mask: {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;31m2024-06-08 11:16:25.437263681 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1207, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.521266918 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.524549715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1243, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.485257748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1235, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.453266496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1211, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.529261486 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1244, index: 82, mask: {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;31m2024-06-08 11:16:25.433278421 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1205, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.533263525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1245, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.533297485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1222, index: 60, mask: {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;31m2024-06-08 11:16:25.537262774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1223, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.539725979 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1246, index: 84, mask: {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;31m2024-06-08 11:16:25.541264123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1224, index: 62, mask: {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;31m2024-06-08 11:16:25.544792117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1247, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.545287472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1225, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.549259381 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1248, index: 86, mask: {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;31m2024-06-08 11:16:25.533263905 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1221, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.529266606 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.605294576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.609257435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.616221774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.620724928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.625263861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-08 11:16:25.629255941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:22, 3.25it/s]\n 3%|▎ | 2/75 [00:00<00:14, 5.12it/s]\n 4%|▍ | 3/75 [00:00<00:11, 6.24it/s]\n 5%|▌ | 4/75 [00:00<00:10, 6.96it/s]\n 7%|▋ | 5/75 [00:00<00:09, 7.41it/s]\n 8%|▊ | 6/75 [00:00<00:08, 7.71it/s]\n 9%|▉ | 7/75 [00:01<00:08, 7.94it/s]\n 11%|█ | 8/75 [00:01<00:08, 8.09it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 8.18it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.26it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.30it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.33it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.33it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.33it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.34it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.35it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.35it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.36it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.36it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.37it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.37it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.38it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.39it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.39it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.39it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.41it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.41it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.40it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.40it/s]\n 44%|████▍ | 33/75 [00:04<00:04, 8.40it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.40it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.37it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.36it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.37it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.37it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.38it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.35it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.36it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.38it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.38it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.38it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.38it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.33it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.33it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.34it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.34it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.36it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.37it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.37it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.37it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.36it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.37it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.38it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.39it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.37it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.37it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.35it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.38it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.37it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.38it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.38it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.39it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.21it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmpi73soysg.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.27it/s]\n 33%|███▎ | 2/6 [00:01<00:03, 1.33it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.35it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.36it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\nVideo saved to /tmp/tmpi73soysg.mp4\nMesh saved to /tmp/tmpi73soysg.obj", "metrics": { "predict_time": 37.126713, "total_time": 330.593893 }, "output": [ "https://replicate.delivery/pbxt/oeZffILCjVbhVIv5loF9dlaWkynOVC3eeO4kQI5HRVRA13jXC/mv_show_images.png", "https://replicate.delivery/pbxt/fbA0eOWOgCr2EkQ65LXSq3hujSRxSg12F1f2QoaFekDk67xLB/tmpi73soysg.mp4", "https://replicate.delivery/pbxt/SbSyCRErzyYRI9JYeCfBMd6tubaEMgvoIxVGHUHWVvupe94lA/tmpi73soysg.glb" ], "started_at": "2024-06-08T11:16:20.970180Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ynkvw9pn1xrgm0cfyy5rpxhf44", "cancel": "https://api.replicate.com/v1/predictions/ynkvw9pn1xrgm0cfyy5rpxhf44/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 3%|█▏ | 5.46M/176M [00:00<00:03, 54.6MB/s] 7%|██▋ | 12.3M/176M [00:00<00:02, 62.8MB/s] 11%|████▏ | 19.4M/176M [00:00<00:02, 66.4MB/s] 15%|█████▋ | 26.4M/176M [00:00<00:02, 68.0MB/s] 19%|███████▏ | 33.5M/176M [00:00<00:02, 68.9MB/s] 23%|████████▊ | 40.5M/176M [00:00<00:01, 69.4MB/s] 27%|██████████▎ | 47.6M/176M [00:00<00:01, 69.9MB/s] 31%|███████████▊ | 54.7M/176M [00:00<00:01, 70.2MB/s] 35%|█████████████▎ | 61.7M/176M [00:00<00:01, 70.2MB/s] 39%|██████████████▊ | 68.8M/176M [00:01<00:01, 70.3MB/s] 43%|████████████████▎ | 75.8M/176M [00:01<00:01, 70.4MB/s] 47%|█████████████████▉ | 82.9M/176M [00:01<00:01, 70.4MB/s] 51%|███████████████████▍ | 89.9M/176M [00:01<00:01, 70.3MB/s] 55%|████████████████████▉ | 97.0M/176M [00:01<00:01, 70.5MB/s] 59%|███████████████████████ | 104M/176M [00:01<00:01, 70.5MB/s] 63%|████████████████████████▌ | 111M/176M [00:01<00:00, 70.4MB/s] 67%|██████████████████████████▏ | 118M/176M [00:01<00:00, 70.0MB/s] 71%|███████████████████████████▋ | 125M/176M [00:01<00:00, 70.1MB/s] 75%|█████████████████████████████▎ | 132M/176M [00:01<00:00, 70.2MB/s] 79%|██████████████████████████████▊ | 139M/176M [00:02<00:00, 70.0MB/s] 83%|████████████████████████████████▍ | 146M/176M [00:02<00:00, 70.2MB/s] 87%|█████████████████████████████████▉ | 153M/176M [00:02<00:00, 70.0MB/s] 91%|███████████████████████████████████▌ | 160M/176M [00:02<00:00, 69.9MB/s] 95%|█████████████████████████████████████ | 167M/176M [00:02<00:00, 70.0MB/s] 99%|██████████████████████████████████████▋| 175M/176M [00:02<00:00, 70.5MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 965GB/s] 2024-06-08 11:16:25.397837375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.397829795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.397918934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.405305428 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.408385817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1253, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.409282918 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.413341186 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1256, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.417373864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.421265095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.423219755 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.425275623 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.433290041 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1255, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.433320331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1206, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.437256751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1204, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.437284300 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1208, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.441333069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1203, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.443470717 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1209, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.445258469 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1202, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.448535885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1210, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.449270177 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1201, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.453266496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1200, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.453315115 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1212, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.457222355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.457317165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1199, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.457326784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1213, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.461266384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1198, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.463736579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1214, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.465255813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1197, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.465276823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.468800717 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1215, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.469256652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1196, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.473259831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1216, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.473259821 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1195, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.473281241 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.477257640 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1194, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.477266600 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1217, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.477279550 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.480147100 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1236, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.481257989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1193, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.483993001 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1218, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.485257468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1192, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.485272708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1249, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.485303127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1234, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.489056029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1219, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.489261567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1233, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.489280047 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.489310717 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1191, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.493260576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1190, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.493288416 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1250, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.497267405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1189, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.497268135 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1230, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.497286885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.497309255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1239, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.501257224 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1188, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.501263684 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1229, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.501279564 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1251, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.504240063 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1240, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.505261293 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1187, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.505266363 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1228, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.505278543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1252, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.509263002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.509276842 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1241, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.509297221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1227, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.513259371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1242, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.513262531 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.513263221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1226, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.517286700 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1220, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.517312769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1254, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.437263681 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1207, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.521266918 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.524549715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1243, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.485257748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1235, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.453266496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1211, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.529261486 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1244, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.433278421 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1205, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.533263525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1245, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.533297485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1222, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.537262774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1223, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.539725979 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1246, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.541264123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1224, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.544792117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1247, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.545287472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1225, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.549259381 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1248, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.533263905 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1221, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.529266606 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.605294576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.609257435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.616221774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.620724928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.625263861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-08 11:16:25.629255941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:00<00:22, 3.25it/s] 3%|▎ | 2/75 [00:00<00:14, 5.12it/s] 4%|▍ | 3/75 [00:00<00:11, 6.24it/s] 5%|▌ | 4/75 [00:00<00:10, 6.96it/s] 7%|▋ | 5/75 [00:00<00:09, 7.41it/s] 8%|▊ | 6/75 [00:00<00:08, 7.71it/s] 9%|▉ | 7/75 [00:01<00:08, 7.94it/s] 11%|█ | 8/75 [00:01<00:08, 8.09it/s] 12%|█▏ | 9/75 [00:01<00:08, 8.18it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.26it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.30it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.33it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.33it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.33it/s] 20%|██ | 15/75 [00:01<00:07, 8.34it/s] 21%|██▏ | 16/75 [00:02<00:07, 8.35it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.35it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.36it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.36it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.37it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.37it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.38it/s] 31%|███ | 23/75 [00:02<00:06, 8.39it/s] 32%|███▏ | 24/75 [00:03<00:06, 8.39it/s] 33%|███▎ | 25/75 [00:03<00:05, 8.39it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.41it/s] 40%|████ | 30/75 [00:03<00:05, 8.41it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.40it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.40it/s] 44%|████▍ | 33/75 [00:04<00:04, 8.40it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.40it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.37it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.36it/s] 51%|█████ | 38/75 [00:04<00:04, 8.37it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.37it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.38it/s] 55%|█████▍ | 41/75 [00:05<00:04, 8.35it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.36it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.38it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.38it/s] 60%|██████ | 45/75 [00:05<00:03, 8.38it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.38it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.33it/s] 65%|██████▌ | 49/75 [00:06<00:03, 8.33it/s] 67%|██████▋ | 50/75 [00:06<00:02, 8.34it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.34it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.36it/s] 71%|███████ | 53/75 [00:06<00:02, 8.37it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s] 77%|███████▋ | 58/75 [00:07<00:02, 8.37it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.37it/s] 80%|████████ | 60/75 [00:07<00:01, 8.36it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.37it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.38it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.39it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s] 88%|████████▊ | 66/75 [00:08<00:01, 8.37it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.37it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.35it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.38it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.37it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.38it/s] 99%|█████████▊| 74/75 [00:09<00:00, 8.38it/s] 100%|██████████| 75/75 [00:09<00:00, 8.39it/s] 100%|██████████| 75/75 [00:09<00:00, 8.21it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmpi73soysg.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:00<00:03, 1.27it/s] 33%|███▎ | 2/6 [00:01<00:03, 1.33it/s] 50%|█████ | 3/6 [00:02<00:02, 1.35it/s] 67%|██████▋ | 4/6 [00:02<00:01, 1.36it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] Video saved to /tmp/tmpi73soysg.mp4 Mesh saved to /tmp/tmpi73soysg.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDygqfte72dhrgg0cftbds8f9jyrStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A="'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T08:16:57.646836Z", "created_at": "2024-06-01T08:12:56.812000Z", "data_removed": false, "error": null, "id": "ygqfte72dhrgg0cftbds8f9jyr", "input": { "image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 1%|▍ | 2.16M/176M [00:00<00:08, 21.5MB/s]\n 3%|█▏ | 5.27M/176M [00:00<00:06, 27.1MB/s]\n 5%|█▋ | 7.99M/176M [00:00<00:06, 26.7MB/s]\n 6%|██▎ | 10.7M/176M [00:00<00:06, 24.5MB/s]\n 7%|██▊ | 13.1M/176M [00:00<00:06, 24.1MB/s]\n 9%|███▎ | 15.6M/176M [00:00<00:07, 22.8MB/s]\n 10%|███▊ | 17.9M/176M [00:00<00:06, 22.6MB/s]\n 11%|████▎ | 20.1M/176M [00:00<00:06, 22.5MB/s]\n 13%|████▉ | 22.7M/176M [00:00<00:06, 23.6MB/s]\n 14%|█████▌ | 25.5M/176M [00:01<00:06, 24.8MB/s]\n 16%|██████ | 28.4M/176M [00:01<00:05, 25.9MB/s]\n 18%|██████▊ | 31.6M/176M [00:01<00:05, 27.8MB/s]\n 20%|███████▌ | 34.8M/176M [00:01<00:04, 29.1MB/s]\n 22%|████████▏ | 38.2M/176M [00:01<00:04, 30.4MB/s]\n 24%|████████▉ | 41.6M/176M [00:01<00:04, 31.5MB/s]\n 26%|█████████▊ | 45.4M/176M [00:01<00:03, 33.5MB/s]\n 28%|██████████▋ | 49.4M/176M [00:01<00:03, 35.5MB/s]\n 30%|███████████▍ | 53.1M/176M [00:01<00:03, 35.8MB/s]\n 33%|████████████▎ | 57.3M/176M [00:01<00:03, 37.6MB/s]\n 35%|█████████████▎ | 61.7M/176M [00:02<00:02, 39.5MB/s]\n 37%|██████████████▏ | 65.6M/176M [00:02<00:03, 36.5MB/s]\n 39%|██████████████▉ | 69.3M/176M [00:02<00:03, 35.4MB/s]\n 41%|███████████████▋ | 72.9M/176M [00:02<00:03, 34.2MB/s]\n 43%|████████████████▍ | 76.4M/176M [00:02<00:03, 33.0MB/s]\n 46%|█████████████████▎ | 80.3M/176M [00:02<00:02, 34.9MB/s]\n 48%|██████████████████▎ | 85.1M/176M [00:02<00:02, 38.4MB/s]\n 51%|███████████████████▍ | 90.2M/176M [00:02<00:02, 42.0MB/s]\n 54%|████████████████████▋ | 95.6M/176M [00:02<00:01, 45.7MB/s]\n 58%|██████████████████████▍ | 101M/176M [00:03<00:01, 48.9MB/s]\n 61%|███████████████████████▋ | 107M/176M [00:03<00:01, 51.7MB/s]\n 64%|█████████████████████████ | 113M/176M [00:03<00:01, 54.5MB/s]\n 68%|██████████████████████████▌ | 120M/176M [00:03<00:00, 57.5MB/s]\n 72%|███████████████████████████▉ | 126M/176M [00:03<00:00, 59.1MB/s]\n 75%|█████████████████████████████▍ | 133M/176M [00:03<00:00, 61.1MB/s]\n 79%|██████████████████████████████▊ | 139M/176M [00:03<00:00, 62.4MB/s]\n 83%|████████████████████████████████▍ | 146M/176M [00:03<00:00, 65.3MB/s]\n 88%|██████████████████████████████████▏ | 155M/176M [00:03<00:00, 70.2MB/s]\n 92%|███████████████████████████████████▉ | 162M/176M [00:03<00:00, 71.6MB/s]\n 96%|█████████████████████████████████████▋ | 170M/176M [00:04<00:00, 73.5MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 942GB/s]\n\u001b[1;31m2024-06-01 08:16:26.345074137 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.345060887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.345167496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.345179316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.345253126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.349426993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1152, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.353427962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1148, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.357410820 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1153, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.357423980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 38, mask: {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;31m2024-06-01 08:16:26.361428318 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1149, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.361463498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1155, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.361470018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.365357267 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1156, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.365402847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 52, mask: {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;31m2024-06-01 08:16:26.365416206 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1151, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.369410195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1158, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.369417845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.370415449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1157, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.373404493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 54, mask: {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;31m2024-06-01 08:16:26.373427013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1160, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.375471582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1147, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.377407802 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1161, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.377424731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1187, index: 56, mask: {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;31m2024-06-01 08:16:26.380529165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.380581934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.381404790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1188, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.381441740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.385401478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1189, index: 58, mask: {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;31m2024-06-01 08:16:26.385405738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.385412898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 34, mask: {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;31m2024-06-01 08:16:26.389402117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1137, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389405967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1144, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389421077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1190, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389433677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1191, index: 60, mask: {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;31m2024-06-01 08:16:26.389448596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1192, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389462116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389466096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1193, index: 62, mask: {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;31m2024-06-01 08:16:26.389485356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 36, mask: {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;31m2024-06-01 08:16:26.389497246 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1208, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389595345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1219, index: 88, mask: {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;31m2024-06-01 08:16:26.389606365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1220, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389617236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1221, index: 90, mask: {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;31m2024-06-01 08:16:26.389636765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1223, index: 92, mask: {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;31m2024-06-01 08:16:26.389647855 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1143, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389657795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1224, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389667915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1225, index: 94, mask: {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;31m2024-06-01 08:16:26.393408695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 42, mask: {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;31m2024-06-01 08:16:26.393428584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.393457834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.393521014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1198, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.393532694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1199, index: 68, mask: {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;31m2024-06-01 08:16:26.393546374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1200, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.393559764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1201, index: 70, mask: {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;31m2024-06-01 08:16:26.397403963 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1206, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.397405973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1139, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.361443908 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.361458378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1146, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389479636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1194, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389508166 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1209, index: 78, mask: {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;31m2024-06-01 08:16:26.389518826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1210, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389529916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1211, index: 80, mask: {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;31m2024-06-01 08:16:26.400919194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1217, index: 86, mask: {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;31m2024-06-01 08:16:26.389585016 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1218, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.389627095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1222, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.400947034 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1196, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.400956434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.400964494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 50, mask: {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;31m2024-06-01 08:16:26.400972283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1197, index: 66, mask: {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;31m2024-06-01 08:16:26.400980014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 48, mask: {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;31m2024-06-01 08:16:26.400988313 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.400996503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1195, index: 64, mask: {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;31m2024-06-01 08:16:26.401006843 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 46, mask: {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;31m2024-06-01 08:16:26.365404147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1150, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.373404433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1159, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.393444464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 44, mask: {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;31m2024-06-01 08:16:26.401052613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 40, mask: {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;31m2024-06-01 08:16:26.401067523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1145, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.401086563 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.400829974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.377408651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.400891754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1212, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.401112073 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1213, index: 82, mask: {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;31m2024-06-01 08:16:26.401121943 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1214, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.401132413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1215, index: 84, mask: {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;31m2024-06-01 08:16:26.401143473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1216, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.400940714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1154, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.401157602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1207, index: 76, mask: {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;31m2024-06-01 08:16:26.401170502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1142, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.405401730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1140, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.405416580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1141, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:16:26.457444328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1138, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:50, 1.46it/s]\n 3%|▎ | 2/75 [00:00<00:25, 2.85it/s]\n 4%|▍ | 3/75 [00:00<00:17, 4.09it/s]\n 5%|▌ | 4/75 [00:01<00:13, 5.13it/s]\n 7%|▋ | 5/75 [00:01<00:11, 5.97it/s]\n 8%|▊ | 6/75 [00:01<00:10, 6.62it/s]\n 9%|▉ | 7/75 [00:01<00:09, 7.12it/s]\n 11%|█ | 8/75 [00:01<00:08, 7.50it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 7.76it/s]\n 13%|█▎ | 10/75 [00:01<00:08, 7.96it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.10it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.19it/s]\n 17%|█▋ | 13/75 [00:02<00:07, 8.25it/s]\n 19%|█▊ | 14/75 [00:02<00:07, 8.28it/s]\n 20%|██ | 15/75 [00:02<00:07, 8.28it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.32it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.35it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.38it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.39it/s]\n 28%|██▊ | 21/75 [00:03<00:06, 8.39it/s]\n 29%|██▉ | 22/75 [00:03<00:06, 8.39it/s]\n 31%|███ | 23/75 [00:03<00:06, 8.38it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.39it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.39it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.39it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.39it/s]\n 39%|███▊ | 29/75 [00:04<00:05, 8.30it/s]\n 40%|████ | 30/75 [00:04<00:05, 8.31it/s]\n 41%|████▏ | 31/75 [00:04<00:05, 8.33it/s]\n 43%|████▎ | 32/75 [00:04<00:05, 8.31it/s]\n 44%|████▍ | 33/75 [00:04<00:05, 8.34it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.36it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.37it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s]\n 51%|█████ | 38/75 [00:05<00:04, 8.37it/s]\n 52%|█████▏ | 39/75 [00:05<00:04, 8.36it/s]\n 53%|█████▎ | 40/75 [00:05<00:04, 8.35it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.34it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.34it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.34it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.34it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.34it/s]\n 61%|██████▏ | 46/75 [00:06<00:03, 8.34it/s]\n 63%|██████▎ | 47/75 [00:06<00:03, 8.35it/s]\n 64%|██████▍ | 48/75 [00:06<00:03, 8.34it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.34it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.35it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.41it/s]\n 72%|███████▏ | 54/75 [00:07<00:02, 8.42it/s]\n 73%|███████▎ | 55/75 [00:07<00:02, 8.43it/s]\n 75%|███████▍ | 56/75 [00:07<00:02, 8.44it/s]\n 76%|███████▌ | 57/75 [00:07<00:02, 8.44it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.43it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.42it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.42it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.42it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.43it/s]\n 84%|████████▍ | 63/75 [00:08<00:01, 8.43it/s]\n 85%|████████▌ | 64/75 [00:08<00:01, 8.43it/s]\n 87%|████████▋ | 65/75 [00:08<00:01, 8.43it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.43it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.43it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.43it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s]\n 95%|█████████▍| 71/75 [00:09<00:00, 8.44it/s]\n 96%|█████████▌| 72/75 [00:09<00:00, 8.44it/s]\n 97%|█████████▋| 73/75 [00:09<00:00, 8.44it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.44it/s]\n100%|██████████| 75/75 [00:09<00:00, 7.90it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmp1zt5a7_6.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.28it/s]\n 33%|███▎ | 2/6 [00:01<00:02, 1.34it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.35it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.36it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.37it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.37it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\nVideo saved to /tmp/tmp1zt5a7_6.mp4\nMesh saved to /tmp/tmp1zt5a7_6.obj", "metrics": { "predict_time": 37.318738, "total_time": 240.834836 }, "output": [ "https://replicate.delivery/pbxt/KObkDfLFcAQkayTYGJWsVkA6DeXksNaW3hrS6FB2jhN3rI6SA/mv_show_images.png", "https://replicate.delivery/pbxt/uVyqJCoVe40hIypHBgIgYKe68mYeNbHNdj1HmfKmJ1fGfKiuE/tmp1zt5a7_6.mp4", "https://replicate.delivery/pbxt/si8A6HQZULqeCKN3HtApdcJTiy8IexDERK1MUes4pGMzXR0lA/tmp1zt5a7_6.glb" ], "started_at": "2024-06-01T08:16:20.328098Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ygqfte72dhrgg0cftbds8f9jyr", "cancel": "https://api.replicate.com/v1/predictions/ygqfte72dhrgg0cftbds8f9jyr/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 1%|▍ | 2.16M/176M [00:00<00:08, 21.5MB/s] 3%|█▏ | 5.27M/176M [00:00<00:06, 27.1MB/s] 5%|█▋ | 7.99M/176M [00:00<00:06, 26.7MB/s] 6%|██▎ | 10.7M/176M [00:00<00:06, 24.5MB/s] 7%|██▊ | 13.1M/176M [00:00<00:06, 24.1MB/s] 9%|███▎ | 15.6M/176M [00:00<00:07, 22.8MB/s] 10%|███▊ | 17.9M/176M [00:00<00:06, 22.6MB/s] 11%|████▎ | 20.1M/176M [00:00<00:06, 22.5MB/s] 13%|████▉ | 22.7M/176M [00:00<00:06, 23.6MB/s] 14%|█████▌ | 25.5M/176M [00:01<00:06, 24.8MB/s] 16%|██████ | 28.4M/176M [00:01<00:05, 25.9MB/s] 18%|██████▊ | 31.6M/176M [00:01<00:05, 27.8MB/s] 20%|███████▌ | 34.8M/176M [00:01<00:04, 29.1MB/s] 22%|████████▏ | 38.2M/176M [00:01<00:04, 30.4MB/s] 24%|████████▉ | 41.6M/176M [00:01<00:04, 31.5MB/s] 26%|█████████▊ | 45.4M/176M [00:01<00:03, 33.5MB/s] 28%|██████████▋ | 49.4M/176M [00:01<00:03, 35.5MB/s] 30%|███████████▍ | 53.1M/176M [00:01<00:03, 35.8MB/s] 33%|████████████▎ | 57.3M/176M [00:01<00:03, 37.6MB/s] 35%|█████████████▎ | 61.7M/176M [00:02<00:02, 39.5MB/s] 37%|██████████████▏ | 65.6M/176M [00:02<00:03, 36.5MB/s] 39%|██████████████▉ | 69.3M/176M [00:02<00:03, 35.4MB/s] 41%|███████████████▋ | 72.9M/176M [00:02<00:03, 34.2MB/s] 43%|████████████████▍ | 76.4M/176M [00:02<00:03, 33.0MB/s] 46%|█████████████████▎ | 80.3M/176M [00:02<00:02, 34.9MB/s] 48%|██████████████████▎ | 85.1M/176M [00:02<00:02, 38.4MB/s] 51%|███████████████████▍ | 90.2M/176M [00:02<00:02, 42.0MB/s] 54%|████████████████████▋ | 95.6M/176M [00:02<00:01, 45.7MB/s] 58%|██████████████████████▍ | 101M/176M [00:03<00:01, 48.9MB/s] 61%|███████████████████████▋ | 107M/176M [00:03<00:01, 51.7MB/s] 64%|█████████████████████████ | 113M/176M [00:03<00:01, 54.5MB/s] 68%|██████████████████████████▌ | 120M/176M [00:03<00:00, 57.5MB/s] 72%|███████████████████████████▉ | 126M/176M [00:03<00:00, 59.1MB/s] 75%|█████████████████████████████▍ | 133M/176M [00:03<00:00, 61.1MB/s] 79%|██████████████████████████████▊ | 139M/176M [00:03<00:00, 62.4MB/s] 83%|████████████████████████████████▍ | 146M/176M [00:03<00:00, 65.3MB/s] 88%|██████████████████████████████████▏ | 155M/176M [00:03<00:00, 70.2MB/s] 92%|███████████████████████████████████▉ | 162M/176M [00:03<00:00, 71.6MB/s] 96%|█████████████████████████████████████▋ | 170M/176M [00:04<00:00, 73.5MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 942GB/s] 2024-06-01 08:16:26.345074137 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.345060887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.345167496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.345179316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.345253126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.349426993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1152, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.353427962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1148, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.357410820 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1153, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.357423980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.361428318 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1149, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.361463498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1155, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.361470018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.365357267 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1156, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.365402847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.365416206 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1151, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.369410195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1158, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.369417845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.370415449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1157, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.373404493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.373427013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1160, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.375471582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1147, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.377407802 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1161, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.377424731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1187, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.380529165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.380581934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.381404790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1188, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.381441740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.385401478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1189, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.385405738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.385412898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389402117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1137, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389405967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1144, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389421077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1190, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389433677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1191, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389448596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1192, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389462116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389466096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1193, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389485356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389497246 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1208, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389595345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1219, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389606365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1220, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389617236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1221, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389636765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1223, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389647855 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1143, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389657795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1224, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389667915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1225, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393408695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393428584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393457834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393521014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1198, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393532694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1199, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393546374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1200, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393559764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1201, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.397403963 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1206, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.397405973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1139, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.361443908 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.361458378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1146, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389479636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1194, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389508166 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1209, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389518826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1210, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389529916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1211, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400919194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1217, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389585016 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1218, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.389627095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1222, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400947034 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1196, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400956434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400964494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400972283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1197, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400980014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400988313 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400996503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1195, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401006843 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.365404147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1150, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.373404433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1159, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.393444464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401052613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401067523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1145, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401086563 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400829974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.377408651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400891754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1212, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401112073 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1213, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401121943 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1214, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401132413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1215, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401143473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1216, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.400940714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1154, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401157602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1207, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.401170502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1142, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.405401730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1140, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.405416580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1141, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:16:26.457444328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1138, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:00<00:50, 1.46it/s] 3%|▎ | 2/75 [00:00<00:25, 2.85it/s] 4%|▍ | 3/75 [00:00<00:17, 4.09it/s] 5%|▌ | 4/75 [00:01<00:13, 5.13it/s] 7%|▋ | 5/75 [00:01<00:11, 5.97it/s] 8%|▊ | 6/75 [00:01<00:10, 6.62it/s] 9%|▉ | 7/75 [00:01<00:09, 7.12it/s] 11%|█ | 8/75 [00:01<00:08, 7.50it/s] 12%|█▏ | 9/75 [00:01<00:08, 7.76it/s] 13%|█▎ | 10/75 [00:01<00:08, 7.96it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.10it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.19it/s] 17%|█▋ | 13/75 [00:02<00:07, 8.25it/s] 19%|█▊ | 14/75 [00:02<00:07, 8.28it/s] 20%|██ | 15/75 [00:02<00:07, 8.28it/s] 21%|██▏ | 16/75 [00:02<00:07, 8.32it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.35it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.38it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.39it/s] 28%|██▊ | 21/75 [00:03<00:06, 8.39it/s] 29%|██▉ | 22/75 [00:03<00:06, 8.39it/s] 31%|███ | 23/75 [00:03<00:06, 8.38it/s] 32%|███▏ | 24/75 [00:03<00:06, 8.39it/s] 33%|███▎ | 25/75 [00:03<00:05, 8.39it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.39it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.39it/s] 39%|███▊ | 29/75 [00:04<00:05, 8.30it/s] 40%|████ | 30/75 [00:04<00:05, 8.31it/s] 41%|████▏ | 31/75 [00:04<00:05, 8.33it/s] 43%|████▎ | 32/75 [00:04<00:05, 8.31it/s] 44%|████▍ | 33/75 [00:04<00:05, 8.34it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.36it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.37it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s] 51%|█████ | 38/75 [00:05<00:04, 8.37it/s] 52%|█████▏ | 39/75 [00:05<00:04, 8.36it/s] 53%|█████▎ | 40/75 [00:05<00:04, 8.35it/s] 55%|█████▍ | 41/75 [00:05<00:04, 8.34it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.34it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.34it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.34it/s] 60%|██████ | 45/75 [00:05<00:03, 8.34it/s] 61%|██████▏ | 46/75 [00:06<00:03, 8.34it/s] 63%|██████▎ | 47/75 [00:06<00:03, 8.35it/s] 64%|██████▍ | 48/75 [00:06<00:03, 8.34it/s] 65%|██████▌ | 49/75 [00:06<00:03, 8.34it/s] 67%|██████▋ | 50/75 [00:06<00:02, 8.35it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s] 71%|███████ | 53/75 [00:06<00:02, 8.41it/s] 72%|███████▏ | 54/75 [00:07<00:02, 8.42it/s] 73%|███████▎ | 55/75 [00:07<00:02, 8.43it/s] 75%|███████▍ | 56/75 [00:07<00:02, 8.44it/s] 76%|███████▌ | 57/75 [00:07<00:02, 8.44it/s] 77%|███████▋ | 58/75 [00:07<00:02, 8.43it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.42it/s] 80%|████████ | 60/75 [00:07<00:01, 8.42it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.42it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.43it/s] 84%|████████▍ | 63/75 [00:08<00:01, 8.43it/s] 85%|████████▌ | 64/75 [00:08<00:01, 8.43it/s] 87%|████████▋ | 65/75 [00:08<00:01, 8.43it/s] 88%|████████▊ | 66/75 [00:08<00:01, 8.43it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.43it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.43it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s] 95%|█████████▍| 71/75 [00:09<00:00, 8.44it/s] 96%|█████████▌| 72/75 [00:09<00:00, 8.44it/s] 97%|█████████▋| 73/75 [00:09<00:00, 8.44it/s] 99%|█████████▊| 74/75 [00:09<00:00, 8.43it/s] 100%|██████████| 75/75 [00:09<00:00, 8.44it/s] 100%|██████████| 75/75 [00:09<00:00, 7.90it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmp1zt5a7_6.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:00<00:03, 1.28it/s] 33%|███▎ | 2/6 [00:01<00:02, 1.34it/s] 50%|█████ | 3/6 [00:02<00:02, 1.35it/s] 67%|██████▋ | 4/6 [00:02<00:01, 1.36it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.37it/s] 100%|██████████| 6/6 [00:04<00:00, 1.37it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] Video saved to /tmp/tmp1zt5a7_6.mp4 Mesh saved to /tmp/tmp1zt5a7_6.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDky77f5ba05rgm0cftbnvfg28grStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
- image_path
- PenguinSoftToy.jpg?v=1691838874
{ "image_path": "https://www.giftify.in/cdn/shop/files/PenguinSoftToy.jpg?v=1691838874" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://www.giftify.in/cdn/shop/files/PenguinSoftToy.jpg?v=1691838874" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://www.giftify.in/cdn/shop/files/PenguinSoftToy.jpg?v=1691838874" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://www.giftify.in/cdn/shop/files/PenguinSoftToy.jpg?v=1691838874" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://www.giftify.in/cdn/shop/files/PenguinSoftToy.jpg?v=1691838874"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://www.giftify.in/cdn/shop/files/PenguinSoftToy.jpg?v=1691838874" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T08:33:36.768490Z", "created_at": "2024-06-01T08:29:54.561000Z", "data_removed": false, "error": null, "id": "ky77f5ba05rgm0cftbnvfg28gr", "input": { "image_path": "https://www.giftify.in/cdn/shop/files/PenguinSoftToy.jpg?v=1691838874" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 4%|█▍ | 6.45M/176M [00:00<00:02, 64.5MB/s]\n 8%|███▏ | 14.8M/176M [00:00<00:02, 75.4MB/s]\n 13%|█████ | 23.2M/176M [00:00<00:01, 79.6MB/s]\n 18%|██████▉ | 31.9M/176M [00:00<00:01, 82.5MB/s]\n 23%|████████▊ | 40.9M/176M [00:00<00:01, 85.1MB/s]\n 28%|██████████▊ | 49.9M/176M [00:00<00:01, 86.8MB/s]\n 33%|████████████▋ | 58.9M/176M [00:00<00:01, 87.9MB/s]\n 39%|██████████████▋ | 68.0M/176M [00:00<00:01, 88.8MB/s]\n 44%|████████████████▌ | 76.9M/176M [00:00<00:01, 85.4MB/s]\n 49%|██████████████████▍ | 85.5M/176M [00:01<00:01, 85.6MB/s]\n 54%|████████████████████▎ | 94.2M/176M [00:01<00:00, 86.1MB/s]\n 59%|██████████████████████▊ | 103M/176M [00:01<00:00, 86.6MB/s]\n 64%|████████████████████████▊ | 112M/176M [00:01<00:00, 87.1MB/s]\n 69%|██████████████████████████▋ | 121M/176M [00:01<00:00, 87.4MB/s]\n 74%|████████████████████████████▋ | 129M/176M [00:01<00:00, 87.8MB/s]\n 79%|██████████████████████████████▋ | 138M/176M [00:01<00:00, 88.1MB/s]\n 84%|████████████████████████████████▌ | 147M/176M [00:01<00:00, 88.0MB/s]\n 89%|██████████████████████████████████▌ | 156M/176M [00:01<00:00, 87.7MB/s]\n 94%|████████████████████████████████████▌ | 165M/176M [00:01<00:00, 87.8MB/s]\n 99%|██████████████████████████████████████▌| 174M/176M [00:02<00:00, 88.4MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.17TB/s]\n\u001b[1;31m2024-06-01 08:33:13.431496945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.431491335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.431504455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.431553365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.444658270 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.446722265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.454605713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.460594877 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.462776191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.464655846 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 11, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.464665186 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.464609936 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.468634295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.464614436 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 14, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.464632456 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.464644496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.488577442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 13, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.492583211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 12, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.492592391 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.496580841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.500576500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.500578240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.504574499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.504578879 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.508572028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.508575958 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.512576557 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.512583127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.516590217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.472578895 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.472588205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.472596675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.476576834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.528572405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.476584704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.536570633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.478619729 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.478611709 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.478603569 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.492578111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.552583620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.556580349 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:33:13.525652822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:21, 3.50it/s]\n 3%|▎ | 2/75 [00:00<00:13, 5.39it/s]\n 4%|▍ | 3/75 [00:00<00:11, 6.46it/s]\n 5%|▌ | 4/75 [00:00<00:09, 7.14it/s]\n 7%|▋ | 5/75 [00:00<00:09, 7.58it/s]\n 8%|▊ | 6/75 [00:00<00:08, 7.86it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.03it/s]\n 11%|█ | 8/75 [00:01<00:08, 8.17it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.27it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.33it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.37it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.39it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.41it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.44it/s]\n 21%|██▏ | 16/75 [00:02<00:06, 8.44it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.45it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.47it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.49it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.51it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.51it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.51it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.52it/s]\n 32%|███▏ | 24/75 [00:02<00:05, 8.53it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.52it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.51it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.51it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.52it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.51it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.51it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.52it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.52it/s]\n 44%|████▍ | 33/75 [00:04<00:04, 8.52it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.50it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.50it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.50it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.51it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.51it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.52it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.51it/s]\n 55%|█████▍ | 41/75 [00:04<00:03, 8.51it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.50it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.51it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.51it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.51it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.50it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.50it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.51it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.51it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.50it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.50it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.49it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.49it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.49it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.49it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.49it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.50it/s]\n 77%|███████▋ | 58/75 [00:06<00:01, 8.50it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.50it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.50it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.49it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.49it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.49it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.49it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.49it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.51it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.51it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.51it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.51it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.51it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.50it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.50it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.49it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.49it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.49it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.34it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmpcfawh6e7.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.28it/s]\n 33%|███▎ | 2/6 [00:01<00:02, 1.34it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.35it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\nVideo saved to /tmp/tmpcfawh6e7.mp4\nMesh saved to /tmp/tmpcfawh6e7.obj", "metrics": { "predict_time": 27.247224, "total_time": 222.20749 }, "output": [ "https://replicate.delivery/pbxt/XIULgJmYRfwlWKRn1Ijm7rAPwsfnTkhNALqIkir6E7pe2R0lA/mv_show_images.png", "https://replicate.delivery/pbxt/RL3WucoLFU6OINafxQs4DjMNfGO9bpJeEhzTncDCaNQB3R0lA/tmpcfawh6e7.mp4", "https://replicate.delivery/pbxt/UieUTAepRTjsOUVvsHd97tNH7WsXvXLyWPsiAX6uoy5g7I6SA/tmpcfawh6e7.glb" ], "started_at": "2024-06-01T08:33:09.521266Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ky77f5ba05rgm0cftbnvfg28gr", "cancel": "https://api.replicate.com/v1/predictions/ky77f5ba05rgm0cftbnvfg28gr/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 4%|█▍ | 6.45M/176M [00:00<00:02, 64.5MB/s] 8%|███▏ | 14.8M/176M [00:00<00:02, 75.4MB/s] 13%|█████ | 23.2M/176M [00:00<00:01, 79.6MB/s] 18%|██████▉ | 31.9M/176M [00:00<00:01, 82.5MB/s] 23%|████████▊ | 40.9M/176M [00:00<00:01, 85.1MB/s] 28%|██████████▊ | 49.9M/176M [00:00<00:01, 86.8MB/s] 33%|████████████▋ | 58.9M/176M [00:00<00:01, 87.9MB/s] 39%|██████████████▋ | 68.0M/176M [00:00<00:01, 88.8MB/s] 44%|████████████████▌ | 76.9M/176M [00:00<00:01, 85.4MB/s] 49%|██████████████████▍ | 85.5M/176M [00:01<00:01, 85.6MB/s] 54%|████████████████████▎ | 94.2M/176M [00:01<00:00, 86.1MB/s] 59%|██████████████████████▊ | 103M/176M [00:01<00:00, 86.6MB/s] 64%|████████████████████████▊ | 112M/176M [00:01<00:00, 87.1MB/s] 69%|██████████████████████████▋ | 121M/176M [00:01<00:00, 87.4MB/s] 74%|████████████████████████████▋ | 129M/176M [00:01<00:00, 87.8MB/s] 79%|██████████████████████████████▋ | 138M/176M [00:01<00:00, 88.1MB/s] 84%|████████████████████████████████▌ | 147M/176M [00:01<00:00, 88.0MB/s] 89%|██████████████████████████████████▌ | 156M/176M [00:01<00:00, 87.7MB/s] 94%|████████████████████████████████████▌ | 165M/176M [00:01<00:00, 87.8MB/s] 99%|██████████████████████████████████████▌| 174M/176M [00:02<00:00, 88.4MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.17TB/s] 2024-06-01 08:33:13.431496945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.431491335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.431504455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.431553365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.444658270 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.446722265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.454605713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.460594877 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.462776191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.464655846 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 11, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.464665186 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.464609936 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.468634295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.464614436 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 14, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.464632456 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.464644496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.488577442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 13, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.492583211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 12, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.492592391 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.496580841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.500576500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.500578240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.504574499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.504578879 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.508572028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.508575958 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.512576557 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.512583127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.516590217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.472578895 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.472588205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.472596675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.476576834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.528572405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.476584704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.536570633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.478619729 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.478611709 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.478603569 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.492578111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.552583620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.556580349 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:33:13.525652822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:00<00:21, 3.50it/s] 3%|▎ | 2/75 [00:00<00:13, 5.39it/s] 4%|▍ | 3/75 [00:00<00:11, 6.46it/s] 5%|▌ | 4/75 [00:00<00:09, 7.14it/s] 7%|▋ | 5/75 [00:00<00:09, 7.58it/s] 8%|▊ | 6/75 [00:00<00:08, 7.86it/s] 9%|▉ | 7/75 [00:00<00:08, 8.03it/s] 11%|█ | 8/75 [00:01<00:08, 8.17it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.27it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.33it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.37it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.39it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.41it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s] 20%|██ | 15/75 [00:01<00:07, 8.44it/s] 21%|██▏ | 16/75 [00:02<00:06, 8.44it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.45it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.47it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.49it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.51it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.51it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.51it/s] 31%|███ | 23/75 [00:02<00:06, 8.52it/s] 32%|███▏ | 24/75 [00:02<00:05, 8.53it/s] 33%|███▎ | 25/75 [00:03<00:05, 8.52it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.51it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.51it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.52it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.51it/s] 40%|████ | 30/75 [00:03<00:05, 8.51it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.52it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.52it/s] 44%|████▍ | 33/75 [00:04<00:04, 8.52it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.50it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.50it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.50it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.51it/s] 51%|█████ | 38/75 [00:04<00:04, 8.51it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.52it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.51it/s] 55%|█████▍ | 41/75 [00:04<00:03, 8.51it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.50it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.51it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.51it/s] 60%|██████ | 45/75 [00:05<00:03, 8.51it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.50it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.50it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.51it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.51it/s] 67%|██████▋ | 50/75 [00:06<00:02, 8.50it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.50it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.49it/s] 71%|███████ | 53/75 [00:06<00:02, 8.49it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.49it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.49it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.49it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.50it/s] 77%|███████▋ | 58/75 [00:06<00:01, 8.50it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.50it/s] 80%|████████ | 60/75 [00:07<00:01, 8.50it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.49it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.49it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.49it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.49it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.49it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.51it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.51it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.51it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.51it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.51it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.50it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.50it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.49it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.49it/s] 100%|██████████| 75/75 [00:08<00:00, 8.49it/s] 100%|██████████| 75/75 [00:08<00:00, 8.34it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmpcfawh6e7.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:00<00:03, 1.28it/s] 33%|███▎ | 2/6 [00:01<00:02, 1.34it/s] 50%|█████ | 3/6 [00:02<00:02, 1.35it/s] 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] Video saved to /tmp/tmpcfawh6e7.mp4 Mesh saved to /tmp/tmpcfawh6e7.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDp2sk95wc7srgm0cftbrs5snkxmStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://rukminim2.flixcart.com/image/850/1000/kzygpzk0/stuffed-toy/3/6/h/pokemon-soft-toy-48-tickles-original-imagbuhf5wkxhh9v.jpeg?q=90&crop=false" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://rukminim2.flixcart.com/image/850/1000/kzygpzk0/stuffed-toy/3/6/h/pokemon-soft-toy-48-tickles-original-imagbuhf5wkxhh9v.jpeg?q=90&crop=false" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://rukminim2.flixcart.com/image/850/1000/kzygpzk0/stuffed-toy/3/6/h/pokemon-soft-toy-48-tickles-original-imagbuhf5wkxhh9v.jpeg?q=90&crop=false" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://rukminim2.flixcart.com/image/850/1000/kzygpzk0/stuffed-toy/3/6/h/pokemon-soft-toy-48-tickles-original-imagbuhf5wkxhh9v.jpeg?q=90&crop=false" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://rukminim2.flixcart.com/image/850/1000/kzygpzk0/stuffed-toy/3/6/h/pokemon-soft-toy-48-tickles-original-imagbuhf5wkxhh9v.jpeg?q=90&crop=false"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://rukminim2.flixcart.com/image/850/1000/kzygpzk0/stuffed-toy/3/6/h/pokemon-soft-toy-48-tickles-original-imagbuhf5wkxhh9v.jpeg?q=90&crop=false" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T08:40:32.477768Z", "created_at": "2024-06-01T08:36:36.542000Z", "data_removed": false, "error": null, "id": "p2sk95wc7srgm0cftbrs5snkxm", "input": { "image_path": "https://rukminim2.flixcart.com/image/850/1000/kzygpzk0/stuffed-toy/3/6/h/pokemon-soft-toy-48-tickles-original-imagbuhf5wkxhh9v.jpeg?q=90&crop=false" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 3%|█▏ | 5.38M/176M [00:00<00:03, 53.8MB/s]\n 7%|██▌ | 11.7M/176M [00:00<00:02, 59.5MB/s]\n 10%|███▉ | 18.1M/176M [00:00<00:02, 61.6MB/s]\n 14%|█████▎ | 24.7M/176M [00:00<00:02, 63.1MB/s]\n 18%|██████▊ | 31.3M/176M [00:00<00:02, 64.3MB/s]\n 22%|████████▏ | 37.9M/176M [00:00<00:02, 64.9MB/s]\n 25%|█████████▌ | 44.4M/176M [00:00<00:02, 64.6MB/s]\n 29%|███████████ | 51.3M/176M [00:00<00:01, 66.0MB/s]\n 33%|████████████▌ | 57.9M/176M [00:02<00:11, 10.2MB/s]\n 36%|█████████████▌ | 62.6M/176M [00:02<00:09, 12.5MB/s]\n 39%|██████████████▋ | 68.2M/176M [00:02<00:06, 16.1MB/s]\n 42%|███████████████▊ | 73.3M/176M [00:02<00:05, 19.8MB/s]\n 44%|████████████████▊ | 78.1M/176M [00:03<00:04, 23.1MB/s]\n 48%|██████████████████▏ | 84.0M/176M [00:03<00:03, 28.6MB/s]\n 51%|███████████████████▌ | 90.4M/176M [00:03<00:02, 35.1MB/s]\n 55%|█████████████████████ | 97.4M/176M [00:03<00:01, 42.2MB/s]\n 59%|███████████████████████ | 104M/176M [00:03<00:01, 48.0MB/s]\n 63%|████████████████████████▌ | 111M/176M [00:03<00:01, 52.0MB/s]\n 67%|█████████████████████████▉ | 117M/176M [00:03<00:01, 55.4MB/s]\n 70%|███████████████████████████▍ | 124M/176M [00:03<00:00, 58.1MB/s]\n 74%|████████████████████████████▉ | 130M/176M [00:03<00:00, 60.7MB/s]\n 78%|██████████████████████████████▎ | 137M/176M [00:03<00:00, 60.5MB/s]\n 81%|███████████████████████████████▋ | 143M/176M [00:04<00:00, 59.6MB/s]\n 85%|█████████████████████████████████ | 149M/176M [00:04<00:00, 60.1MB/s]\n 88%|██████████████████████████████████▍ | 156M/176M [00:04<00:00, 59.3MB/s]\n 92%|███████████████████████████████████▊ | 162M/176M [00:04<00:00, 58.8MB/s]\n 95%|█████████████████████████████████████ | 168M/176M [00:04<00:00, 58.5MB/s]\n 99%|██████████████████████████████████████▍| 173M/176M [00:04<00:00, 58.7MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.26TB/s]\n\u001b[1;31m2024-06-01 08:40:00.200455173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1020, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.200495573 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1021, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.200574793 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1022, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.206339357 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 54, mask: {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;31m2024-06-01 08:40:00.210344113 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.210408543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 72, mask: {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;31m2024-06-01 08:40:00.214417409 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.214422740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.214425020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.214425009 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1027, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.218238026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 78, mask: {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;31m2024-06-01 08:40:00.218239286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1035, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.218238536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 62, mask: {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;31m2024-06-01 08:40:00.218263826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.220806383 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 64, mask: {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;31m2024-06-01 08:40:00.222267722 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.225840459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1029, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.226249458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 52, mask: {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;31m2024-06-01 08:40:00.226272998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 66, mask: {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;31m2024-06-01 08:40:00.226296098 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.226251698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1036, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.230244965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1030, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.230265095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.230298745 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 68, mask: {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;31m2024-06-01 08:40:00.234252172 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1038, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.234273162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 82, mask: {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;31m2024-06-01 08:40:00.234298662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.234252152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.238247148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.238322548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1028, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.238335708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.242245494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 60, mask: {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;31m2024-06-01 08:40:00.242252484 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1025, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.246154831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.246250000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 86, mask: {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;31m2024-06-01 08:40:00.246281671 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 74, mask: {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;31m2024-06-01 08:40:00.250254687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1026, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.246253080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 56, mask: {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;31m2024-06-01 08:40:00.250282767 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.250254677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.254254323 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.254263663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.254290053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1024, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.258293339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 58, mask: {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;31m2024-06-01 08:40:00.258414289 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 88, mask: {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;31m2024-06-01 08:40:00.261273837 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.262244045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.262252125 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1039, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.262277345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 70, mask: {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;31m2024-06-01 08:40:00.266249222 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.266247333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1040, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.266275982 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.266281592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.270254559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 92, mask: {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;31m2024-06-01 08:40:00.270259749 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 80, mask: {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;31m2024-06-01 08:40:00.270287889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.270306329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1041, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.274243045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.274245055 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1042, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.274267545 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.274275685 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 84, mask: {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;31m2024-06-01 08:40:00.276449873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 34, mask: {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;31m2024-06-01 08:40:00.278244111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.278278001 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.281518508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.278244161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.282244607 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 90, mask: {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;31m2024-06-01 08:40:00.282247138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1043, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.286244404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 94, mask: {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;31m2024-06-01 08:40:00.286247394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 36, mask: {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;31m2024-06-01 08:40:00.286283734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1045, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.290247440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.290277850 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 76, mask: {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;31m2024-06-01 08:40:00.286247544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1044, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.294250746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 50, mask: {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;31m2024-06-01 08:40:00.290242750 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.298247972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.298258192 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.301756919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 38, mask: {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;31m2024-06-01 08:40:00.302246969 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.306241516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 48, mask: {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;31m2024-06-01 08:40:00.306819235 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.310252352 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 40, mask: {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;31m2024-06-01 08:40:00.316939726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.322010891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 42, mask: {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;31m2024-06-01 08:40:00.326263697 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.326272067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.410269790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1023, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:40:00.430249962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 46, mask: {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;31m2024-06-01 08:40:00.438253584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 44, mask: {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;31m2024-06-01 08:40:00.450248853 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:20, 3.58it/s]\n 3%|▎ | 2/75 [00:00<00:13, 5.44it/s]\n 4%|▍ | 3/75 [00:00<00:11, 6.48it/s]\n 5%|▌ | 4/75 [00:00<00:10, 7.09it/s]\n 7%|▋ | 5/75 [00:00<00:09, 7.52it/s]\n 8%|▊ | 6/75 [00:00<00:08, 7.80it/s]\n 9%|▉ | 7/75 [00:00<00:08, 7.98it/s]\n 11%|█ | 8/75 [00:01<00:08, 8.11it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 8.19it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.24it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.26it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.29it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.31it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.34it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.36it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.38it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.39it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.39it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.38it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.38it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.33it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.05it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.16it/s]\n 33%|███▎ | 25/75 [00:03<00:06, 8.24it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.29it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.32it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.35it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.38it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.39it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.36it/s]\n 43%|████▎ | 32/75 [00:04<00:05, 7.47it/s]\n 44%|████▍ | 33/75 [00:04<00:05, 7.73it/s]\n 45%|████▌ | 34/75 [00:04<00:05, 7.92it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.06it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.04it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.13it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.22it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.28it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.32it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.35it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.36it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.37it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.38it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.37it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.27it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.26it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.26it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.21it/s]\n 67%|██████▋ | 50/75 [00:06<00:03, 8.19it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.20it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.27it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.32it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.38it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.38it/s]\n 76%|███████▌ | 57/75 [00:07<00:02, 8.39it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.37it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.31it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.33it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.36it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.37it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.40it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.41it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.40it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.39it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.40it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.40it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.40it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.40it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.40it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.39it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.39it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.16it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmprvq3nbe7.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.26it/s]\n 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.34it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\nVideo saved to /tmp/tmprvq3nbe7.mp4\nMesh saved to /tmp/tmprvq3nbe7.obj", "metrics": { "predict_time": 38.04384, "total_time": 235.935768 }, "output": [ "https://replicate.delivery/pbxt/wxcpeO3U7lwrMCC2izgnLxOSPFCan6RlifCyGD89iGnfDS0lA/mv_show_images.png", "https://replicate.delivery/pbxt/vslDFAs1ho6DMlWcM903QE83CuqMLefClMir1RICrXVfDS0lA/tmprvq3nbe7.mp4", "https://replicate.delivery/pbxt/PPBMfIof4ZpSq0iD9YALQe3QqOaIS66bQqgacJr2N69BES0lA/tmprvq3nbe7.glb" ], "started_at": "2024-06-01T08:39:54.433928Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/p2sk95wc7srgm0cftbrs5snkxm", "cancel": "https://api.replicate.com/v1/predictions/p2sk95wc7srgm0cftbrs5snkxm/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 3%|█▏ | 5.38M/176M [00:00<00:03, 53.8MB/s] 7%|██▌ | 11.7M/176M [00:00<00:02, 59.5MB/s] 10%|███▉ | 18.1M/176M [00:00<00:02, 61.6MB/s] 14%|█████▎ | 24.7M/176M [00:00<00:02, 63.1MB/s] 18%|██████▊ | 31.3M/176M [00:00<00:02, 64.3MB/s] 22%|████████▏ | 37.9M/176M [00:00<00:02, 64.9MB/s] 25%|█████████▌ | 44.4M/176M [00:00<00:02, 64.6MB/s] 29%|███████████ | 51.3M/176M [00:00<00:01, 66.0MB/s] 33%|████████████▌ | 57.9M/176M [00:02<00:11, 10.2MB/s] 36%|█████████████▌ | 62.6M/176M [00:02<00:09, 12.5MB/s] 39%|██████████████▋ | 68.2M/176M [00:02<00:06, 16.1MB/s] 42%|███████████████▊ | 73.3M/176M [00:02<00:05, 19.8MB/s] 44%|████████████████▊ | 78.1M/176M [00:03<00:04, 23.1MB/s] 48%|██████████████████▏ | 84.0M/176M [00:03<00:03, 28.6MB/s] 51%|███████████████████▌ | 90.4M/176M [00:03<00:02, 35.1MB/s] 55%|█████████████████████ | 97.4M/176M [00:03<00:01, 42.2MB/s] 59%|███████████████████████ | 104M/176M [00:03<00:01, 48.0MB/s] 63%|████████████████████████▌ | 111M/176M [00:03<00:01, 52.0MB/s] 67%|█████████████████████████▉ | 117M/176M [00:03<00:01, 55.4MB/s] 70%|███████████████████████████▍ | 124M/176M [00:03<00:00, 58.1MB/s] 74%|████████████████████████████▉ | 130M/176M [00:03<00:00, 60.7MB/s] 78%|██████████████████████████████▎ | 137M/176M [00:03<00:00, 60.5MB/s] 81%|███████████████████████████████▋ | 143M/176M [00:04<00:00, 59.6MB/s] 85%|█████████████████████████████████ | 149M/176M [00:04<00:00, 60.1MB/s] 88%|██████████████████████████████████▍ | 156M/176M [00:04<00:00, 59.3MB/s] 92%|███████████████████████████████████▊ | 162M/176M [00:04<00:00, 58.8MB/s] 95%|█████████████████████████████████████ | 168M/176M [00:04<00:00, 58.5MB/s] 99%|██████████████████████████████████████▍| 173M/176M [00:04<00:00, 58.7MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.26TB/s] 2024-06-01 08:40:00.200455173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1020, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.200495573 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1021, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.200574793 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1022, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.206339357 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.210344113 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.210408543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.214417409 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.214422740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.214425020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.214425009 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1027, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.218238026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.218239286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1035, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.218238536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.218263826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.220806383 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.222267722 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.225840459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1029, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.226249458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.226272998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.226296098 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.226251698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1036, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.230244965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1030, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.230265095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.230298745 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.234252172 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1038, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.234273162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.234298662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.234252152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.238247148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.238322548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1028, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.238335708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.242245494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.242252484 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1025, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.246154831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.246250000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.246281671 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.250254687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1026, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.246253080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.250282767 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.250254677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.254254323 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.254263663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.254290053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1024, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.258293339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.258414289 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.261273837 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.262244045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.262252125 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1039, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.262277345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.266249222 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.266247333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1040, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.266275982 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.266281592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.270254559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.270259749 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.270287889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.270306329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1041, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.274243045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.274245055 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1042, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.274267545 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.274275685 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.276449873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.278244111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.278278001 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.281518508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.278244161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.282244607 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.282247138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1043, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.286244404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.286247394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.286283734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1045, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.290247440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.290277850 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.286247544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1044, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.294250746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.290242750 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.298247972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.298258192 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.301756919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.302246969 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.306241516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.306819235 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.310252352 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.316939726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.322010891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.326263697 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.326272067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.410269790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1023, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.430249962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.438253584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:40:00.450248853 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:00<00:20, 3.58it/s] 3%|▎ | 2/75 [00:00<00:13, 5.44it/s] 4%|▍ | 3/75 [00:00<00:11, 6.48it/s] 5%|▌ | 4/75 [00:00<00:10, 7.09it/s] 7%|▋ | 5/75 [00:00<00:09, 7.52it/s] 8%|▊ | 6/75 [00:00<00:08, 7.80it/s] 9%|▉ | 7/75 [00:00<00:08, 7.98it/s] 11%|█ | 8/75 [00:01<00:08, 8.11it/s] 12%|█▏ | 9/75 [00:01<00:08, 8.19it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.24it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.26it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.29it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.31it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.34it/s] 20%|██ | 15/75 [00:01<00:07, 8.36it/s] 21%|██▏ | 16/75 [00:02<00:07, 8.38it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.39it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.39it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.38it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.38it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.33it/s] 31%|███ | 23/75 [00:02<00:06, 8.05it/s] 32%|███▏ | 24/75 [00:03<00:06, 8.16it/s] 33%|███▎ | 25/75 [00:03<00:06, 8.24it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.29it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.32it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.35it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.38it/s] 40%|████ | 30/75 [00:03<00:05, 8.39it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.36it/s] 43%|████▎ | 32/75 [00:04<00:05, 7.47it/s] 44%|████▍ | 33/75 [00:04<00:05, 7.73it/s] 45%|████▌ | 34/75 [00:04<00:05, 7.92it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.06it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.04it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.13it/s] 51%|█████ | 38/75 [00:04<00:04, 8.22it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.28it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.32it/s] 55%|█████▍ | 41/75 [00:05<00:04, 8.35it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.36it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.37it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.38it/s] 60%|██████ | 45/75 [00:05<00:03, 8.37it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.27it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.26it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.26it/s] 65%|██████▌ | 49/75 [00:06<00:03, 8.21it/s] 67%|██████▋ | 50/75 [00:06<00:03, 8.19it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.20it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.27it/s] 71%|███████ | 53/75 [00:06<00:02, 8.32it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.38it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.38it/s] 76%|███████▌ | 57/75 [00:07<00:02, 8.39it/s] 77%|███████▋ | 58/75 [00:07<00:02, 8.37it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.31it/s] 80%|████████ | 60/75 [00:07<00:01, 8.33it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.36it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.37it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.40it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.41it/s] 88%|████████▊ | 66/75 [00:08<00:01, 8.40it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.39it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.40it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.40it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.40it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.40it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.40it/s] 99%|█████████▊| 74/75 [00:09<00:00, 8.39it/s] 100%|██████████| 75/75 [00:09<00:00, 8.39it/s] 100%|██████████| 75/75 [00:09<00:00, 8.16it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmprvq3nbe7.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:00<00:03, 1.26it/s] 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s] 50%|█████ | 3/6 [00:02<00:02, 1.34it/s] 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] Video saved to /tmp/tmprvq3nbe7.mp4 Mesh saved to /tmp/tmprvq3nbe7.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDrhtxw6sbz1rgp0cftbv8gg8hd4StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://assets.ajio.com/medias/sys_master/root/20201008/aarQ/5f7e1733f997dd8c835b7845/-473Wx593H-4915691680-multi-MODEL.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://assets.ajio.com/medias/sys_master/root/20201008/aarQ/5f7e1733f997dd8c835b7845/-473Wx593H-4915691680-multi-MODEL.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://assets.ajio.com/medias/sys_master/root/20201008/aarQ/5f7e1733f997dd8c835b7845/-473Wx593H-4915691680-multi-MODEL.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://assets.ajio.com/medias/sys_master/root/20201008/aarQ/5f7e1733f997dd8c835b7845/-473Wx593H-4915691680-multi-MODEL.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://assets.ajio.com/medias/sys_master/root/20201008/aarQ/5f7e1733f997dd8c835b7845/-473Wx593H-4915691680-multi-MODEL.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://assets.ajio.com/medias/sys_master/root/20201008/aarQ/5f7e1733f997dd8c835b7845/-473Wx593H-4915691680-multi-MODEL.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T08:45:38.783010Z", "created_at": "2024-06-01T08:41:39.576000Z", "data_removed": false, "error": null, "id": "rhtxw6sbz1rgp0cftbv8gg8hd4", "input": { "image_path": "https://assets.ajio.com/medias/sys_master/root/20201008/aarQ/5f7e1733f997dd8c835b7845/-473Wx593H-4915691680-multi-MODEL.jpg" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 3%|█▎ | 5.90M/176M [00:00<00:02, 58.9MB/s]\n 8%|██▉ | 13.6M/176M [00:00<00:02, 69.7MB/s]\n 12%|████▌ | 21.3M/176M [00:00<00:02, 72.9MB/s]\n 17%|██████▎ | 29.1M/176M [00:00<00:01, 75.1MB/s]\n 21%|████████ | 37.1M/176M [00:00<00:01, 76.7MB/s]\n 26%|█████████▋ | 45.0M/176M [00:00<00:01, 77.4MB/s]\n 30%|███████████▍ | 52.8M/176M [00:00<00:01, 77.8MB/s]\n 34%|█████████████ | 60.7M/176M [00:00<00:01, 78.0MB/s]\n 39%|██████████████▊ | 68.5M/176M [00:00<00:01, 78.1MB/s]\n 43%|████████████████▌ | 76.4M/176M [00:01<00:01, 78.4MB/s]\n 48%|██████████████████▎ | 84.7M/176M [00:01<00:01, 79.7MB/s]\n 53%|████████████████████ | 92.6M/176M [00:01<00:01, 79.6MB/s]\n 57%|██████████████████████▎ | 101M/176M [00:01<00:00, 79.4MB/s]\n 62%|████████████████████████ | 109M/176M [00:01<00:00, 80.0MB/s]\n 66%|█████████████████████████▉ | 117M/176M [00:01<00:00, 80.1MB/s]\n 71%|███████████████████████████▋ | 125M/176M [00:01<00:00, 80.2MB/s]\n 76%|█████████████████████████████▍ | 133M/176M [00:01<00:00, 80.7MB/s]\n 80%|███████████████████████████████▎ | 141M/176M [00:01<00:00, 80.3MB/s]\n 85%|█████████████████████████████████ | 149M/176M [00:01<00:00, 80.5MB/s]\n 89%|██████████████████████████████████▊ | 157M/176M [00:02<00:00, 79.6MB/s]\n 94%|████████████████████████████████████▋ | 166M/176M [00:02<00:00, 80.6MB/s]\n 99%|██████████████████████████████████████▌| 174M/176M [00:02<00:00, 81.7MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.25TB/s]\n\u001b[1;31m2024-06-01 08:45:07.739048469 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.761942795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1043, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.763532986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1042, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.767527202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.767556682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1044, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.771513109 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1045, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.774520251 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.775575135 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.779525792 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.779543912 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.783511758 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.783517588 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.787522725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.789690612 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.790362108 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 70, mask: {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;31m2024-06-01 08:45:07.791539891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.794753132 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.795516148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.795527667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.799507524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.799509694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.799511534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.799570724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.803512061 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.803521931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.807511927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.807519167 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.809920543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 34, mask: {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;31m2024-06-01 08:45:07.811508914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.811510814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.814979173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.815509950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 42, mask: {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;31m2024-06-01 08:45:07.815511150 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.819512487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.819510807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.819533687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.823513723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 38, mask: {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;31m2024-06-01 08:45:07.823515763 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 44, mask: {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;31m2024-06-01 08:45:07.823577053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.819509307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 36, mask: {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;31m2024-06-01 08:45:07.830172454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.831518826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.835511393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 46, mask: {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;31m2024-06-01 08:45:07.835538503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.835511493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 40, mask: {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;31m2024-06-01 08:45:07.839511769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 50, mask: {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;31m2024-06-01 08:45:07.843520736 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.843554926 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 48, mask: {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;31m2024-06-01 08:45:07.843515586 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.847509183 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 52, mask: {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;31m2024-06-01 08:45:07.851508499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.851508508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 60, mask: {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;31m2024-06-01 08:45:07.855507885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.855507655 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 54, mask: {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;31m2024-06-01 08:45:07.855527045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 62, mask: {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;31m2024-06-01 08:45:07.859509192 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.863506159 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 64, mask: {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;31m2024-06-01 08:45:07.863507199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.867509215 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 56, mask: {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;31m2024-06-01 08:45:07.867510455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 66, mask: {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;31m2024-06-01 08:45:07.867541565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.871514151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 58, mask: {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;31m2024-06-01 08:45:07.875510388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.875530098 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 74, mask: {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;31m2024-06-01 08:45:07.875510388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.879508835 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.883509841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 86, mask: {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;31m2024-06-01 08:45:07.883509041 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.887512227 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 80, mask: {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;31m2024-06-01 08:45:07.887550107 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 68, mask: {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;31m2024-06-01 08:45:07.891509924 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.891536954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.895511500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.895518170 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1126, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.899509007 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 72, mask: {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;31m2024-06-01 08:45:07.899531857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1130, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.899508947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1129, index: 92, mask: {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;31m2024-06-01 08:45:07.903512883 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.907511030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 76, mask: {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;31m2024-06-01 08:45:07.907516650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 94, mask: {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;31m2024-06-01 08:45:07.911509916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1128, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.911510416 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.915509003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 78, mask: {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;31m2024-06-01 08:45:07.919509970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.923512256 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.927507432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 82, mask: {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;31m2024-06-01 08:45:07.931516789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.935506156 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 84, mask: {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;31m2024-06-01 08:45:07.939515142 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:45:07.943509599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 88, mask: {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;31m2024-06-01 08:45:07.947510465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1127, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:23, 3.20it/s]\n 3%|▎ | 2/75 [00:00<00:14, 5.07it/s]\n 4%|▍ | 3/75 [00:00<00:11, 6.19it/s]\n 5%|▌ | 4/75 [00:00<00:10, 6.90it/s]\n 7%|▋ | 5/75 [00:00<00:09, 7.37it/s]\n 8%|▊ | 6/75 [00:00<00:08, 7.67it/s]\n 9%|▉ | 7/75 [00:01<00:08, 7.88it/s]\n 11%|█ | 8/75 [00:01<00:08, 8.02it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 8.11it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.17it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.22it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.27it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.31it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.33it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.35it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.38it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.40it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.41it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.41it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.41it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.40it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.38it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.38it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.38it/s]\n 43%|████▎ | 32/75 [00:04<00:05, 8.37it/s]\n 44%|████▍ | 33/75 [00:04<00:05, 8.38it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.38it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.39it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.39it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.39it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.39it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.39it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.39it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.40it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.39it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.39it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.40it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.40it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.40it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.39it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.39it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.39it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.40it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.40it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.40it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.40it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.39it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.39it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.39it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.39it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.39it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.38it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.38it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.36it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.36it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.36it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.35it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.21it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmpumomhe2r.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.26it/s]\n 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.34it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\nVideo saved to /tmp/tmpumomhe2r.mp4\nMesh saved to /tmp/tmpumomhe2r.obj", "metrics": { "predict_time": 36.198715, "total_time": 239.20701 }, "output": [ "https://replicate.delivery/pbxt/6ZqkMUe6RD3QZiOjVwyVySe37z72mk2GxWRPMgoVN2ZxGJ6SA/mv_show_images.png", "https://replicate.delivery/pbxt/sztiXpTOni46FBq1AqlRGfdhkC6eSjGTOVUzS6vOKZtyGJ6SA/tmpumomhe2r.mp4", "https://replicate.delivery/pbxt/j8FWs8jL1zakMd9uBVmowoF6NLkon06MZWi3Yc1e9TJZjEdJA/tmpumomhe2r.glb" ], "started_at": "2024-06-01T08:45:02.584295Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/rhtxw6sbz1rgp0cftbv8gg8hd4", "cancel": "https://api.replicate.com/v1/predictions/rhtxw6sbz1rgp0cftbv8gg8hd4/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 3%|█▎ | 5.90M/176M [00:00<00:02, 58.9MB/s] 8%|██▉ | 13.6M/176M [00:00<00:02, 69.7MB/s] 12%|████▌ | 21.3M/176M [00:00<00:02, 72.9MB/s] 17%|██████▎ | 29.1M/176M [00:00<00:01, 75.1MB/s] 21%|████████ | 37.1M/176M [00:00<00:01, 76.7MB/s] 26%|█████████▋ | 45.0M/176M [00:00<00:01, 77.4MB/s] 30%|███████████▍ | 52.8M/176M [00:00<00:01, 77.8MB/s] 34%|█████████████ | 60.7M/176M [00:00<00:01, 78.0MB/s] 39%|██████████████▊ | 68.5M/176M [00:00<00:01, 78.1MB/s] 43%|████████████████▌ | 76.4M/176M [00:01<00:01, 78.4MB/s] 48%|██████████████████▎ | 84.7M/176M [00:01<00:01, 79.7MB/s] 53%|████████████████████ | 92.6M/176M [00:01<00:01, 79.6MB/s] 57%|██████████████████████▎ | 101M/176M [00:01<00:00, 79.4MB/s] 62%|████████████████████████ | 109M/176M [00:01<00:00, 80.0MB/s] 66%|█████████████████████████▉ | 117M/176M [00:01<00:00, 80.1MB/s] 71%|███████████████████████████▋ | 125M/176M [00:01<00:00, 80.2MB/s] 76%|█████████████████████████████▍ | 133M/176M [00:01<00:00, 80.7MB/s] 80%|███████████████████████████████▎ | 141M/176M [00:01<00:00, 80.3MB/s] 85%|█████████████████████████████████ | 149M/176M [00:01<00:00, 80.5MB/s] 89%|██████████████████████████████████▊ | 157M/176M [00:02<00:00, 79.6MB/s] 94%|████████████████████████████████████▋ | 166M/176M [00:02<00:00, 80.6MB/s] 99%|██████████████████████████████████████▌| 174M/176M [00:02<00:00, 81.7MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.25TB/s] 2024-06-01 08:45:07.739048469 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.761942795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1043, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.763532986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1042, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.767527202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.767556682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1044, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.771513109 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1045, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.774520251 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.775575135 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.779525792 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.779543912 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.783511758 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.783517588 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.787522725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.789690612 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.790362108 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.791539891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.794753132 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.795516148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.795527667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.799507524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.799509694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.799511534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.799570724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.803512061 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.803521931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.807511927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.807519167 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.809920543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.811508914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.811510814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.814979173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.815509950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.815511150 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.819512487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.819510807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.819533687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.823513723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.823515763 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.823577053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.819509307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.830172454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.831518826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.835511393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.835538503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.835511493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.839511769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.843520736 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.843554926 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.843515586 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.847509183 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.851508499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.851508508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.855507885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.855507655 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.855527045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.859509192 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.863506159 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.863507199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.867509215 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.867510455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.867541565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.871514151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.875510388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.875530098 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.875510388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.879508835 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.883509841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.883509041 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.887512227 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.887550107 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.891509924 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.891536954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.895511500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.895518170 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1126, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.899509007 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.899531857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1130, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.899508947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1129, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.903512883 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.907511030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.907516650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.911509916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1128, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.911510416 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.915509003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.919509970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.923512256 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.927507432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.931516789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.935506156 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.939515142 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.943509599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:45:07.947510465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1127, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:00<00:23, 3.20it/s] 3%|▎ | 2/75 [00:00<00:14, 5.07it/s] 4%|▍ | 3/75 [00:00<00:11, 6.19it/s] 5%|▌ | 4/75 [00:00<00:10, 6.90it/s] 7%|▋ | 5/75 [00:00<00:09, 7.37it/s] 8%|▊ | 6/75 [00:00<00:08, 7.67it/s] 9%|▉ | 7/75 [00:01<00:08, 7.88it/s] 11%|█ | 8/75 [00:01<00:08, 8.02it/s] 12%|█▏ | 9/75 [00:01<00:08, 8.11it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.17it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.22it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.27it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.31it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.33it/s] 20%|██ | 15/75 [00:01<00:07, 8.35it/s] 21%|██▏ | 16/75 [00:02<00:07, 8.38it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.40it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.41it/s] 31%|███ | 23/75 [00:02<00:06, 8.41it/s] 32%|███▏ | 24/75 [00:03<00:06, 8.41it/s] 33%|███▎ | 25/75 [00:03<00:05, 8.40it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.38it/s] 40%|████ | 30/75 [00:03<00:05, 8.38it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.38it/s] 43%|████▎ | 32/75 [00:04<00:05, 8.37it/s] 44%|████▍ | 33/75 [00:04<00:05, 8.38it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.38it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.39it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.39it/s] 51%|█████ | 38/75 [00:04<00:04, 8.39it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.39it/s] 55%|█████▍ | 41/75 [00:05<00:04, 8.39it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.39it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.40it/s] 60%|██████ | 45/75 [00:05<00:03, 8.39it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.39it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.40it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.40it/s] 65%|██████▌ | 49/75 [00:06<00:03, 8.40it/s] 67%|██████▋ | 50/75 [00:06<00:02, 8.39it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.39it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.39it/s] 71%|███████ | 53/75 [00:06<00:02, 8.40it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.40it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.40it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.40it/s] 77%|███████▋ | 58/75 [00:07<00:02, 8.39it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.39it/s] 80%|████████ | 60/75 [00:07<00:01, 8.39it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.39it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.39it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s] 88%|████████▊ | 66/75 [00:08<00:01, 8.38it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.38it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.36it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.36it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s] 99%|█████████▊| 74/75 [00:09<00:00, 8.36it/s] 100%|██████████| 75/75 [00:09<00:00, 8.35it/s] 100%|██████████| 75/75 [00:09<00:00, 8.21it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmpumomhe2r.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:00<00:03, 1.26it/s] 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s] 50%|█████ | 3/6 [00:02<00:02, 1.34it/s] 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] Video saved to /tmp/tmpumomhe2r.mp4 Mesh saved to /tmp/tmpumomhe2r.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDth10srp08nrgg0cftbxvjtdxr0StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://www.mangopeopleshop.com/cdn/shop/files/adorable-shinchan-soft-toy-35cm-plush-326_1200x1200.jpg?v=1707601696" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://www.mangopeopleshop.com/cdn/shop/files/adorable-shinchan-soft-toy-35cm-plush-326_1200x1200.jpg?v=1707601696" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://www.mangopeopleshop.com/cdn/shop/files/adorable-shinchan-soft-toy-35cm-plush-326_1200x1200.jpg?v=1707601696" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://www.mangopeopleshop.com/cdn/shop/files/adorable-shinchan-soft-toy-35cm-plush-326_1200x1200.jpg?v=1707601696" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://www.mangopeopleshop.com/cdn/shop/files/adorable-shinchan-soft-toy-35cm-plush-326_1200x1200.jpg?v=1707601696"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://www.mangopeopleshop.com/cdn/shop/files/adorable-shinchan-soft-toy-35cm-plush-326_1200x1200.jpg?v=1707601696" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T08:51:41.966528Z", "created_at": "2024-06-01T08:47:45.221000Z", "data_removed": false, "error": null, "id": "th10srp08nrgg0cftbxvjtdxr0", "input": { "image_path": "https://www.mangopeopleshop.com/cdn/shop/files/adorable-shinchan-soft-toy-35cm-plush-326_1200x1200.jpg?v=1707601696" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 1%|▎ | 1.62M/176M [00:00<00:10, 16.1MB/s]\n 3%|█ | 5.15M/176M [00:00<00:06, 27.4MB/s]\n 7%|██▌ | 12.1M/176M [00:00<00:03, 46.4MB/s]\n 11%|████▎ | 20.2M/176M [00:00<00:02, 60.2MB/s]\n 16%|██████ | 28.3M/176M [00:00<00:02, 67.8MB/s]\n 21%|███████▊ | 36.3M/176M [00:00<00:01, 71.9MB/s]\n 25%|█████████▌ | 44.4M/176M [00:00<00:01, 74.8MB/s]\n 30%|███████████▎ | 52.3M/176M [00:00<00:01, 76.3MB/s]\n 34%|█████████████ | 60.4M/176M [00:00<00:01, 77.7MB/s]\n 39%|██████████████▉ | 69.2M/176M [00:01<00:01, 80.8MB/s]\n 44%|████████████████▋ | 77.4M/176M [00:01<00:01, 81.1MB/s]\n 49%|██████████████████▌ | 86.0M/176M [00:01<00:01, 82.8MB/s]\n 54%|████████████████████▎ | 94.3M/176M [00:01<00:00, 82.3MB/s]\n 58%|██████████████████████▋ | 103M/176M [00:01<00:00, 80.3MB/s]\n 63%|████████████████████████▌ | 111M/176M [00:01<00:00, 80.9MB/s]\n 68%|██████████████████████████▎ | 119M/176M [00:01<00:00, 80.4MB/s]\n 72%|████████████████████████████▏ | 127M/176M [00:01<00:00, 81.0MB/s]\n 77%|█████████████████████████████▉ | 135M/176M [00:01<00:00, 80.0MB/s]\n 81%|███████████████████████████████▋ | 143M/176M [00:01<00:00, 80.1MB/s]\n 86%|█████████████████████████████████▌ | 152M/176M [00:02<00:00, 81.2MB/s]\n 91%|███████████████████████████████████▍ | 160M/176M [00:02<00:00, 81.3MB/s]\n 95%|█████████████████████████████████████▏ | 168M/176M [00:02<00:00, 81.5MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.20TB/s]\n\u001b[1;31m2024-06-01 08:51:07.480064789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.480056598 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.480158578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.480262018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.480578047 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.484353619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.488253771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.488345630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.492435671 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.493034009 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.495347734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.496253512 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.500252703 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.500398423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.504268124 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.508252865 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.508268435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.512259676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.516252617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.522774822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.512276716 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.528275239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.536250392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.550978608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.551247228 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.556247536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.560253337 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.564248848 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.564264528 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 40, mask: {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;31m2024-06-01 08:51:07.568246889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.568249779 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1146, index: 54, mask: {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;31m2024-06-01 08:51:07.571208232 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.572244810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1126, index: 34, mask: {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;31m2024-06-01 08:51:07.572245520 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1145, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.576250391 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1144, index: 52, mask: {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;31m2024-06-01 08:51:07.576255161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 42, mask: {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;31m2024-06-01 08:51:07.580249052 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.586378548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 44, mask: {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;31m2024-06-01 08:51:07.588257644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.591438787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1137, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.592252845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.596258666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.596300466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1138, index: 46, mask: {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;31m2024-06-01 08:51:07.600253217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1139, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.600254967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.604253528 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.606639482 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1140, index: 48, mask: {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;31m2024-06-01 08:51:07.611692491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1141, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.612245000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.616247490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1142, index: 50, mask: {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;31m2024-06-01 08:51:07.616268070 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1148, index: 56, mask: {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;31m2024-06-01 08:51:07.620250672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1143, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.624248672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1149, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.626869606 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.628257674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1150, index: 58, mask: {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;31m2024-06-01 08:51:07.631930695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 76, mask: {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;31m2024-06-01 08:51:07.632247615 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1151, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.636250045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.636267175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1153, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.640252596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1154, index: 62, mask: {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;31m2024-06-01 08:51:07.640266656 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.644253507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1155, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.647125251 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 80, mask: {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;31m2024-06-01 08:51:07.648248848 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1156, index: 64, mask: {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;31m2024-06-01 08:51:07.652181819 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.652250789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1157, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.656255870 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 82, mask: {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;31m2024-06-01 08:51:07.656259110 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1158, index: 66, mask: {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;31m2024-06-01 08:51:07.660253601 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1159, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.662325356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.664256372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1160, index: 68, mask: {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;31m2024-06-01 08:51:07.668254353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1161, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.668276913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.672247084 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 70, mask: {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;31m2024-06-01 08:51:07.672251404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 86, mask: {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;31m2024-06-01 08:51:07.676250635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.676267675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 88, mask: {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;31m2024-06-01 08:51:07.680251465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 72, mask: {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;31m2024-06-01 08:51:07.680270345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 90, mask: {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;31m2024-06-01 08:51:07.684244457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.684246137 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.688249328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 74, mask: {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;31m2024-06-01 08:51:07.688263668 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.636250055 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1152, index: 60, mask: {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;31m2024-06-01 08:51:07.616250501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1147, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.692252989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 94, mask: {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;31m2024-06-01 08:51:07.640250507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 78, mask: {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;31m2024-06-01 08:51:07.676250625 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.688250548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 92, mask: {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;31m2024-06-01 08:51:07.680253805 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 08:51:07.668254353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:44, 1.66it/s]\n 3%|▎ | 2/75 [00:00<00:23, 3.15it/s]\n 4%|▍ | 3/75 [00:00<00:16, 4.42it/s]\n 5%|▌ | 4/75 [00:00<00:13, 5.45it/s]\n 7%|▋ | 5/75 [00:01<00:11, 6.25it/s]\n 8%|▊ | 6/75 [00:01<00:10, 6.85it/s]\n 9%|▉ | 7/75 [00:01<00:09, 7.30it/s]\n 11%|█ | 8/75 [00:01<00:08, 7.63it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 7.87it/s]\n 13%|█▎ | 10/75 [00:01<00:08, 8.03it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.16it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.24it/s]\n 17%|█▋ | 13/75 [00:02<00:07, 8.30it/s]\n 19%|█▊ | 14/75 [00:02<00:07, 8.35it/s]\n 20%|██ | 15/75 [00:02<00:07, 8.38it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.39it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.41it/s]\n 29%|██▉ | 22/75 [00:03<00:06, 8.41it/s]\n 31%|███ | 23/75 [00:03<00:06, 8.41it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.41it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.41it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.42it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.44it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.45it/s]\n 40%|████ | 30/75 [00:04<00:05, 8.47it/s]\n 41%|████▏ | 31/75 [00:04<00:05, 8.47it/s]\n 43%|████▎ | 32/75 [00:04<00:05, 8.47it/s]\n 44%|████▍ | 33/75 [00:04<00:04, 8.47it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.46it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.46it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.47it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.47it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.48it/s]\n 52%|█████▏ | 39/75 [00:05<00:04, 8.48it/s]\n 53%|█████▎ | 40/75 [00:05<00:04, 8.48it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.48it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.46it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.46it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.46it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s]\n 63%|██████▎ | 47/75 [00:06<00:03, 8.47it/s]\n 64%|██████▍ | 48/75 [00:06<00:03, 8.47it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.45it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.45it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.46it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.46it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.46it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.46it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s]\n 75%|███████▍ | 56/75 [00:07<00:02, 8.46it/s]\n 76%|███████▌ | 57/75 [00:07<00:02, 8.47it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.47it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.46it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.46it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.46it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s]\n 85%|████████▌ | 64/75 [00:08<00:01, 8.45it/s]\n 87%|████████▋ | 65/75 [00:08<00:01, 8.46it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.45it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.45it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.46it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.47it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.47it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.47it/s]\n 96%|█████████▌| 72/75 [00:09<00:00, 8.47it/s]\n 97%|█████████▋| 73/75 [00:09<00:00, 8.47it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.44it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.44it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.02it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmpt3dcj65w.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.26it/s]\n 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.34it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.35it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\nVideo saved to /tmp/tmpt3dcj65w.mp4\nMesh saved to /tmp/tmpt3dcj65w.obj", "metrics": { "predict_time": 38.759786, "total_time": 236.745528 }, "output": [ "https://replicate.delivery/pbxt/pBcAuaPsE9pqK9a4JNOlrygRaSAa04flDKsJZfyssfy5YS0lA/mv_show_images.png", "https://replicate.delivery/pbxt/dJ74Wxv5tgKUJZ6sYiZncmyQ3EvGyZkuKw5AyyPEFvYHTiuE/tmpt3dcj65w.mp4", "https://replicate.delivery/pbxt/X4sY7c58mu40LtnMRtqX2V0rOi8ToLqgooGbVVZcRMZHTiuE/tmpt3dcj65w.glb" ], "started_at": "2024-06-01T08:51:03.206742Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/th10srp08nrgg0cftbxvjtdxr0", "cancel": "https://api.replicate.com/v1/predictions/th10srp08nrgg0cftbxvjtdxr0/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 1%|▎ | 1.62M/176M [00:00<00:10, 16.1MB/s] 3%|█ | 5.15M/176M [00:00<00:06, 27.4MB/s] 7%|██▌ | 12.1M/176M [00:00<00:03, 46.4MB/s] 11%|████▎ | 20.2M/176M [00:00<00:02, 60.2MB/s] 16%|██████ | 28.3M/176M [00:00<00:02, 67.8MB/s] 21%|███████▊ | 36.3M/176M [00:00<00:01, 71.9MB/s] 25%|█████████▌ | 44.4M/176M [00:00<00:01, 74.8MB/s] 30%|███████████▎ | 52.3M/176M [00:00<00:01, 76.3MB/s] 34%|█████████████ | 60.4M/176M [00:00<00:01, 77.7MB/s] 39%|██████████████▉ | 69.2M/176M [00:01<00:01, 80.8MB/s] 44%|████████████████▋ | 77.4M/176M [00:01<00:01, 81.1MB/s] 49%|██████████████████▌ | 86.0M/176M [00:01<00:01, 82.8MB/s] 54%|████████████████████▎ | 94.3M/176M [00:01<00:00, 82.3MB/s] 58%|██████████████████████▋ | 103M/176M [00:01<00:00, 80.3MB/s] 63%|████████████████████████▌ | 111M/176M [00:01<00:00, 80.9MB/s] 68%|██████████████████████████▎ | 119M/176M [00:01<00:00, 80.4MB/s] 72%|████████████████████████████▏ | 127M/176M [00:01<00:00, 81.0MB/s] 77%|█████████████████████████████▉ | 135M/176M [00:01<00:00, 80.0MB/s] 81%|███████████████████████████████▋ | 143M/176M [00:01<00:00, 80.1MB/s] 86%|█████████████████████████████████▌ | 152M/176M [00:02<00:00, 81.2MB/s] 91%|███████████████████████████████████▍ | 160M/176M [00:02<00:00, 81.3MB/s] 95%|█████████████████████████████████████▏ | 168M/176M [00:02<00:00, 81.5MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.20TB/s] 2024-06-01 08:51:07.480064789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.480056598 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.480158578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.480262018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.480578047 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.484353619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.488253771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1108, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.488345630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.492435671 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.493034009 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1109, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.495347734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.496253512 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.500252703 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.500398423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.504268124 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.508252865 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1114, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.508268435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1110, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.512259676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1115, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.516252617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.522774822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.512276716 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1111, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.528275239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1112, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.536250392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1113, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.550978608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.551247228 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1116, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.556247536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1119, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.560253337 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1120, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.564248848 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1121, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.564264528 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.568246889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1122, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.568249779 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1146, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.571208232 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.572244810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1126, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.572245520 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1145, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.576250391 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1144, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.576255161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.580249052 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.586378548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.588257644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1117, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.591438787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1137, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.592252845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1118, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.596258666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1123, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.596300466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1138, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.600253217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1139, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.600254967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1124, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.604253528 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1125, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.606639482 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1140, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.611692491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1141, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.612245000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.616247490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1142, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.616268070 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1148, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.620250672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1143, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.624248672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1149, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.626869606 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.628257674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1150, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.631930695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.632247615 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1151, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.636250045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.636267175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1153, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.640252596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1154, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.640266656 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.644253507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1155, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.647125251 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.648248848 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1156, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.652181819 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.652250789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1157, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.656255870 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.656259110 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1158, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.660253601 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1159, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.662325356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.664256372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1160, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.668254353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1161, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.668276913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.672247084 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.672251404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.676250635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.676267675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.680251465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.680270345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.684244457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.684246137 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.688249328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.688263668 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.636250055 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1152, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.616250501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1147, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.692252989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.640250507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.676250625 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.688250548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.680253805 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 08:51:07.668254353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:00<00:44, 1.66it/s] 3%|▎ | 2/75 [00:00<00:23, 3.15it/s] 4%|▍ | 3/75 [00:00<00:16, 4.42it/s] 5%|▌ | 4/75 [00:00<00:13, 5.45it/s] 7%|▋ | 5/75 [00:01<00:11, 6.25it/s] 8%|▊ | 6/75 [00:01<00:10, 6.85it/s] 9%|▉ | 7/75 [00:01<00:09, 7.30it/s] 11%|█ | 8/75 [00:01<00:08, 7.63it/s] 12%|█▏ | 9/75 [00:01<00:08, 7.87it/s] 13%|█▎ | 10/75 [00:01<00:08, 8.03it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.16it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.24it/s] 17%|█▋ | 13/75 [00:02<00:07, 8.30it/s] 19%|█▊ | 14/75 [00:02<00:07, 8.35it/s] 20%|██ | 15/75 [00:02<00:07, 8.38it/s] 21%|██▏ | 16/75 [00:02<00:07, 8.39it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.41it/s] 29%|██▉ | 22/75 [00:03<00:06, 8.41it/s] 31%|███ | 23/75 [00:03<00:06, 8.41it/s] 32%|███▏ | 24/75 [00:03<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:03<00:05, 8.41it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.41it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.42it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.44it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.45it/s] 40%|████ | 30/75 [00:04<00:05, 8.47it/s] 41%|████▏ | 31/75 [00:04<00:05, 8.47it/s] 43%|████▎ | 32/75 [00:04<00:05, 8.47it/s] 44%|████▍ | 33/75 [00:04<00:04, 8.47it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.46it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.46it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.47it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.47it/s] 51%|█████ | 38/75 [00:04<00:04, 8.48it/s] 52%|█████▏ | 39/75 [00:05<00:04, 8.48it/s] 53%|█████▎ | 40/75 [00:05<00:04, 8.48it/s] 55%|█████▍ | 41/75 [00:05<00:04, 8.48it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.46it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.46it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s] 60%|██████ | 45/75 [00:05<00:03, 8.46it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s] 63%|██████▎ | 47/75 [00:06<00:03, 8.47it/s] 64%|██████▍ | 48/75 [00:06<00:03, 8.47it/s] 65%|██████▌ | 49/75 [00:06<00:03, 8.45it/s] 67%|██████▋ | 50/75 [00:06<00:02, 8.45it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.46it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.46it/s] 71%|███████ | 53/75 [00:06<00:02, 8.46it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.46it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s] 75%|███████▍ | 56/75 [00:07<00:02, 8.46it/s] 76%|███████▌ | 57/75 [00:07<00:02, 8.47it/s] 77%|███████▋ | 58/75 [00:07<00:02, 8.47it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.46it/s] 80%|████████ | 60/75 [00:07<00:01, 8.46it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.46it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s] 85%|████████▌ | 64/75 [00:08<00:01, 8.45it/s] 87%|████████▋ | 65/75 [00:08<00:01, 8.46it/s] 88%|████████▊ | 66/75 [00:08<00:01, 8.45it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.45it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.46it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.47it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.47it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.47it/s] 96%|█████████▌| 72/75 [00:09<00:00, 8.47it/s] 97%|█████████▋| 73/75 [00:09<00:00, 8.47it/s] 99%|█████████▊| 74/75 [00:09<00:00, 8.44it/s] 100%|██████████| 75/75 [00:09<00:00, 8.44it/s] 100%|██████████| 75/75 [00:09<00:00, 8.02it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmpt3dcj65w.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:00<00:03, 1.26it/s] 33%|███▎ | 2/6 [00:01<00:03, 1.32it/s] 50%|█████ | 3/6 [00:02<00:02, 1.34it/s] 67%|██████▋ | 4/6 [00:02<00:01, 1.35it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.35it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] Video saved to /tmp/tmpt3dcj65w.mp4 Mesh saved to /tmp/tmpt3dcj65w.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDy3wyh8rtrsrgm0cftckaqchsn0StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/b7/ef/eb/b7efeb70700921e979ce2cbe2bfa1a07.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/b7/ef/eb/b7efeb70700921e979ce2cbe2bfa1a07.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/b7/ef/eb/b7efeb70700921e979ce2cbe2bfa1a07.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/b7/ef/eb/b7efeb70700921e979ce2cbe2bfa1a07.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/b7/ef/eb/b7efeb70700921e979ce2cbe2bfa1a07.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/b7/ef/eb/b7efeb70700921e979ce2cbe2bfa1a07.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T09:36:44.821148Z", "created_at": "2024-06-01T09:34:00.902000Z", "data_removed": false, "error": null, "id": "y3wyh8rtrsrgm0cftckaqchsn0", "input": { "image_path": "https://i.pinimg.com/564x/b7/ef/eb/b7efeb70700921e979ce2cbe2bfa1a07.jpg" }, "logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 2%|▊ | 3.98M/176M [00:00<00:04, 39.8MB/s]\n 6%|██▏ | 10.3M/176M [00:00<00:03, 53.8MB/s]\n 10%|███▋ | 16.9M/176M [00:00<00:02, 59.2MB/s]\n 13%|█████ | 23.5M/176M [00:00<00:02, 61.7MB/s]\n 17%|██████▌ | 30.2M/176M [00:00<00:02, 63.6MB/s]\n 21%|███████▉ | 36.5M/176M [00:00<00:02, 63.1MB/s]\n 24%|█████████▎ | 43.0M/176M [00:00<00:02, 63.6MB/s]\n 28%|██████████▋ | 49.6M/176M [00:00<00:01, 64.4MB/s]\n 32%|████████████ | 56.1M/176M [00:00<00:01, 64.0MB/s]\n 36%|█████████████▌ | 62.6M/176M [00:01<00:01, 64.5MB/s]\n 39%|██████████████▉ | 69.1M/176M [00:01<00:01, 64.5MB/s]\n 43%|████████████████▎ | 75.8M/176M [00:01<00:01, 65.4MB/s]\n 47%|█████████████████▊ | 82.4M/176M [00:01<00:01, 65.0MB/s]\n 50%|███████████████████▏ | 88.9M/176M [00:01<00:01, 64.9MB/s]\n 54%|████████████████████▌ | 95.3M/176M [00:01<00:01, 64.2MB/s]\n 58%|██████████████████████▌ | 102M/176M [00:01<00:01, 63.9MB/s]\n 62%|████████████████████████ | 108M/176M [00:01<00:01, 64.4MB/s]\n 65%|█████████████████████████▍ | 115M/176M [00:01<00:00, 65.0MB/s]\n 69%|██████████████████████████▉ | 122M/176M [00:01<00:00, 65.4MB/s]\n 73%|████████████████████████████▍ | 128M/176M [00:02<00:00, 65.6MB/s]\n 77%|█████████████████████████████▉ | 135M/176M [00:02<00:00, 65.8MB/s]\n 80%|███████████████████████████████▎ | 141M/176M [00:02<00:00, 66.0MB/s]\n 84%|████████████████████████████████▊ | 148M/176M [00:02<00:00, 66.4MB/s]\n 88%|██████████████████████████████████▎ | 155M/176M [00:02<00:00, 67.0MB/s]\n 92%|███████████████████████████████████▉ | 162M/176M [00:02<00:00, 67.8MB/s]\n 96%|█████████████████████████████████████▍ | 169M/176M [00:02<00:00, 68.0MB/s]\n100%|██████████████████████████████████████▉| 176M/176M [00:02<00:00, 68.4MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.30TB/s]\n\u001b[1;31m2024-06-01 09:36:10.266449329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1013, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.266556299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1014, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.266659839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1015, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.266708099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1016, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.266776629 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1017, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.266821919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1018, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.266890059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1019, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.266944559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1020, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267003379 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1021, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267054149 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1022, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267113099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1023, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267382288 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1028, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267477508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1029, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267531518 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1030, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267581878 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1031, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267634988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1032, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267677998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1033, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267744708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1034, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267788928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1035, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267853658 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1036, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267905498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267945188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1038, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.267967498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1039, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268006298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1040, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268046158 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1041, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268084368 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1042, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268121288 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1043, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268167458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1044, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268207527 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1045, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268255538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268293798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 34, mask: {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;31m2024-06-01 09:36:10.268330338 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268370087 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 36, mask: {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;31m2024-06-01 09:36:10.268410667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268447457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 38, mask: {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;31m2024-06-01 09:36:10.268487847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268527067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 40, mask: {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;31m2024-06-01 09:36:10.268562277 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268600207 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 42, mask: {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;31m2024-06-01 09:36:10.268646367 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268688477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 44, mask: {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;31m2024-06-01 09:36:10.268726427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268764257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 46, mask: {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;31m2024-06-01 09:36:10.268802497 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268845927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 48, mask: {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;31m2024-06-01 09:36:10.268881747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.268924657 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 50, mask: {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;31m2024-06-01 09:36:10.268958757 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269001457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 52, mask: {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;31m2024-06-01 09:36:10.269035017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269066147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 54, mask: {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;31m2024-06-01 09:36:10.269103307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269151477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 56, mask: {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;31m2024-06-01 09:36:10.269182527 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269212507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 58, mask: {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;31m2024-06-01 09:36:10.269248326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269285257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 60, mask: {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;31m2024-06-01 09:36:10.269316966 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269351506 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 62, mask: {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;31m2024-06-01 09:36:10.269386257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269420997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 64, mask: {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;31m2024-06-01 09:36:10.269453106 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269486466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 66, mask: {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;31m2024-06-01 09:36:10.269520326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269553956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 68, mask: {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;31m2024-06-01 09:36:10.269591786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269621686 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 70, mask: {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;31m2024-06-01 09:36:10.269658056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269695326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 72, mask: {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;31m2024-06-01 09:36:10.269735666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269772136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 74, mask: {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;31m2024-06-01 09:36:10.269811296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269849006 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 76, mask: {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;31m2024-06-01 09:36:10.269900186 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.269934466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 78, mask: {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;31m2024-06-01 09:36:10.269967726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270005126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 80, mask: {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;31m2024-06-01 09:36:10.270054096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270099296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 82, mask: {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;31m2024-06-01 09:36:10.270140546 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270179246 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 84, mask: {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;31m2024-06-01 09:36:10.270212916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270280496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 86, mask: {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;31m2024-06-01 09:36:10.270317196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270353785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 88, mask: {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;31m2024-06-01 09:36:10.270399565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270435496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 90, mask: {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;31m2024-06-01 09:36:10.270471985 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270508576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 92, mask: {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;31m2024-06-01 09:36:10.270539676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:36:10.270578496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:01<01:16, 1.04s/it]\n 3%|▎ | 2/75 [00:01<00:36, 2.01it/s]\n 4%|▍ | 3/75 [00:01<00:23, 3.08it/s]\n 5%|▌ | 4/75 [00:01<00:17, 4.11it/s]\n 7%|▋ | 5/75 [00:01<00:13, 5.04it/s]\n 8%|▊ | 6/75 [00:01<00:11, 5.83it/s]\n 9%|▉ | 7/75 [00:01<00:10, 6.48it/s]\n 11%|█ | 8/75 [00:01<00:09, 6.99it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 7.37it/s]\n 13%|█▎ | 10/75 [00:02<00:08, 7.64it/s]\n 15%|█▍ | 11/75 [00:02<00:08, 7.84it/s]\n 16%|█▌ | 12/75 [00:02<00:07, 8.00it/s]\n 17%|█▋ | 13/75 [00:02<00:07, 8.10it/s]\n 19%|█▊ | 14/75 [00:02<00:07, 8.18it/s]\n 20%|██ | 15/75 [00:02<00:07, 8.24it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.28it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.31it/s]\n 24%|██▍ | 18/75 [00:03<00:06, 8.35it/s]\n 25%|██▌ | 19/75 [00:03<00:06, 8.37it/s]\n 27%|██▋ | 20/75 [00:03<00:06, 8.38it/s]\n 28%|██▊ | 21/75 [00:03<00:06, 8.38it/s]\n 29%|██▉ | 22/75 [00:03<00:06, 8.40it/s]\n 31%|███ | 23/75 [00:03<00:06, 8.41it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.43it/s]\n 35%|███▍ | 26/75 [00:04<00:05, 8.43it/s]\n 36%|███▌ | 27/75 [00:04<00:05, 8.44it/s]\n 37%|███▋ | 28/75 [00:04<00:05, 8.43it/s]\n 39%|███▊ | 29/75 [00:04<00:05, 8.43it/s]\n 40%|████ | 30/75 [00:04<00:05, 8.42it/s]\n 41%|████▏ | 31/75 [00:04<00:05, 8.41it/s]\n 43%|████▎ | 32/75 [00:04<00:05, 8.41it/s]\n 44%|████▍ | 33/75 [00:04<00:04, 8.41it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.40it/s]\n 47%|████▋ | 35/75 [00:05<00:04, 8.40it/s]\n 48%|████▊ | 36/75 [00:05<00:04, 8.41it/s]\n 49%|████▉ | 37/75 [00:05<00:04, 8.41it/s]\n 51%|█████ | 38/75 [00:05<00:04, 8.41it/s]\n 52%|█████▏ | 39/75 [00:05<00:04, 8.41it/s]\n 53%|█████▎ | 40/75 [00:05<00:04, 8.41it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.41it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.42it/s]\n 57%|█████▋ | 43/75 [00:06<00:03, 8.42it/s]\n 59%|█████▊ | 44/75 [00:06<00:03, 8.42it/s]\n 60%|██████ | 45/75 [00:06<00:03, 8.42it/s]\n 61%|██████▏ | 46/75 [00:06<00:03, 8.43it/s]\n 63%|██████▎ | 47/75 [00:06<00:03, 8.43it/s]\n 64%|██████▍ | 48/75 [00:06<00:03, 8.42it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.41it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.40it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.40it/s]\n 69%|██████▉ | 52/75 [00:07<00:02, 8.40it/s]\n 71%|███████ | 53/75 [00:07<00:02, 8.40it/s]\n 72%|███████▏ | 54/75 [00:07<00:02, 8.40it/s]\n 73%|███████▎ | 55/75 [00:07<00:02, 8.40it/s]\n 75%|███████▍ | 56/75 [00:07<00:02, 8.40it/s]\n 76%|███████▌ | 57/75 [00:07<00:02, 8.40it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.41it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.42it/s]\n 80%|████████ | 60/75 [00:08<00:01, 8.42it/s]\n 81%|████████▏ | 61/75 [00:08<00:01, 8.42it/s]\n 83%|████████▎ | 62/75 [00:08<00:01, 8.41it/s]\n 84%|████████▍ | 63/75 [00:08<00:01, 8.42it/s]\n 85%|████████▌ | 64/75 [00:08<00:01, 8.42it/s]\n 87%|████████▋ | 65/75 [00:08<00:01, 8.42it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.41it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.41it/s]\n 91%|█████████ | 68/75 [00:09<00:00, 8.41it/s]\n 92%|█████████▏| 69/75 [00:09<00:00, 8.40it/s]\n 93%|█████████▎| 70/75 [00:09<00:00, 8.40it/s]\n 95%|█████████▍| 71/75 [00:09<00:00, 8.39it/s]\n 96%|█████████▌| 72/75 [00:09<00:00, 8.39it/s]\n 97%|█████████▋| 73/75 [00:09<00:00, 8.39it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.40it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.40it/s]\n100%|██████████| 75/75 [00:09<00:00, 7.62it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmpaj_9uucp.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:01<00:06, 1.24s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.06it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.18it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.25it/s]\n 83%|████████▎ | 5/6 [00:04<00:00, 1.29it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.23it/s]\nVideo saved to /tmp/tmpaj_9uucp.mp4\nMesh saved to /tmp/tmpaj_9uucp.obj", "metrics": { "predict_time": 37.960781, "total_time": 163.919148 }, "output": [ "https://replicate.delivery/pbxt/v2DlxfRIeeZB4I5vEpzGfakKeVwpb5kpcsJrvIEWM0Kj1ORXC/mv_show_images.png", "https://replicate.delivery/pbxt/fTTRe1e6FPWTPos9W02o8e3820DxWiwmUeZ2ffk3rb8PW7EdJA/tmpaj_9uucp.mp4", "https://replicate.delivery/pbxt/KTmaCeKTcfoAoUieQmedbDjsgSYf09wVeeCUG1wppeAbs2J6SA/tmpaj_9uucp.glb" ], "started_at": "2024-06-01T09:36:06.860367Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/y3wyh8rtrsrgm0cftckaqchsn0", "cancel": "https://api.replicate.com/v1/predictions/y3wyh8rtrsrgm0cftckaqchsn0/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated inDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 2%|▊ | 3.98M/176M [00:00<00:04, 39.8MB/s] 6%|██▏ | 10.3M/176M [00:00<00:03, 53.8MB/s] 10%|███▋ | 16.9M/176M [00:00<00:02, 59.2MB/s] 13%|█████ | 23.5M/176M [00:00<00:02, 61.7MB/s] 17%|██████▌ | 30.2M/176M [00:00<00:02, 63.6MB/s] 21%|███████▉ | 36.5M/176M [00:00<00:02, 63.1MB/s] 24%|█████████▎ | 43.0M/176M [00:00<00:02, 63.6MB/s] 28%|██████████▋ | 49.6M/176M [00:00<00:01, 64.4MB/s] 32%|████████████ | 56.1M/176M [00:00<00:01, 64.0MB/s] 36%|█████████████▌ | 62.6M/176M [00:01<00:01, 64.5MB/s] 39%|██████████████▉ | 69.1M/176M [00:01<00:01, 64.5MB/s] 43%|████████████████▎ | 75.8M/176M [00:01<00:01, 65.4MB/s] 47%|█████████████████▊ | 82.4M/176M [00:01<00:01, 65.0MB/s] 50%|███████████████████▏ | 88.9M/176M [00:01<00:01, 64.9MB/s] 54%|████████████████████▌ | 95.3M/176M [00:01<00:01, 64.2MB/s] 58%|██████████████████████▌ | 102M/176M [00:01<00:01, 63.9MB/s] 62%|████████████████████████ | 108M/176M [00:01<00:01, 64.4MB/s] 65%|█████████████████████████▍ | 115M/176M [00:01<00:00, 65.0MB/s] 69%|██████████████████████████▉ | 122M/176M [00:01<00:00, 65.4MB/s] 73%|████████████████████████████▍ | 128M/176M [00:02<00:00, 65.6MB/s] 77%|█████████████████████████████▉ | 135M/176M [00:02<00:00, 65.8MB/s] 80%|███████████████████████████████▎ | 141M/176M [00:02<00:00, 66.0MB/s] 84%|████████████████████████████████▊ | 148M/176M [00:02<00:00, 66.4MB/s] 88%|██████████████████████████████████▎ | 155M/176M [00:02<00:00, 67.0MB/s] 92%|███████████████████████████████████▉ | 162M/176M [00:02<00:00, 67.8MB/s] 96%|█████████████████████████████████████▍ | 169M/176M [00:02<00:00, 68.0MB/s] 100%|██████████████████████████████████████▉| 176M/176M [00:02<00:00, 68.4MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.30TB/s] 2024-06-01 09:36:10.266449329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1013, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.266556299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1014, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.266659839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1015, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.266708099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1016, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.266776629 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1017, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.266821919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1018, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.266890059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1019, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.266944559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1020, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267003379 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1021, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267054149 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1022, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267113099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1023, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267382288 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1028, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267477508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1029, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267531518 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1030, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267581878 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1031, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267634988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1032, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267677998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1033, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267744708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1034, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267788928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1035, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267853658 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1036, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267905498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1037, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267945188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1038, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.267967498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1039, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268006298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1040, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268046158 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1041, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268084368 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1042, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268121288 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1043, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268167458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1044, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268207527 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1045, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268255538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1046, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268293798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1047, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268330338 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1048, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268370087 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1049, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268410667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1050, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268447457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1051, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268487847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1052, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268527067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1053, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268562277 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1054, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268600207 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1055, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268646367 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1056, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268688477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1057, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268726427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1058, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268764257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1059, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268802497 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1060, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268845927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1061, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268881747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1062, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268924657 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1063, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.268958757 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1064, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269001457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1065, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269035017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1066, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269066147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1067, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269103307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1068, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269151477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1069, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269182527 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1070, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269212507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1071, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269248326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1072, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269285257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1073, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269316966 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1074, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269351506 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1075, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269386257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1076, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269420997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1077, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269453106 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1078, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269486466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1079, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269520326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1080, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269553956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1081, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269591786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1082, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269621686 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1083, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269658056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1084, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269695326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1085, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269735666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1086, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269772136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1087, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269811296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1088, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269849006 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1089, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269900186 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1090, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269934466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1091, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.269967726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1092, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270005126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1093, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270054096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1094, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270099296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1095, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270140546 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1096, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270179246 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1097, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270212916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1098, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270280496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1099, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270317196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1100, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270353785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1101, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270399565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1102, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270435496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1103, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270471985 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1104, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270508576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1105, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270539676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1106, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:36:10.270578496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1107, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups) /root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, 1%|▏ | 1/75 [00:01<01:16, 1.04s/it] 3%|▎ | 2/75 [00:01<00:36, 2.01it/s] 4%|▍ | 3/75 [00:01<00:23, 3.08it/s] 5%|▌ | 4/75 [00:01<00:17, 4.11it/s] 7%|▋ | 5/75 [00:01<00:13, 5.04it/s] 8%|▊ | 6/75 [00:01<00:11, 5.83it/s] 9%|▉ | 7/75 [00:01<00:10, 6.48it/s] 11%|█ | 8/75 [00:01<00:09, 6.99it/s] 12%|█▏ | 9/75 [00:01<00:08, 7.37it/s] 13%|█▎ | 10/75 [00:02<00:08, 7.64it/s] 15%|█▍ | 11/75 [00:02<00:08, 7.84it/s] 16%|█▌ | 12/75 [00:02<00:07, 8.00it/s] 17%|█▋ | 13/75 [00:02<00:07, 8.10it/s] 19%|█▊ | 14/75 [00:02<00:07, 8.18it/s] 20%|██ | 15/75 [00:02<00:07, 8.24it/s] 21%|██▏ | 16/75 [00:02<00:07, 8.28it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.31it/s] 24%|██▍ | 18/75 [00:03<00:06, 8.35it/s] 25%|██▌ | 19/75 [00:03<00:06, 8.37it/s] 27%|██▋ | 20/75 [00:03<00:06, 8.38it/s] 28%|██▊ | 21/75 [00:03<00:06, 8.38it/s] 29%|██▉ | 22/75 [00:03<00:06, 8.40it/s] 31%|███ | 23/75 [00:03<00:06, 8.41it/s] 32%|███▏ | 24/75 [00:03<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:03<00:05, 8.43it/s] 35%|███▍ | 26/75 [00:04<00:05, 8.43it/s] 36%|███▌ | 27/75 [00:04<00:05, 8.44it/s] 37%|███▋ | 28/75 [00:04<00:05, 8.43it/s] 39%|███▊ | 29/75 [00:04<00:05, 8.43it/s] 40%|████ | 30/75 [00:04<00:05, 8.42it/s] 41%|████▏ | 31/75 [00:04<00:05, 8.41it/s] 43%|████▎ | 32/75 [00:04<00:05, 8.41it/s] 44%|████▍ | 33/75 [00:04<00:04, 8.41it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.40it/s] 47%|████▋ | 35/75 [00:05<00:04, 8.40it/s] 48%|████▊ | 36/75 [00:05<00:04, 8.41it/s] 49%|████▉ | 37/75 [00:05<00:04, 8.41it/s] 51%|█████ | 38/75 [00:05<00:04, 8.41it/s] 52%|█████▏ | 39/75 [00:05<00:04, 8.41it/s] 53%|█████▎ | 40/75 [00:05<00:04, 8.41it/s] 55%|█████▍ | 41/75 [00:05<00:04, 8.41it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.42it/s] 57%|█████▋ | 43/75 [00:06<00:03, 8.42it/s] 59%|█████▊ | 44/75 [00:06<00:03, 8.42it/s] 60%|██████ | 45/75 [00:06<00:03, 8.42it/s] 61%|██████▏ | 46/75 [00:06<00:03, 8.43it/s] 63%|██████▎ | 47/75 [00:06<00:03, 8.43it/s] 64%|██████▍ | 48/75 [00:06<00:03, 8.42it/s] 65%|██████▌ | 49/75 [00:06<00:03, 8.41it/s] 67%|██████▋ | 50/75 [00:06<00:02, 8.40it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.40it/s] 69%|██████▉ | 52/75 [00:07<00:02, 8.40it/s] 71%|███████ | 53/75 [00:07<00:02, 8.40it/s] 72%|███████▏ | 54/75 [00:07<00:02, 8.40it/s] 73%|███████▎ | 55/75 [00:07<00:02, 8.40it/s] 75%|███████▍ | 56/75 [00:07<00:02, 8.40it/s] 76%|███████▌ | 57/75 [00:07<00:02, 8.40it/s] 77%|███████▋ | 58/75 [00:07<00:02, 8.41it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.42it/s] 80%|████████ | 60/75 [00:08<00:01, 8.42it/s] 81%|████████▏ | 61/75 [00:08<00:01, 8.42it/s] 83%|████████▎ | 62/75 [00:08<00:01, 8.41it/s] 84%|████████▍ | 63/75 [00:08<00:01, 8.42it/s] 85%|████████▌ | 64/75 [00:08<00:01, 8.42it/s] 87%|████████▋ | 65/75 [00:08<00:01, 8.42it/s] 88%|████████▊ | 66/75 [00:08<00:01, 8.41it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.41it/s] 91%|█████████ | 68/75 [00:09<00:00, 8.41it/s] 92%|█████████▏| 69/75 [00:09<00:00, 8.40it/s] 93%|█████████▎| 70/75 [00:09<00:00, 8.40it/s] 95%|█████████▍| 71/75 [00:09<00:00, 8.39it/s] 96%|█████████▌| 72/75 [00:09<00:00, 8.39it/s] 97%|█████████▋| 73/75 [00:09<00:00, 8.39it/s] 99%|█████████▊| 74/75 [00:09<00:00, 8.40it/s] 100%|██████████| 75/75 [00:09<00:00, 8.40it/s] 100%|██████████| 75/75 [00:09<00:00, 7.62it/s] /src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) show_image = torch.from_numpy(show_image) # (960, 640, 3) /tmp/tmpaj_9uucp.obj 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.) face_normals = torch.cross(v1 - v0, v2 - v0) 17%|█▋ | 1/6 [00:01<00:06, 1.24s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.06it/s] 50%|█████ | 3/6 [00:02<00:02, 1.18it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.25it/s] 83%|████████▎ | 5/6 [00:04<00:00, 1.29it/s] 100%|██████████| 6/6 [00:04<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.23it/s] Video saved to /tmp/tmpaj_9uucp.mp4 Mesh saved to /tmp/tmpaj_9uucp.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6ID34cbbvwk8nrgm0cftcnak3jccmStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/21/70/27/21702798735c9fcecfac0d9c3b3b0ad5.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/21/70/27/21702798735c9fcecfac0d9c3b3b0ad5.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/21/70/27/21702798735c9fcecfac0d9c3b3b0ad5.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/21/70/27/21702798735c9fcecfac0d9c3b3b0ad5.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/21/70/27/21702798735c9fcecfac0d9c3b3b0ad5.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/21/70/27/21702798735c9fcecfac0d9c3b3b0ad5.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T09:39:23.915977Z", "created_at": "2024-06-01T09:38:53.893000Z", "data_removed": false, "error": null, "id": "34cbbvwk8nrgm0cftcnak3jccm", "input": { "image_path": "https://i.pinimg.com/564x/21/70/27/21702798735c9fcecfac0d9c3b3b0ad5.jpg" }, "logs": "\u001b[1;31m2024-06-01 09:38:54.222899162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2394, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.222898252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2393, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.222962662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2395, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.223007982 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2396, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.234248592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2487, index: 94, mask: {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;31m2024-06-01 09:38:54.234248602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2485, index: 92, mask: {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;31m2024-06-01 09:38:54.238245348 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2398, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.242244895 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2486, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.242248975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2399, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.246244951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2397, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.246255302 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2400, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.250277719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2408, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.254247285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2409, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.254307475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2484, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.258260072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2410, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.262277478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2401, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.264905996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2411, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.265208956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2481, index: 88, mask: {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;31m2024-06-01 09:38:54.266312535 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2483, index: 90, mask: {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;31m2024-06-01 09:38:54.268472783 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2402, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.270250851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2482, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.270273751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2413, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.273531158 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2403, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.270249781 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2412, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.274243417 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2414, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.278303454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2415, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.282355240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2419, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.286286707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2442, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.288738875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2420, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.290263914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2443, index: 50, mask: {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;31m2024-06-01 09:38:54.293776861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2421, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.294246710 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2444, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.298239317 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2445, index: 52, mask: {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;31m2024-06-01 09:38:54.298240147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2422, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.302243734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2423, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.302243724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2446, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.306249280 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2447, index: 54, mask: {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;31m2024-06-01 09:38:54.308953188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2424, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.310249487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2448, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.314018293 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2425, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.314246903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2449, index: 56, mask: {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;31m2024-06-01 09:38:54.318241760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2450, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.318242360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2426, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.322244476 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2427, index: 34, mask: {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;31m2024-06-01 09:38:54.322248056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2451, index: 58, mask: {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;31m2024-06-01 09:38:54.326249903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2452, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.329198360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2428, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.330245259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2453, index: 60, mask: {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;31m2024-06-01 09:38:54.334247216 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2454, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.334252956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2429, index: 36, mask: {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;31m2024-06-01 09:38:54.338240163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2455, index: 62, mask: {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;31m2024-06-01 09:38:54.338239993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2439, index: 46, mask: {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;31m2024-06-01 09:38:54.338260913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2431, index: 38, mask: {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;31m2024-06-01 09:38:54.342244889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2438, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.342254659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2456, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.344382377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2432, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.346245916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2457, index: 64, mask: {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;31m2024-06-01 09:38:54.349445003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2433, index: 40, mask: {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;31m2024-06-01 09:38:54.350245552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2458, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.354247499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2434, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.354274049 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2460, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.354246659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2459, index: 66, mask: {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;31m2024-06-01 09:38:54.358239515 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2461, index: 68, mask: {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;31m2024-06-01 09:38:54.364627550 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2435, index: 42, mask: {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;31m2024-06-01 09:38:54.365035869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2462, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.369923915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2436, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.370257145 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2463, index: 70, mask: {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;31m2024-06-01 09:38:54.374253372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2437, index: 44, mask: {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;31m2024-06-01 09:38:54.374261372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2464, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.378243398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2465, index: 72, mask: {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;31m2024-06-01 09:38:54.378261538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2441, index: 48, mask: {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;31m2024-06-01 09:38:54.382253735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2466, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.378241208 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2440, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.386239171 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2416, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.338240373 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2430, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.390238118 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2467, index: 74, mask: {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;31m2024-06-01 09:38:54.394238704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2417, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.394256974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2469, index: 76, mask: {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;31m2024-06-01 09:38:54.394238714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2468, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.398242940 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2418, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.402251457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2477, index: 84, mask: {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;31m2024-06-01 09:38:54.402263727 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2470, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.406236634 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2478, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.406261424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2472, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.406240794 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2471, index: 78, mask: {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;31m2024-06-01 09:38:54.410238161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2473, index: 80, mask: {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;31m2024-06-01 09:38:54.414242877 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2479, index: 86, mask: {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;31m2024-06-01 09:38:54.414285957 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2474, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.418245724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2480, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:38:54.418250334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2475, index: 82, mask: {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;31m2024-06-01 09:38:54.418280734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2476, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.53it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.48it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.46it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.46it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.46it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.47it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.47it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.45it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.43it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.43it/s]\n 21%|██▏ | 16/75 [00:01<00:06, 8.44it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.44it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.44it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.42it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.41it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.41it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.40it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.41it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.42it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.42it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.42it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.41it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.40it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.40it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.39it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.39it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.39it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.38it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.39it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.38it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.39it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.39it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.39it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.38it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.37it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.37it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.37it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.37it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.37it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.35it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.36it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.37it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.37it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.36it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.37it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.39it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.39it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.38it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.38it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.37it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.38it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.37it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.40it/s]\n/tmp/tmp4otv02yv.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.26it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.28it/s]\nVideo saved to /tmp/tmp4otv02yv.mp4\nMesh saved to /tmp/tmp4otv02yv.obj", "metrics": { "predict_time": 30.002195, "total_time": 30.022977 }, "output": [ "https://replicate.delivery/pbxt/Rq9cYjKcuN6CLhSGh2ULNFKMHLZGFGVYcxyc9zFFNL9SeEdJA/mv_show_images.png", "https://replicate.delivery/pbxt/VGp5tqc6CPJMBx1eSFeVfOMSMFkPrg5raQHgGFZ7iKlXyT0lA/tmp4otv02yv.mp4", "https://replicate.delivery/pbxt/9b3dWPRbsKrpFZosuc51foqDy3PY7yRH9Pyemwl2cK3L5J6SA/tmp4otv02yv.glb" ], "started_at": "2024-06-01T09:38:53.913782Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/34cbbvwk8nrgm0cftcnak3jccm", "cancel": "https://api.replicate.com/v1/predictions/34cbbvwk8nrgm0cftcnak3jccm/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 09:38:54.222899162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2394, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.222898252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2393, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.222962662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2395, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.223007982 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2396, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.234248592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2487, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.234248602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2485, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.238245348 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2398, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.242244895 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2486, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.242248975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2399, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.246244951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2397, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.246255302 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2400, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.250277719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2408, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.254247285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2409, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.254307475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2484, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.258260072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2410, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.262277478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2401, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.264905996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2411, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.265208956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2481, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.266312535 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2483, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.268472783 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2402, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.270250851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2482, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.270273751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2413, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.273531158 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2403, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.270249781 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2412, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.274243417 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2414, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.278303454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2415, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.282355240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2419, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.286286707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2442, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.288738875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2420, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.290263914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2443, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.293776861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2421, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.294246710 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2444, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.298239317 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2445, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.298240147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2422, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.302243734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2423, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.302243724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2446, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.306249280 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2447, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.308953188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2424, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.310249487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2448, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.314018293 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2425, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.314246903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2449, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.318241760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2450, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.318242360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2426, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.322244476 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2427, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.322248056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2451, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.326249903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2452, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.329198360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2428, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.330245259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2453, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.334247216 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2454, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.334252956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2429, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.338240163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2455, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.338239993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2439, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.338260913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2431, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.342244889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2438, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.342254659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2456, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.344382377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2432, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.346245916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2457, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.349445003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2433, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.350245552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2458, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.354247499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2434, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.354274049 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2460, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.354246659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2459, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.358239515 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2461, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.364627550 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2435, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.365035869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2462, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.369923915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2436, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.370257145 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2463, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.374253372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2437, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.374261372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2464, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.378243398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2465, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.378261538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2441, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.382253735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2466, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.378241208 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2440, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.386239171 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2416, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.338240373 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2430, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.390238118 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2467, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.394238704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2417, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.394256974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2469, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.394238714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2468, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.398242940 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2418, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.402251457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2477, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.402263727 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2470, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.406236634 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2478, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.406261424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2472, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.406240794 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2471, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.410238161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2473, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.414242877 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2479, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.414285957 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2474, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.418245724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2480, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.418250334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2475, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:38:54.418280734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2476, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.53it/s] 3%|▎ | 2/75 [00:00<00:08, 8.48it/s] 4%|▍ | 3/75 [00:00<00:08, 8.46it/s] 5%|▌ | 4/75 [00:00<00:08, 8.46it/s] 7%|▋ | 5/75 [00:00<00:08, 8.46it/s] 8%|▊ | 6/75 [00:00<00:08, 8.47it/s] 9%|▉ | 7/75 [00:00<00:08, 8.47it/s] 11%|█ | 8/75 [00:00<00:07, 8.45it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.43it/s] 20%|██ | 15/75 [00:01<00:07, 8.43it/s] 21%|██▏ | 16/75 [00:01<00:06, 8.44it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.44it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.44it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.42it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.41it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.41it/s] 40%|████ | 30/75 [00:03<00:05, 8.40it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.41it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.42it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.42it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.42it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.41it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.40it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.40it/s] 51%|█████ | 38/75 [00:04<00:04, 8.39it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.39it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.39it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.38it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.39it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.38it/s] 60%|██████ | 45/75 [00:05<00:03, 8.39it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.39it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.39it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.38it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.37it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.37it/s] 71%|███████ | 53/75 [00:06<00:02, 8.37it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.37it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s] 80%|████████ | 60/75 [00:07<00:01, 8.37it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.35it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.36it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.37it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.37it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.36it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.37it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.39it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.39it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.38it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.38it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.37it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.38it/s] 100%|██████████| 75/75 [00:08<00:00, 8.37it/s] 100%|██████████| 75/75 [00:08<00:00, 8.40it/s] /tmp/tmp4otv02yv.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.26it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.28it/s] Video saved to /tmp/tmp4otv02yv.mp4 Mesh saved to /tmp/tmp4otv02yv.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDvpxw1zpq5nrgj0cftcpa7j6tn4StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/c8/5a/9d/c85a9d40d598d85f9f5ec465c9c2fedf.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/c8/5a/9d/c85a9d40d598d85f9f5ec465c9c2fedf.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/c8/5a/9d/c85a9d40d598d85f9f5ec465c9c2fedf.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/c8/5a/9d/c85a9d40d598d85f9f5ec465c9c2fedf.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/c8/5a/9d/c85a9d40d598d85f9f5ec465c9c2fedf.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/c8/5a/9d/c85a9d40d598d85f9f5ec465c9c2fedf.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T09:41:51.642511Z", "created_at": "2024-06-01T09:41:22.349000Z", "data_removed": false, "error": null, "id": "vpxw1zpq5nrgj0cftcpa7j6tn4", "input": { "image_path": "https://i.pinimg.com/564x/c8/5a/9d/c85a9d40d598d85f9f5ec465c9c2fedf.jpg" }, "logs": "\u001b[1;31m2024-06-01 09:41:22.675458490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3484, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.675496950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3485, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.675553880 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3486, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.675604210 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3487, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.682261275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3559, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.682291315 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3558, index: 74, mask: {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;31m2024-06-01 09:41:22.686257521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3561, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.682261264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3557, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.690247217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3562, index: 78, mask: {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;31m2024-06-01 09:41:22.690250997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3490, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.694247294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3565, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.694249194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3491, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.694255854 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3560, index: 76, mask: {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;31m2024-06-01 09:41:22.698283570 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3566, index: 82, mask: {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;31m2024-06-01 09:41:22.698384410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3499, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.702246817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3500, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.702262677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3556, index: 72, mask: {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;31m2024-06-01 09:41:22.706251123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3563, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.706285223 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3513, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.710243060 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3567, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.710237380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3569, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.710254770 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3514, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.714251067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3515, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.714300687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3564, index: 80, mask: {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;31m2024-06-01 09:41:22.718248083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3516, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.718248113 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3570, index: 86, mask: {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;31m2024-06-01 09:41:22.722248590 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3571, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.722249390 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3517, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.726125336 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3488, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.726245036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3573, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.726263986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3519, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.726265216 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3568, index: 84, mask: {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;31m2024-06-01 09:41:22.726245026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3572, index: 88, mask: {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;31m2024-06-01 09:41:22.730239093 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3520, index: 36, mask: {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;31m2024-06-01 09:41:22.730240673 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3489, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.726241766 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3518, index: 34, mask: {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;31m2024-06-01 09:41:22.730259833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3577, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.730267663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3521, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.730240393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3575, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.734270299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3501, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.738248346 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3553, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.738250946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3574, index: 90, mask: {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;31m2024-06-01 09:41:22.738270176 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3535, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.741304323 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3502, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.738246156 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3509, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.742256742 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3534, index: 50, mask: {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;31m2024-06-01 09:41:22.742313162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3555, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.742260792 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3576, index: 92, mask: {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;31m2024-06-01 09:41:22.746276759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3503, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.746292199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3508, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.750257756 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3507, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.750261276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3578, index: 94, mask: {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;31m2024-06-01 09:41:22.750292845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3505, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.754244342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3522, index: 38, mask: {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;31m2024-06-01 09:41:22.754262012 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3552, index: 68, mask: {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;31m2024-06-01 09:41:22.756492500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3506, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.754244362 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3554, index: 70, mask: {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;31m2024-06-01 09:41:22.758247029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3523, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.761552196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3510, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.762252245 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3524, index: 40, mask: {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;31m2024-06-01 09:41:22.766247492 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3525, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.766271152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3512, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.770237308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3526, index: 42, mask: {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;31m2024-06-01 09:41:22.770255868 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3531, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.774246295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3527, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.776733183 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3532, index: 48, mask: {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;31m2024-06-01 09:41:22.778239171 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3528, index: 44, mask: {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;31m2024-06-01 09:41:22.781790818 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3533, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.782240377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3529, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.786252225 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3536, index: 52, mask: {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;31m2024-06-01 09:41:22.790237801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3537, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.796972605 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3538, index: 54, mask: {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;31m2024-06-01 09:41:22.802030461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3539, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.802241211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3492, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.806245827 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3540, index: 56, mask: {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;31m2024-06-01 09:41:22.806251727 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3493, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.810247724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3541, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.810251954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3494, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.817212147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3542, index: 58, mask: {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;31m2024-06-01 09:41:22.822258623 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3551, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.822260823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3543, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.822296303 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3544, index: 60, mask: {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;31m2024-06-01 09:41:22.826259340 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3545, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.832569745 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3546, index: 62, mask: {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;31m2024-06-01 09:41:22.837628720 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3547, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.770237308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3530, index: 46, mask: {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;31m2024-06-01 09:41:22.766250242 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3511, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.750252196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3504, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.854235475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3548, index: 64, mask: {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;31m2024-06-01 09:41:22.858238322 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3549, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:41:22.930243330 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3550, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.55it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.47it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.45it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.42it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.42it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.40it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.42it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.42it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.44it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.44it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.45it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.44it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.44it/s]\n 21%|██▏ | 16/75 [00:01<00:06, 8.43it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.44it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.44it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.44it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.41it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.42it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.43it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.43it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.42it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.42it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.42it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.42it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.42it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.42it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.43it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.42it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.43it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.42it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.42it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.41it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.40it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.40it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.42it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.41it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.42it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.41it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.41it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.40it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.40it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.41it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.41it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.41it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.41it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.41it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.39it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.39it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.39it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.39it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.39it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.39it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.37it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.39it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.35it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.39it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.39it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.40it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.41it/s]\n/tmp/tmp622m01p1.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.26it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.29it/s]\nVideo saved to /tmp/tmp622m01p1.mp4\nMesh saved to /tmp/tmp622m01p1.obj", "metrics": { "predict_time": 29.272527, "total_time": 29.293511 }, "output": [ "https://replicate.delivery/pbxt/r6ksKl1l25pUDVvffM0AOShITgim8EnKUjNMGLoA1xte2T0lA/mv_show_images.png", "https://replicate.delivery/pbxt/ibbS4PY5tyZhJRIefDfZ6N4IEQmPJJBbe9DfUC86Lwm7bPRXC/tmp622m01p1.mp4", "https://replicate.delivery/pbxt/9jJWiB3l7I6oDhLTUopHorg2jGIuLQ7C84qmdf5vBg5v9EdJA/tmp622m01p1.glb" ], "started_at": "2024-06-01T09:41:22.369984Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vpxw1zpq5nrgj0cftcpa7j6tn4", "cancel": "https://api.replicate.com/v1/predictions/vpxw1zpq5nrgj0cftcpa7j6tn4/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 09:41:22.675458490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3484, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.675496950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3485, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.675553880 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3486, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.675604210 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3487, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.682261275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3559, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.682291315 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3558, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.686257521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3561, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.682261264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3557, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.690247217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3562, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.690250997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3490, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.694247294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3565, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.694249194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3491, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.694255854 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3560, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.698283570 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3566, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.698384410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3499, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.702246817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3500, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.702262677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3556, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.706251123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3563, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.706285223 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3513, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.710243060 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3567, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.710237380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3569, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.710254770 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3514, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.714251067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3515, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.714300687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3564, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.718248083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3516, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.718248113 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3570, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.722248590 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3571, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.722249390 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3517, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.726125336 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3488, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.726245036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3573, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.726263986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3519, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.726265216 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3568, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.726245026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3572, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.730239093 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3520, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.730240673 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3489, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.726241766 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3518, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.730259833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3577, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.730267663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3521, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.730240393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3575, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.734270299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3501, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.738248346 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3553, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.738250946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3574, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.738270176 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3535, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.741304323 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3502, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.738246156 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3509, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.742256742 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3534, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.742313162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3555, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.742260792 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3576, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.746276759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3503, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.746292199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3508, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.750257756 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3507, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.750261276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3578, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.750292845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3505, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.754244342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3522, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.754262012 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3552, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.756492500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3506, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.754244362 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3554, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.758247029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3523, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.761552196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3510, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.762252245 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3524, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.766247492 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3525, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.766271152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3512, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.770237308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3526, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.770255868 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3531, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.774246295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3527, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.776733183 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3532, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.778239171 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3528, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.781790818 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3533, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.782240377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3529, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.786252225 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3536, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.790237801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3537, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.796972605 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3538, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.802030461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3539, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.802241211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3492, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.806245827 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3540, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.806251727 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3493, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.810247724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3541, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.810251954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3494, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.817212147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3542, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.822258623 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3551, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.822260823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3543, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.822296303 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3544, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.826259340 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3545, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.832569745 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3546, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.837628720 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3547, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.770237308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3530, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.766250242 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3511, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.750252196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3504, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.854235475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3548, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.858238322 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3549, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:41:22.930243330 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3550, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.55it/s] 3%|▎ | 2/75 [00:00<00:08, 8.47it/s] 4%|▍ | 3/75 [00:00<00:08, 8.45it/s] 5%|▌ | 4/75 [00:00<00:08, 8.42it/s] 7%|▋ | 5/75 [00:00<00:08, 8.42it/s] 8%|▊ | 6/75 [00:00<00:08, 8.40it/s] 9%|▉ | 7/75 [00:00<00:08, 8.42it/s] 11%|█ | 8/75 [00:00<00:07, 8.42it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.44it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.44it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.45it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.44it/s] 20%|██ | 15/75 [00:01<00:07, 8.44it/s] 21%|██▏ | 16/75 [00:01<00:06, 8.43it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.44it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.44it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.44it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.41it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.42it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.43it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.43it/s] 40%|████ | 30/75 [00:03<00:05, 8.42it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.42it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.42it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.42it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.42it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.42it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.43it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.42it/s] 51%|█████ | 38/75 [00:04<00:04, 8.43it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.42it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.42it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.41it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.40it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.40it/s] 60%|██████ | 45/75 [00:05<00:03, 8.42it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.41it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.42it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.41it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.41it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.40it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.40it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s] 71%|███████ | 53/75 [00:06<00:02, 8.41it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.41it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.41it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.41it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.41it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.39it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.39it/s] 80%|████████ | 60/75 [00:07<00:01, 8.39it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.39it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.39it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.39it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.37it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.39it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.35it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.39it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.39it/s] 100%|██████████| 75/75 [00:08<00:00, 8.40it/s] 100%|██████████| 75/75 [00:08<00:00, 8.41it/s] /tmp/tmp622m01p1.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.26it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.29it/s] Video saved to /tmp/tmp622m01p1.mp4 Mesh saved to /tmp/tmp622m01p1.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDgayxg8f6fnrgj0cftcpsgzgmfmStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/80/3f/85/803f8576411c9fc227c7768c3e1c4181.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/80/3f/85/803f8576411c9fc227c7768c3e1c4181.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/80/3f/85/803f8576411c9fc227c7768c3e1c4181.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/80/3f/85/803f8576411c9fc227c7768c3e1c4181.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/80/3f/85/803f8576411c9fc227c7768c3e1c4181.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/80/3f/85/803f8576411c9fc227c7768c3e1c4181.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T09:43:01.696780Z", "created_at": "2024-06-01T09:42:31.805000Z", "data_removed": false, "error": null, "id": "gayxg8f6fnrgj0cftcpsgzgmfm", "input": { "image_path": "https://i.pinimg.com/564x/80/3f/85/803f8576411c9fc227c7768c3e1c4181.jpg" }, "logs": "\u001b[1;31m2024-06-01 09:42:32.209328587 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4108, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.209366217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4109, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.209422477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4110, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.209474527 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4111, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.214269483 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4138, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.214270123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4145, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.218238209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4139, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.218246699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4163, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.218259299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4147, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.218238449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4146, index: 38, mask: {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;31m2024-06-01 09:42:32.222241946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4141, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.222245616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4164, index: 56, mask: {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;31m2024-06-01 09:42:32.226241182 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4142, index: 34, mask: {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;31m2024-06-01 09:42:32.226249782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4148, index: 40, mask: {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;31m2024-06-01 09:42:32.226254262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4166, index: 58, mask: {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;31m2024-06-01 09:42:32.230241709 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4165, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.230262799 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4150, index: 42, mask: {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;31m2024-06-01 09:42:32.230265499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4144, index: 36, mask: {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;31m2024-06-01 09:42:32.230243759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4149, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.234237296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4151, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.234242236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4137, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.234237266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4140, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.230243899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4143, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.242237459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4167, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.242240229 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4152, index: 44, mask: {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;31m2024-06-01 09:42:32.242248019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4154, index: 46, mask: {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;31m2024-06-01 09:42:32.246236035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4168, index: 60, mask: {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;31m2024-06-01 09:42:32.246236835 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4153, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.246297415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4155, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.250237472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4171, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.250254041 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4157, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.250253691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4170, index: 62, mask: {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;31m2024-06-01 09:42:32.250239161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4169, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.250237461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4156, index: 48, mask: {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;31m2024-06-01 09:42:32.254239078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4158, index: 50, mask: {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;31m2024-06-01 09:42:32.254247848 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4172, index: 64, mask: {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;31m2024-06-01 09:42:32.258237874 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4173, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.258253914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4136, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.258237885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4159, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.262241202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4160, index: 52, mask: {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;31m2024-06-01 09:42:32.262243202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4177, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.265052989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4112, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.266272818 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4161, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.266282988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4174, index: 66, mask: {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;31m2024-06-01 09:42:32.266317778 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4178, index: 70, mask: {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;31m2024-06-01 09:42:32.270117205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4113, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.270243655 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4162, index: 54, mask: {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;31m2024-06-01 09:42:32.270267145 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4179, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.270283275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4175, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.274241581 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4176, index: 68, mask: {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;31m2024-06-01 09:42:32.274243801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4125, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.274244871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4134, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.274258311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4135, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.278243678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4181, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.278245398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4126, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.282237964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4182, index: 74, mask: {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;31m2024-06-01 09:42:32.282238094 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4190, index: 82, mask: {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;31m2024-06-01 09:42:32.285270101 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4127, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.286235290 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4191, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.286238150 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4183, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.290245597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4184, index: 76, mask: {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;31m2024-06-01 09:42:32.290252027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4192, index: 84, mask: {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;31m2024-06-01 09:42:32.290274507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4180, index: 72, mask: {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;31m2024-06-01 09:42:32.290246457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4128, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.294237354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4193, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.294254223 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4200, index: 92, mask: {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;31m2024-06-01 09:42:32.294237354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4185, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.298235731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4194, index: 86, mask: {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;31m2024-06-01 09:42:32.300439828 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4186, index: 78, mask: {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;31m2024-06-01 09:42:32.302235707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4195, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.302284147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4201, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.305501234 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4187, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.306238374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4202, index: 94, mask: {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;31m2024-06-01 09:42:32.306241704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4196, index: 88, mask: {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;31m2024-06-01 09:42:32.310239630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4197, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.310261510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4189, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.310237510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4188, index: 80, mask: {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;31m2024-06-01 09:42:32.314243126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4198, index: 90, mask: {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;31m2024-06-01 09:42:32.318241653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4199, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.322242949 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4133, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.326249646 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4114, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.330243123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4115, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.338238936 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4123, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.342237112 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4124, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.366246861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4132, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.410253023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4116, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.414246010 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4117, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.418243457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4118, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.450247839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4129, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.462241898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4130, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:42:32.486260278 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4131, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.55it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.44it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.41it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.39it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.39it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.41it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.42it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.42it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.37it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.34it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.38it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.41it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.41it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.41it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.41it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.41it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.40it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.41it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.42it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.41it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.41it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.40it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.39it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.40it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.36it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.38it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.39it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.39it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.40it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.40it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.39it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.39it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.39it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.38it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.36it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.36it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.36it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.37it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.37it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.38it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.38it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.38it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.39it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.38it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.37it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.37it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.39it/s]\n/tmp/tmp6601xzfx.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.01s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.26it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.29it/s]\nVideo saved to /tmp/tmp6601xzfx.mp4\nMesh saved to /tmp/tmp6601xzfx.obj", "metrics": { "predict_time": 29.871765, "total_time": 29.89178 }, "output": [ "https://replicate.delivery/pbxt/QbYYC7riS5LoGJXxhou83VzTO6eVbnLU71fgZKTAHeMI5T0lA/mv_show_images.png", "https://replicate.delivery/pbxt/jqWFLxeuMhW4Kq6UdeYEXeBv1YeweTj9cGs6SdhsgkrskPRXC/tmp6601xzfx.mp4", "https://replicate.delivery/pbxt/fYVt7HYjvelIa03i0Y56oGEHq79P0x7JkVlxA5lUtxAl8J6SA/tmp6601xzfx.glb" ], "started_at": "2024-06-01T09:42:31.825015Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gayxg8f6fnrgj0cftcpsgzgmfm", "cancel": "https://api.replicate.com/v1/predictions/gayxg8f6fnrgj0cftcpsgzgmfm/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 09:42:32.209328587 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4108, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.209366217 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4109, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.209422477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4110, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.209474527 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4111, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.214269483 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4138, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.214270123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4145, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.218238209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4139, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.218246699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4163, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.218259299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4147, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.218238449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4146, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.222241946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4141, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.222245616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4164, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.226241182 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4142, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.226249782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4148, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.226254262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4166, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.230241709 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4165, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.230262799 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4150, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.230265499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4144, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.230243759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4149, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.234237296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4151, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.234242236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4137, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.234237266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4140, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.230243899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4143, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.242237459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4167, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.242240229 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4152, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.242248019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4154, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.246236035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4168, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.246236835 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4153, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.246297415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4155, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.250237472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4171, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.250254041 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4157, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.250253691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4170, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.250239161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4169, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.250237461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4156, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.254239078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4158, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.254247848 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4172, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.258237874 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4173, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.258253914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4136, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.258237885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4159, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.262241202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4160, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.262243202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4177, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.265052989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4112, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.266272818 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4161, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.266282988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4174, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.266317778 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4178, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.270117205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4113, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.270243655 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4162, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.270267145 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4179, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.270283275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4175, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.274241581 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4176, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.274243801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4125, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.274244871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4134, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.274258311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4135, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.278243678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4181, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.278245398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4126, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.282237964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4182, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.282238094 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4190, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.285270101 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4127, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.286235290 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4191, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.286238150 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4183, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.290245597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4184, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.290252027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4192, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.290274507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4180, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.290246457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4128, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.294237354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4193, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.294254223 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4200, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.294237354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4185, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.298235731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4194, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.300439828 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4186, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.302235707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4195, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.302284147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4201, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.305501234 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4187, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.306238374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4202, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.306241704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4196, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.310239630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4197, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.310261510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4189, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.310237510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4188, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.314243126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4198, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.318241653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4199, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.322242949 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4133, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.326249646 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4114, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.330243123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4115, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.338238936 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4123, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.342237112 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4124, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.366246861 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4132, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.410253023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4116, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.414246010 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4117, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.418243457 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4118, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.450247839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4129, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.462241898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4130, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:42:32.486260278 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4131, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.55it/s] 3%|▎ | 2/75 [00:00<00:08, 8.44it/s] 4%|▍ | 3/75 [00:00<00:08, 8.41it/s] 5%|▌ | 4/75 [00:00<00:08, 8.39it/s] 7%|▋ | 5/75 [00:00<00:08, 8.39it/s] 8%|▊ | 6/75 [00:00<00:08, 8.41it/s] 9%|▉ | 7/75 [00:00<00:08, 8.42it/s] 11%|█ | 8/75 [00:00<00:07, 8.42it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.37it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.34it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.38it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s] 20%|██ | 15/75 [00:01<00:07, 8.41it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.41it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.41it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.41it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s] 40%|████ | 30/75 [00:03<00:05, 8.41it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.40it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.41it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.42it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.41it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.41it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.40it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.39it/s] 51%|█████ | 38/75 [00:04<00:04, 8.40it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.36it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.38it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.39it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.39it/s] 60%|██████ | 45/75 [00:05<00:03, 8.40it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.40it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.39it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.39it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.39it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.38it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.36it/s] 71%|███████ | 53/75 [00:06<00:02, 8.36it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.36it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.36it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s] 80%|████████ | 60/75 [00:07<00:01, 8.37it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.37it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.38it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.38it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.38it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.39it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.38it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.37it/s] 100%|██████████| 75/75 [00:08<00:00, 8.37it/s] 100%|██████████| 75/75 [00:08<00:00, 8.39it/s] /tmp/tmp6601xzfx.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.01s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.26it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] 100%|██████████| 6/6 [00:04<00:00, 1.29it/s] Video saved to /tmp/tmp6601xzfx.mp4 Mesh saved to /tmp/tmp6601xzfx.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6ID1r5sa3wv2srgg0cftcrrk63bz8StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/aa/89/7c/aa897c3e4b045ad078ed60bab8345a15.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/aa/89/7c/aa897c3e4b045ad078ed60bab8345a15.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/aa/89/7c/aa897c3e4b045ad078ed60bab8345a15.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/aa/89/7c/aa897c3e4b045ad078ed60bab8345a15.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/aa/89/7c/aa897c3e4b045ad078ed60bab8345a15.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/aa/89/7c/aa897c3e4b045ad078ed60bab8345a15.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T09:47:05.303226Z", "created_at": "2024-06-01T09:46:34.646000Z", "data_removed": false, "error": null, "id": "1r5sa3wv2srgg0cftcrrk63bz8", "input": { "image_path": "https://i.pinimg.com/564x/aa/89/7c/aa897c3e4b045ad078ed60bab8345a15.jpg" }, "logs": "\u001b[1;31m2024-06-01 09:46:35.022123134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5974, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.022163744 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5975, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.022200914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5976, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.022217604 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5977, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.038245719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5978, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.038250249 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5979, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.042249535 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5982, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.042275995 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5980, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.046249592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5983, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.050242118 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5984, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.054243954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5992, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.054330714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5981, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.058243991 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5993, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.062257517 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5994, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.066245503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5995, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.066314463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5989, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.070252420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5996, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.072783638 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5990, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.077841783 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5991, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.078265143 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5997, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.082267259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5998, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.082272689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6001, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.086263425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5999, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.086270045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6002, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.090279871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6000, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.093022389 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6003, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.094264658 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6012, index: 38, mask: {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;31m2024-06-01 09:46:35.098084054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6004, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.098248134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6013, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.102243400 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6014, index: 40, mask: {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;31m2024-06-01 09:46:35.102245220 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6005, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.106241096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6015, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.106238076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6006, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.110240873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6016, index: 42, mask: {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;31m2024-06-01 09:46:35.113261080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6007, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.114239329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6017, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.116349397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6049, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.118242085 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6008, index: 34, mask: {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;31m2024-06-01 09:46:35.118242445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6018, index: 44, mask: {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;31m2024-06-01 09:46:35.122239252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6009, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.122242372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6019, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.126244169 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6020, index: 46, mask: {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;31m2024-06-01 09:46:35.128455996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6010, index: 36, mask: {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;31m2024-06-01 09:46:35.130241625 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6022, index: 48, mask: {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;31m2024-06-01 09:46:35.133519812 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6011, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.134294901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6023, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.138239537 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6064, index: 90, mask: {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;31m2024-06-01 09:46:35.138274027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6026, index: 52, mask: {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;31m2024-06-01 09:46:35.142242023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6027, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.142337583 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6024, index: 50, mask: {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;31m2024-06-01 09:46:35.142375094 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6061, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.142242014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6063, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.146249570 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6062, index: 88, mask: {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;31m2024-06-01 09:46:35.148698197 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6028, index: 54, mask: {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;31m2024-06-01 09:46:35.150249616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6041, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.150252666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6045, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.153764843 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6029, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.154245442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6046, index: 72, mask: {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;31m2024-06-01 09:46:35.154243082 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6042, index: 68, mask: {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;31m2024-06-01 09:46:35.158239339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6030, index: 56, mask: {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;31m2024-06-01 09:46:35.158244259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6047, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.158257519 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6044, index: 70, mask: {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;31m2024-06-01 09:46:35.158269019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6031, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.162245135 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6056, index: 82, mask: {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;31m2024-06-01 09:46:35.158238889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6043, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.162261885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6032, index: 58, mask: {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;31m2024-06-01 09:46:35.166239691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6040, index: 66, mask: {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;31m2024-06-01 09:46:35.166249751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6057, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.170240168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6033, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.170255148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6058, index: 84, mask: {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;31m2024-06-01 09:46:35.170265608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6035, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.174240154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6034, index: 60, mask: {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;31m2024-06-01 09:46:35.174259344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6037, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.174269284 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6059, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.170243437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6039, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.178244191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6038, index: 64, mask: {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;31m2024-06-01 09:46:35.174239864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6036, index: 62, mask: {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;31m2024-06-01 09:46:35.182240017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6060, index: 86, mask: {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;31m2024-06-01 09:46:35.186240993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6048, index: 74, mask: {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;31m2024-06-01 09:46:35.186260803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6066, index: 92, mask: {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;31m2024-06-01 09:46:35.186240893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6065, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.190244119 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6067, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.194241836 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6050, index: 76, mask: {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;31m2024-06-01 09:46:35.194246966 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6068, index: 94, mask: {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;31m2024-06-01 09:46:35.138239547 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6025, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.198247452 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6051, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.202241688 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6052, index: 78, mask: {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;31m2024-06-01 09:46:35.206242544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6053, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.206242264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6021, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:46:35.210241761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6054, index: 80, mask: {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;31m2024-06-01 09:46:35.214243557 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6055, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.52it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.41it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.39it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.40it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.40it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.40it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.42it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.41it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.41it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.41it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.40it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.39it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.40it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.39it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.38it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.38it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.38it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.38it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.38it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.38it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.38it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s]\n 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.38it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.37it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.38it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.37it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.37it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.36it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.37it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.37it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.37it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.37it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.38it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.38it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.38it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.38it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.38it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.38it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.38it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.38it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.38it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.37it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.37it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.37it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.36it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.36it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.36it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.37it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.36it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.38it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.38it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.38it/s]\n/tmp/tmpndxpokhx.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.26it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.28it/s]\nVideo saved to /tmp/tmpndxpokhx.mp4\nMesh saved to /tmp/tmpndxpokhx.obj", "metrics": { "predict_time": 30.634471, "total_time": 30.657226 }, "output": [ "https://replicate.delivery/pbxt/dMJorP5jf9xaaCBMdaogaQfCmndDXChZvfveAffSBHNJGgiuE/mv_show_images.png", "https://replicate.delivery/pbxt/OKDyRRVYZy5aCNsoxhLJYURteKvQaQBqV9bAnzaDxUWMAFdJA/tmpndxpokhx.mp4", "https://replicate.delivery/pbxt/eYclRJhVh9U7XqHSi0YcfPYzvgMc4BX8UCmaw5ioRMvZAK6SA/tmpndxpokhx.glb" ], "started_at": "2024-06-01T09:46:34.668755Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/1r5sa3wv2srgg0cftcrrk63bz8", "cancel": "https://api.replicate.com/v1/predictions/1r5sa3wv2srgg0cftcrrk63bz8/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 09:46:35.022123134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5974, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.022163744 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5975, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.022200914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5976, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.022217604 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5977, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.038245719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5978, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.038250249 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5979, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.042249535 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5982, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.042275995 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5980, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.046249592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5983, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.050242118 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5984, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.054243954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5992, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.054330714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5981, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.058243991 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5993, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.062257517 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5994, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.066245503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5995, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.066314463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5989, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.070252420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5996, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.072783638 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5990, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.077841783 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5991, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.078265143 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5997, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.082267259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5998, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.082272689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6001, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.086263425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5999, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.086270045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6002, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.090279871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6000, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.093022389 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6003, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.094264658 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6012, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.098084054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6004, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.098248134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6013, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.102243400 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6014, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.102245220 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6005, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.106241096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6015, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.106238076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6006, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.110240873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6016, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.113261080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6007, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.114239329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6017, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.116349397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6049, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.118242085 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6008, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.118242445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6018, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.122239252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6009, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.122242372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6019, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.126244169 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6020, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.128455996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6010, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.130241625 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6022, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.133519812 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6011, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.134294901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6023, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.138239537 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6064, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.138274027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6026, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.142242023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6027, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.142337583 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6024, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.142375094 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6061, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.142242014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6063, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.146249570 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6062, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.148698197 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6028, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.150249616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6041, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.150252666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6045, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.153764843 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6029, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.154245442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6046, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.154243082 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6042, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.158239339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6030, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.158244259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6047, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.158257519 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6044, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.158269019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6031, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.162245135 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6056, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.158238889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6043, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.162261885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6032, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.166239691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6040, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.166249751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6057, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.170240168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6033, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.170255148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6058, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.170265608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6035, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.174240154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6034, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.174259344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6037, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.174269284 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6059, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.170243437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6039, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.178244191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6038, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.174239864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6036, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.182240017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6060, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.186240993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6048, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.186260803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6066, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.186240893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6065, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.190244119 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6067, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.194241836 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6050, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.194246966 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6068, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.138239547 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6025, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.198247452 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6051, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.202241688 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6052, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.206242544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6053, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.206242264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6021, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.210241761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6054, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:46:35.214243557 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6055, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.52it/s] 3%|▎ | 2/75 [00:00<00:08, 8.41it/s] 4%|▍ | 3/75 [00:00<00:08, 8.39it/s] 5%|▌ | 4/75 [00:00<00:08, 8.40it/s] 7%|▋ | 5/75 [00:00<00:08, 8.40it/s] 8%|▊ | 6/75 [00:00<00:08, 8.40it/s] 9%|▉ | 7/75 [00:00<00:08, 8.42it/s] 11%|█ | 8/75 [00:00<00:07, 8.41it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.41it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.41it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.40it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s] 20%|██ | 15/75 [00:01<00:07, 8.39it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.40it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.39it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.38it/s] 31%|███ | 23/75 [00:02<00:06, 8.38it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.38it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.38it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.38it/s] 40%|████ | 30/75 [00:03<00:05, 8.38it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.38it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s] 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.38it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.37it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s] 51%|█████ | 38/75 [00:04<00:04, 8.38it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.37it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.37it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.36it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s] 60%|██████ | 45/75 [00:05<00:03, 8.37it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.37it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.37it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.37it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.38it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.38it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.38it/s] 71%|███████ | 53/75 [00:06<00:02, 8.38it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.38it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.37it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.38it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.38it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s] 80%|████████ | 60/75 [00:07<00:01, 8.38it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.38it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.37it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.37it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.37it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.36it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.36it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.36it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.37it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.36it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.38it/s] 100%|██████████| 75/75 [00:08<00:00, 8.38it/s] 100%|██████████| 75/75 [00:08<00:00, 8.38it/s] /tmp/tmpndxpokhx.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.26it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.28it/s] Video saved to /tmp/tmpndxpokhx.mp4 Mesh saved to /tmp/tmpndxpokhx.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDm1xv20qrb9rgm0cftcsb31fc3mStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/3a/72/72/3a7272be4ebbde10985a41241d45390d.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/3a/72/72/3a7272be4ebbde10985a41241d45390d.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/3a/72/72/3a7272be4ebbde10985a41241d45390d.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/3a/72/72/3a7272be4ebbde10985a41241d45390d.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/3a/72/72/3a7272be4ebbde10985a41241d45390d.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/3a/72/72/3a7272be4ebbde10985a41241d45390d.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T09:48:33.297192Z", "created_at": "2024-06-01T09:48:04.058000Z", "data_removed": false, "error": null, "id": "m1xv20qrb9rgm0cftcsb31fc3m", "input": { "image_path": "https://i.pinimg.com/564x/3a/72/72/3a7272be4ebbde10985a41241d45390d.jpg" }, "logs": "\u001b[1;31m2024-06-01 09:48:04.389240675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6710, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.389279404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6711, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.389342144 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6712, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.394281610 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6746, index: 36, mask: {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;31m2024-06-01 09:48:04.398254747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6748, index: 38, mask: {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;31m2024-06-01 09:48:04.398281777 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6765, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.402248333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6749, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.402254683 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6718, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.398255807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6763, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.406242749 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6719, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.406248099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6752, index: 42, mask: {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;31m2024-06-01 09:48:04.406289239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6744, index: 34, mask: {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;31m2024-06-01 09:48:04.409551386 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6767, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.410250036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6745, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.410252156 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6753, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.410251085 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6720, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.414251662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6747, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.414254722 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6768, index: 58, mask: {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;31m2024-06-01 09:48:04.414252962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6743, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.418245078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6750, index: 40, mask: {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;31m2024-06-01 09:48:04.418246628 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6725, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.418242708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6769, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.422239274 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6726, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.422241584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6756, index: 46, mask: {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;31m2024-06-01 09:48:04.422240824 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6751, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.426239221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6754, index: 44, mask: {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;31m2024-06-01 09:48:04.426239201 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6757, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.426240181 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6727, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.429779387 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6770, index: 60, mask: {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;31m2024-06-01 09:48:04.430245237 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6755, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.430268617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6729, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.430247037 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6728, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.434242663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6771, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.434246063 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6758, index: 48, mask: {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;31m2024-06-01 09:48:04.434266873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6761, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.434246073 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6760, index: 50, mask: {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;31m2024-06-01 09:48:04.438239699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6776, index: 66, mask: {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;31m2024-06-01 09:48:04.438239699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6730, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.438264759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6766, index: 56, mask: {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;31m2024-06-01 09:48:04.438241189 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6762, index: 52, mask: {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;31m2024-06-01 09:48:04.442242806 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6742, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.444959553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6777, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.446281483 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6731, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.446286023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6741, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.446319752 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6759, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.450042019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6781, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.450243369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6764, index: 54, mask: {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;31m2024-06-01 09:48:04.450261279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6732, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.450269669 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6787, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.454243525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6788, index: 78, mask: {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;31m2024-06-01 09:48:04.454247205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6782, index: 72, mask: {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;31m2024-06-01 09:48:04.454264885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6773, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.454264635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6733, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.458245311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6789, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.458250511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6734, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.458261651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6786, index: 76, mask: {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;31m2024-06-01 09:48:04.458265071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6775, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.454244425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6772, index: 62, mask: {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;31m2024-06-01 09:48:04.462242298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6778, index: 68, mask: {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;31m2024-06-01 09:48:04.458242501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6785, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.458246351 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6774, index: 64, mask: {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;31m2024-06-01 09:48:04.466243324 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6779, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.470241490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6790, index: 80, mask: {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;31m2024-06-01 09:48:04.470244620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6780, index: 70, mask: {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;31m2024-06-01 09:48:04.471609799 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6783, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.474239786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6791, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.478237433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6784, index: 74, mask: {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;31m2024-06-01 09:48:04.478253983 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6793, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.478237553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6792, index: 82, mask: {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;31m2024-06-01 09:48:04.482239089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6803, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.486244205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6804, index: 94, mask: {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;31m2024-06-01 09:48:04.486267815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6795, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.486244575 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6794, index: 84, mask: {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;31m2024-06-01 09:48:04.494244398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6796, index: 86, mask: {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;31m2024-06-01 09:48:04.498245704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6797, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.502235931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6798, index: 88, mask: {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;31m2024-06-01 09:48:04.502235961 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6739, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.502268691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6799, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.510244373 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6800, index: 90, mask: {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;31m2024-06-01 09:48:04.514243830 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6801, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.518244596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6802, index: 92, mask: {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;31m2024-06-01 09:48:04.522238712 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6740, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.534244961 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6714, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.541068625 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6715, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.546132130 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6716, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.550243886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6717, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.570250508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6738, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.694244464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6737, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.698241780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6713, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.702238326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6735, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:48:04.706238212 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6736, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.43it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.41it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.40it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.38it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.38it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.40it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.42it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.42it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.41it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.39it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.37it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.38it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.38it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.39it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.38it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.39it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.39it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.40it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.37it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.38it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.39it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.38it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.38it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s]\n 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.39it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.36it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.36it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.36it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.36it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.36it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.37it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.37it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.35it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.35it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.34it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.35it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.34it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.35it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.36it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.35it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.35it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.34it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.34it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.34it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.34it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.35it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.36it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.36it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.36it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.36it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.36it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.35it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.36it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.36it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.36it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.37it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.38it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.36it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.36it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.36it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.36it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.37it/s]\n/tmp/tmpws6tt36f.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.28it/s]\nVideo saved to /tmp/tmpws6tt36f.mp4\nMesh saved to /tmp/tmpws6tt36f.obj", "metrics": { "predict_time": 29.220347, "total_time": 29.239192 }, "output": [ "https://replicate.delivery/pbxt/wfrqYImqE2XRM6cS3BCVZUDCU3R6exbYffjmGC1xfBSBOQRXC/mv_show_images.png", "https://replicate.delivery/pbxt/LrMMmtJA1Y7QAZ6fPDlwGVLKyY9d1YIN73L66fOsLvawBK6SA/tmpws6tt36f.mp4", "https://replicate.delivery/pbxt/DA0vwevQe0hWuEhlwWZxRQUwNSBaOL1jfLDGcmUceU9GHooLB/tmpws6tt36f.glb" ], "started_at": "2024-06-01T09:48:04.076845Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/m1xv20qrb9rgm0cftcsb31fc3m", "cancel": "https://api.replicate.com/v1/predictions/m1xv20qrb9rgm0cftcsb31fc3m/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 09:48:04.389240675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6710, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.389279404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6711, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.389342144 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6712, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.394281610 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6746, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.398254747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6748, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.398281777 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6765, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.402248333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6749, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.402254683 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6718, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.398255807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6763, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.406242749 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6719, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.406248099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6752, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.406289239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6744, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.409551386 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6767, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.410250036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6745, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.410252156 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6753, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.410251085 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6720, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.414251662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6747, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.414254722 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6768, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.414252962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6743, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.418245078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6750, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.418246628 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6725, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.418242708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6769, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.422239274 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6726, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.422241584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6756, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.422240824 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6751, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.426239221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6754, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.426239201 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6757, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.426240181 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6727, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.429779387 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6770, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.430245237 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6755, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.430268617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6729, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.430247037 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6728, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.434242663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6771, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.434246063 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6758, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.434266873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6761, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.434246073 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6760, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.438239699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6776, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.438239699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6730, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.438264759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6766, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.438241189 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6762, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.442242806 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6742, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.444959553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6777, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.446281483 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6731, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.446286023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6741, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.446319752 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6759, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.450042019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6781, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.450243369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6764, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.450261279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6732, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.450269669 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6787, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.454243525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6788, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.454247205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6782, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.454264885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6773, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.454264635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6733, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.458245311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6789, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.458250511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6734, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.458261651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6786, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.458265071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6775, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.454244425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6772, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.462242298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6778, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.458242501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6785, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.458246351 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6774, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.466243324 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6779, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.470241490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6790, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.470244620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6780, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.471609799 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6783, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.474239786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6791, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.478237433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6784, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.478253983 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6793, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.478237553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6792, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.482239089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6803, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.486244205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6804, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.486267815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6795, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.486244575 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6794, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.494244398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6796, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.498245704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6797, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.502235931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6798, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.502235961 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6739, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.502268691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6799, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.510244373 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6800, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.514243830 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6801, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.518244596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6802, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.522238712 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6740, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.534244961 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6714, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.541068625 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6715, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.546132130 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6716, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.550243886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6717, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.570250508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6738, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.694244464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6737, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.698241780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6713, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.702238326 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6735, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:48:04.706238212 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6736, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.43it/s] 3%|▎ | 2/75 [00:00<00:08, 8.41it/s] 4%|▍ | 3/75 [00:00<00:08, 8.40it/s] 5%|▌ | 4/75 [00:00<00:08, 8.38it/s] 7%|▋ | 5/75 [00:00<00:08, 8.38it/s] 8%|▊ | 6/75 [00:00<00:08, 8.40it/s] 9%|▉ | 7/75 [00:00<00:08, 8.42it/s] 11%|█ | 8/75 [00:00<00:07, 8.42it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.41it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.39it/s] 20%|██ | 15/75 [00:01<00:07, 8.37it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.38it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.38it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.39it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.38it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.39it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.39it/s] 31%|███ | 23/75 [00:02<00:06, 8.40it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.37it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.38it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.39it/s] 40%|████ | 30/75 [00:03<00:05, 8.38it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.38it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s] 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.39it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.36it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.36it/s] 51%|█████ | 38/75 [00:04<00:04, 8.36it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.36it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.36it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.37it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.37it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s] 60%|██████ | 45/75 [00:05<00:03, 8.35it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.35it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.34it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.35it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.34it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.35it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.36it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.35it/s] 71%|███████ | 53/75 [00:06<00:02, 8.35it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.34it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.34it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.34it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.34it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.35it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.36it/s] 80%|████████ | 60/75 [00:07<00:01, 8.36it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.36it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.36it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.36it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.35it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.36it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.36it/s] 89%|████████▉ | 67/75 [00:08<00:00, 8.36it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.37it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.38it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.36it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.36it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.36it/s] 100%|██████████| 75/75 [00:08<00:00, 8.36it/s] 100%|██████████| 75/75 [00:08<00:00, 8.37it/s] /tmp/tmpws6tt36f.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.28it/s] Video saved to /tmp/tmpws6tt36f.mp4 Mesh saved to /tmp/tmpws6tt36f.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDk896qj7ty1rgp0cftcwrq1gw9gStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/0e/0b/74/0e0b747d442c20c390737d7a049b3dda.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/0e/0b/74/0e0b747d442c20c390737d7a049b3dda.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/0e/0b/74/0e0b747d442c20c390737d7a049b3dda.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/0e/0b/74/0e0b747d442c20c390737d7a049b3dda.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/0e/0b/74/0e0b747d442c20c390737d7a049b3dda.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/0e/0b/74/0e0b747d442c20c390737d7a049b3dda.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T09:56:12.830808Z", "created_at": "2024-06-01T09:55:43.472000Z", "data_removed": false, "error": null, "id": "k896qj7ty1rgp0cftcwrq1gw9g", "input": { "image_path": "https://i.pinimg.com/564x/0e/0b/74/0e0b747d442c20c390737d7a049b3dda.jpg" }, "logs": "\u001b[1;31m2024-06-01 09:55:43.836575244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10071, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.836607124 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10072, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.836658283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10073, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.836702523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10074, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.842260879 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10122, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.842286768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10124, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.842262968 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10121, index: 50, mask: {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;31m2024-06-01 09:55:43.846249565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10126, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.850246711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10123, index: 52, mask: {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;31m2024-06-01 09:55:43.850244721 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10127, index: 56, mask: {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;31m2024-06-01 09:55:43.854245227 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10077, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.854266947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10128, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.854276197 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10131, index: 60, mask: {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;31m2024-06-01 09:55:43.854246377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10130, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.858254653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10120, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.858274613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10129, index: 58, mask: {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;31m2024-06-01 09:55:43.854243407 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10125, index: 54, mask: {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;31m2024-06-01 09:55:43.862250420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10132, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.862250360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10134, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.866246266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10133, index: 62, mask: {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;31m2024-06-01 09:55:43.866249376 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10135, index: 64, mask: {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;31m2024-06-01 09:55:43.866249496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10078, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.870262692 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10137, index: 66, mask: {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;31m2024-06-01 09:55:43.870292732 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10086, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.874244029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10136, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.874467168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10090, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.878240205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10091, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.882237601 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10094, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.882242791 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10138, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.882270481 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10141, index: 70, mask: {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;31m2024-06-01 09:55:43.882242721 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10139, index: 68, mask: {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;31m2024-06-01 09:55:43.886241297 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10140, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.886240467 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10095, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.886241697 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10075, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.890238374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10098, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.890241364 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10143, index: 72, mask: {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;31m2024-06-01 09:55:43.890238524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10142, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.892296282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10076, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.894238991 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10144, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.894240800 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10118, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.894261531 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10119, index: 48, mask: {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;31m2024-06-01 09:55:43.897375278 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10087, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.898238787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10145, index: 74, mask: {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;31m2024-06-01 09:55:43.902238413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10088, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.902237333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10147, index: 76, mask: {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;31m2024-06-01 09:55:43.902257933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10099, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.902260273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10146, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.906253859 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10150, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.906269239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10148, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.906271499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10089, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.906252059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10101, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.906271559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10149, index: 78, mask: {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;31m2024-06-01 09:55:43.910245066 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10153, index: 82, mask: {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;31m2024-06-01 09:55:43.910246266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10151, index: 80, mask: {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;31m2024-06-01 09:55:43.910271296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10154, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.912526134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10092, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.914238862 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10152, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.914244552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10104, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.917584059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10093, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.918237438 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10155, index: 84, mask: {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;31m2024-06-01 09:55:43.918242168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10105, index: 34, mask: {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;31m2024-06-01 09:55:43.918260238 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10159, index: 88, mask: {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;31m2024-06-01 09:55:43.918242738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10158, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.922241525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10160, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.922238574 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10096, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.922244074 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10156, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.922262485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10097, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.926236331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10164, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.926239911 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10109, index: 38, mask: {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;31m2024-06-01 09:55:43.926251841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10102, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.926253101 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10161, index: 90, mask: {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;31m2024-06-01 09:55:43.926236321 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10157, index: 86, mask: {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;31m2024-06-01 09:55:43.930235567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10162, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.930238237 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10110, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.932756345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10103, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.934235893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10117, index: 46, mask: {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;31m2024-06-01 09:55:43.934235903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10165, index: 94, mask: {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;31m2024-06-01 09:55:43.934255703 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10112, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.937813240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10106, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.934236203 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10111, index: 40, mask: {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;31m2024-06-01 09:55:43.938237470 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10163, index: 92, mask: {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;31m2024-06-01 09:55:43.942238056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10107, index: 36, mask: {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;31m2024-06-01 09:55:43.942245866 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10116, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.946239632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10108, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.926236231 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10100, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:43.990242862 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10115, index: 44, mask: {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;31m2024-06-01 09:55:44.034240851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10079, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:44.038236678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10080, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:44.042241774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10081, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 09:55:44.090239810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10113, index: 42, mask: {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;31m2024-06-01 09:55:44.094256036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10114, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.55it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.39it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.38it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.37it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.34it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.18it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.22it/s]\n 11%|█ | 8/75 [00:00<00:08, 8.25it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.28it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.30it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.32it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.34it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.35it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.35it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.34it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.35it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.37it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.39it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.41it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.41it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.41it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.41it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.41it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.42it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.42it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.41it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.42it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.41it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.40it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.40it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.39it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.39it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.40it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.40it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.40it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.39it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.38it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.39it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.40it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.41it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.41it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.41it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.39it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.40it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.40it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.41it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.41it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.40it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.40it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.40it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.40it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.41it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.41it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.40it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.40it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.38it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.39it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.39it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.38it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.37it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.38it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.38it/s]\n/tmp/tmp4jt0cijg.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.01s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.19it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.27it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.31it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.30it/s]\nVideo saved to /tmp/tmp4jt0cijg.mp4\nMesh saved to /tmp/tmp4jt0cijg.obj", "metrics": { "predict_time": 29.339907, "total_time": 29.358808 }, "output": [ "https://replicate.delivery/pbxt/U5YD3AVsdwbiGtAXM3pT0tJWAGa5ozVTZbBrOceQjfw8IK6SA/mv_show_images.png", "https://replicate.delivery/pbxt/GFfYLxTxpj1Fbalnwej3tHnoGFYuRwHTdJ7nPmgz4R58IK6SA/tmp4jt0cijg.mp4", "https://replicate.delivery/pbxt/fBSfBTCfwjNvJJGMZFveIOdn3IFtg7eK4y3hApfG5ZXPPiiuE/tmp4jt0cijg.glb" ], "started_at": "2024-06-01T09:55:43.490901Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/k896qj7ty1rgp0cftcwrq1gw9g", "cancel": "https://api.replicate.com/v1/predictions/k896qj7ty1rgp0cftcwrq1gw9g/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 09:55:43.836575244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10071, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.836607124 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10072, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.836658283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10073, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.836702523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10074, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.842260879 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10122, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.842286768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10124, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.842262968 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10121, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.846249565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10126, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.850246711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10123, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.850244721 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10127, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.854245227 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10077, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.854266947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10128, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.854276197 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10131, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.854246377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10130, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.858254653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10120, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.858274613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10129, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.854243407 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10125, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.862250420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10132, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.862250360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10134, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.866246266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10133, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.866249376 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10135, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.866249496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10078, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.870262692 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10137, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.870292732 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10086, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.874244029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10136, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.874467168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10090, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.878240205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10091, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.882237601 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10094, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.882242791 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10138, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.882270481 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10141, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.882242721 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10139, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.886241297 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10140, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.886240467 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10095, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.886241697 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10075, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.890238374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10098, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.890241364 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10143, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.890238524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10142, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.892296282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10076, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.894238991 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10144, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.894240800 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10118, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.894261531 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10119, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.897375278 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10087, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.898238787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10145, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.902238413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10088, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.902237333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10147, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.902257933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10099, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.902260273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10146, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.906253859 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10150, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.906269239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10148, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.906271499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10089, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.906252059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10101, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.906271559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10149, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.910245066 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10153, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.910246266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10151, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.910271296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10154, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.912526134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10092, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.914238862 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10152, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.914244552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10104, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.917584059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10093, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.918237438 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10155, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.918242168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10105, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.918260238 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10159, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.918242738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10158, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.922241525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10160, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.922238574 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10096, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.922244074 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10156, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.922262485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10097, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.926236331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10164, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.926239911 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10109, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.926251841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10102, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.926253101 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10161, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.926236321 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10157, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.930235567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10162, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.930238237 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10110, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.932756345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10103, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.934235893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10117, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.934235903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10165, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.934255703 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10112, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.937813240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10106, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.934236203 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10111, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.938237470 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10163, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.942238056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10107, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.942245866 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10116, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.946239632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10108, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.926236231 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10100, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:43.990242862 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10115, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:44.034240851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10079, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:44.038236678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10080, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:44.042241774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10081, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:44.090239810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10113, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 09:55:44.094256036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10114, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.55it/s] 3%|▎ | 2/75 [00:00<00:08, 8.39it/s] 4%|▍ | 3/75 [00:00<00:08, 8.38it/s] 5%|▌ | 4/75 [00:00<00:08, 8.37it/s] 7%|▋ | 5/75 [00:00<00:08, 8.34it/s] 8%|▊ | 6/75 [00:00<00:08, 8.18it/s] 9%|▉ | 7/75 [00:00<00:08, 8.22it/s] 11%|█ | 8/75 [00:00<00:08, 8.25it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.28it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.30it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.32it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.34it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.35it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.35it/s] 20%|██ | 15/75 [00:01<00:07, 8.34it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.35it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.37it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.39it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.41it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.41it/s] 31%|███ | 23/75 [00:02<00:06, 8.41it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.41it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.41it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.42it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.42it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s] 40%|████ | 30/75 [00:03<00:05, 8.41it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.42it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.41it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.40it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.40it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.39it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s] 51%|█████ | 38/75 [00:04<00:04, 8.39it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.40it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.40it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.40it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.39it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s] 60%|██████ | 45/75 [00:05<00:03, 8.38it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.39it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.40it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.41it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.41it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.41it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.39it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s] 71%|███████ | 53/75 [00:06<00:02, 8.40it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.40it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.41it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.41it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.40it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.40it/s] 80%|████████ | 60/75 [00:07<00:01, 8.40it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.40it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.41it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.41it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.40it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.40it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.38it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.39it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.39it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.39it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.38it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.37it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.37it/s] 100%|██████████| 75/75 [00:08<00:00, 8.38it/s] 100%|██████████| 75/75 [00:08<00:00, 8.38it/s] /tmp/tmp4jt0cijg.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.01s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.19it/s] 50%|█████ | 3/6 [00:02<00:02, 1.27it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.31it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] 100%|██████████| 6/6 [00:04<00:00, 1.30it/s] Video saved to /tmp/tmp4jt0cijg.mp4 Mesh saved to /tmp/tmp4jt0cijg.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDfteabpynrnrgm0cftczs8zwng4StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/5a/dd/86/5add8690faf02e3254fb3621f612ca54.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/5a/dd/86/5add8690faf02e3254fb3621f612ca54.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/5a/dd/86/5add8690faf02e3254fb3621f612ca54.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/5a/dd/86/5add8690faf02e3254fb3621f612ca54.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/5a/dd/86/5add8690faf02e3254fb3621f612ca54.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/5a/dd/86/5add8690faf02e3254fb3621f612ca54.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:02:38.124704Z", "created_at": "2024-06-01T10:02:07.173000Z", "data_removed": false, "error": null, "id": "fteabpynrnrgm0cftczs8zwng4", "input": { "image_path": "https://i.pinimg.com/564x/5a/dd/86/5add8690faf02e3254fb3621f612ca54.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:02:07.869838126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1816, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.869858806 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1817, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.869946876 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1819, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.884415738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1818, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.884422108 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1820, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.884423048 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1823, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.884464638 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1821, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.888416119 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1824, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.888420939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1822, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.892407610 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1825, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.895191797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1839, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.896412441 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1826, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.900252174 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1840, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.900411143 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1827, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.904410384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1841, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.904409334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1828, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.908414355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1829, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.908457735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1842, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.912412536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1830, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.915427072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1843, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.920407439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1844, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.920421768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1832, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.920407449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1831, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.924418210 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1845, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.928497151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1833, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.932414992 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1846, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.932416083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1834, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.932434423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1847, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.936414344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1835, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.936564013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1848, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940412445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1888, index: 72, mask: {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;31m2024-06-01 10:02:07.940412455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1836, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940419445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1849, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940448485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1889, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940456554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1850, index: 34, mask: {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;31m2024-06-01 10:02:07.940449054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1837, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940473605 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1890, index: 74, mask: {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;31m2024-06-01 10:02:07.940505344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1838, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940512954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1891, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940536734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1892, index: 76, mask: {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;31m2024-06-01 10:02:07.940541614 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1858, index: 42, mask: {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;31m2024-06-01 10:02:07.940560924 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1893, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940560814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1859, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940575114 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1894, index: 78, mask: {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;31m2024-06-01 10:02:07.940574444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1860, index: 44, mask: {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;31m2024-06-01 10:02:07.940586364 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1861, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940587674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1895, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940600394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1896, index: 80, mask: {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;31m2024-06-01 10:02:07.940600394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1862, index: 46, mask: {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;31m2024-06-01 10:02:07.940613384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1863, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940613464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1897, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940625724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1864, index: 48, mask: {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;31m2024-06-01 10:02:07.940626324 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1898, index: 82, mask: {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;31m2024-06-01 10:02:07.940637994 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1865, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940642074 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1899, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940651754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1866, index: 50, mask: {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;31m2024-06-01 10:02:07.940654514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1900, index: 84, mask: {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;31m2024-06-01 10:02:07.940671393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1867, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940673784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1901, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940687744 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1868, index: 52, mask: {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;31m2024-06-01 10:02:07.940689413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1902, index: 86, mask: {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;31m2024-06-01 10:02:07.940700413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1869, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940726523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1870, index: 54, mask: {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;31m2024-06-01 10:02:07.940744903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1871, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940764953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1903, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940786333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1904, index: 88, mask: {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;31m2024-06-01 10:02:07.940810603 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1905, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940827553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1906, index: 90, mask: {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;31m2024-06-01 10:02:07.940846463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1907, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940863013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1908, index: 92, mask: {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;31m2024-06-01 10:02:07.940887523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1909, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.940904423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1910, index: 94, mask: {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;31m2024-06-01 10:02:07.944531906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1855, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944554346 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1856, index: 40, mask: {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;31m2024-06-01 10:02:07.944572986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1857, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944587396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1872, index: 56, mask: {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;31m2024-06-01 10:02:07.944617815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1873, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944651955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1874, index: 58, mask: {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;31m2024-06-01 10:02:07.944673715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1875, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944693435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1876, index: 60, mask: {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;31m2024-06-01 10:02:07.944718265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1877, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944741735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1878, index: 62, mask: {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;31m2024-06-01 10:02:07.944761105 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1879, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944782915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1880, index: 64, mask: {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;31m2024-06-01 10:02:07.944806275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1881, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944821705 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1882, index: 66, mask: {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;31m2024-06-01 10:02:07.944841374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1883, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944859024 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1884, index: 68, mask: {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;31m2024-06-01 10:02:07.944883514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1885, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:02:07.944902244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1886, index: 70, mask: {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;31m2024-06-01 10:02:07.944925004 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1887, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.57it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.54it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.49it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.48it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.48it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.49it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.49it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.48it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.47it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.47it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.47it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.46it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.46it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.46it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.45it/s]\n 21%|██▏ | 16/75 [00:01<00:06, 8.45it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.47it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.47it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.49it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.50it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.50it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.51it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.51it/s]\n 32%|███▏ | 24/75 [00:02<00:05, 8.51it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.51it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.50it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.49it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.49it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.50it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.50it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.50it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.51it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.51it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.50it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.49it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.49it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.48it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.48it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.48it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.48it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.49it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.45it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.46it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.46it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.45it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.46it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.47it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.47it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.47it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.47it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.48it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.48it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.47it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.47it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.47it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.47it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.48it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.49it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.49it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.49it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.50it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.49it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.49it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.48it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.49it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.49it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.50it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.50it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.50it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.50it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.50it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.49it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.48it/s]\n/tmp/tmp1cwvxew7.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.27it/s]\nVideo saved to /tmp/tmp1cwvxew7.mp4\nMesh saved to /tmp/tmp1cwvxew7.obj", "metrics": { "predict_time": 30.906909, "total_time": 30.951704 }, "output": [ "https://replicate.delivery/pbxt/BtEK076c5pKKHBvZx27efwJol6zb4AgKh4MlN7W4MYM8OK6SA/mv_show_images.png", "https://replicate.delivery/pbxt/GbENk1CJWv44NBS294fLvX5ryS9X9xB4QuzxIWHDcgweOK6SA/tmp1cwvxew7.mp4", "https://replicate.delivery/pbxt/znayiVvCXr5UPxhrcr6A4xvTkQaiL4BSIbrieJuvC0seOK6SA/tmp1cwvxew7.glb" ], "started_at": "2024-06-01T10:02:07.217795Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fteabpynrnrgm0cftczs8zwng4", "cancel": "https://api.replicate.com/v1/predictions/fteabpynrnrgm0cftczs8zwng4/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:02:07.869838126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1816, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.869858806 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1817, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.869946876 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1819, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.884415738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1818, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.884422108 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1820, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.884423048 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1823, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.884464638 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1821, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.888416119 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1824, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.888420939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1822, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.892407610 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1825, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.895191797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1839, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.896412441 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1826, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.900252174 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1840, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.900411143 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1827, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.904410384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1841, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.904409334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1828, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.908414355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1829, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.908457735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1842, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.912412536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1830, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.915427072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1843, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.920407439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1844, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.920421768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1832, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.920407449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1831, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.924418210 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1845, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.928497151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1833, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.932414992 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1846, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.932416083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1834, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.932434423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1847, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.936414344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1835, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.936564013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1848, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940412445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1888, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940412455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1836, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940419445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1849, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940448485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1889, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940456554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1850, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940449054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1837, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940473605 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1890, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940505344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1838, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940512954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1891, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940536734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1892, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940541614 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1858, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940560924 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1893, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940560814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1859, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940575114 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1894, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940574444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1860, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940586364 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1861, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940587674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1895, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940600394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1896, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940600394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1862, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940613384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1863, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940613464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1897, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940625724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1864, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940626324 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1898, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940637994 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1865, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940642074 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1899, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940651754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1866, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940654514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1900, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940671393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1867, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940673784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1901, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940687744 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1868, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940689413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1902, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940700413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1869, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940726523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1870, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940744903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1871, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940764953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1903, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940786333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1904, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940810603 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1905, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940827553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1906, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940846463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1907, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940863013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1908, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940887523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1909, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.940904423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1910, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944531906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1855, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944554346 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1856, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944572986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1857, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944587396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1872, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944617815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1873, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944651955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1874, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944673715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1875, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944693435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1876, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944718265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1877, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944741735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1878, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944761105 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1879, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944782915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1880, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944806275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1881, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944821705 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1882, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944841374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1883, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944859024 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1884, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944883514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1885, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944902244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1886, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:02:07.944925004 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1887, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.57it/s] 3%|▎ | 2/75 [00:00<00:08, 8.54it/s] 4%|▍ | 3/75 [00:00<00:08, 8.49it/s] 5%|▌ | 4/75 [00:00<00:08, 8.48it/s] 7%|▋ | 5/75 [00:00<00:08, 8.48it/s] 8%|▊ | 6/75 [00:00<00:08, 8.49it/s] 9%|▉ | 7/75 [00:00<00:08, 8.49it/s] 11%|█ | 8/75 [00:00<00:07, 8.48it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.47it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.47it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.47it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.46it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.46it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.46it/s] 20%|██ | 15/75 [00:01<00:07, 8.45it/s] 21%|██▏ | 16/75 [00:01<00:06, 8.45it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.47it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.47it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.49it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.50it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.50it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.51it/s] 31%|███ | 23/75 [00:02<00:06, 8.51it/s] 32%|███▏ | 24/75 [00:02<00:05, 8.51it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.51it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.50it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.49it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.49it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.50it/s] 40%|████ | 30/75 [00:03<00:05, 8.50it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.50it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.51it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.51it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.50it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.49it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.49it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.48it/s] 51%|█████ | 38/75 [00:04<00:04, 8.48it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.48it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.48it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.49it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.45it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.46it/s] 60%|██████ | 45/75 [00:05<00:03, 8.46it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.45it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.46it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.47it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.47it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.47it/s] 71%|███████ | 53/75 [00:06<00:02, 8.47it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.48it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.48it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.47it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.47it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.47it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.47it/s] 80%|████████ | 60/75 [00:07<00:01, 8.48it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.49it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.49it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.49it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.50it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.49it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.49it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.48it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.49it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.49it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.50it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.50it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.50it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.50it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.50it/s] 100%|██████████| 75/75 [00:08<00:00, 8.49it/s] 100%|██████████| 75/75 [00:08<00:00, 8.48it/s] /tmp/tmp1cwvxew7.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s] 100%|██████████| 6/6 [00:04<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.27it/s] Video saved to /tmp/tmp1cwvxew7.mp4 Mesh saved to /tmp/tmp1cwvxew7.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDt746gk2v65rgp0cftd0rfyytr8StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/36/bc/85/36bc85c2938a22c822320e47e6499a11.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/36/bc/85/36bc85c2938a22c822320e47e6499a11.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/36/bc/85/36bc85c2938a22c822320e47e6499a11.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/36/bc/85/36bc85c2938a22c822320e47e6499a11.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/36/bc/85/36bc85c2938a22c822320e47e6499a11.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/36/bc/85/36bc85c2938a22c822320e47e6499a11.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:04:18.495075Z", "created_at": "2024-06-01T10:03:46.865000Z", "data_removed": false, "error": null, "id": "t746gk2v65rgp0cftd0rfyytr8", "input": { "image_path": "https://i.pinimg.com/564x/36/bc/85/36bc85c2938a22c822320e47e6499a11.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:03:47.548634089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2622, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.548704129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2624, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.548711538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2623, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.566514545 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2625, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.572267608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2646, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.572426737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2627, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.572495587 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2626, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.576403578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2630, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.576410488 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2693, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.576411538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2647, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.576430958 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2650, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.580405580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2631, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.580410960 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2694, index: 72, mask: {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;31m2024-06-01 10:03:47.580421970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2652, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.576410138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2645, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.580406000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2651, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.584404961 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2628, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.584405731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2695, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.588405582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2696, index: 74, mask: {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;31m2024-06-01 10:03:47.588410102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2648, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.588413392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2653, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.588405582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2629, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.588420372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2687, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.592401614 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2688, index: 66, mask: {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;31m2024-06-01 10:03:47.592414194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2697, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.592420594 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2644, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.592431424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2649, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.596403395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2689, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.596419915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2698, index: 76, mask: {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;31m2024-06-01 10:03:47.596419575 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2662, index: 40, mask: {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;31m2024-06-01 10:03:47.599297401 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2654, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.599330931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2655, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.599349631 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2656, index: 34, mask: {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;31m2024-06-01 10:03:47.600401906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2699, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600403336 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2663, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600413986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2700, index: 78, mask: {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;31m2024-06-01 10:03:47.600415256 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2664, index: 42, mask: {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;31m2024-06-01 10:03:47.600425356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2701, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600425876 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2665, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600435596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2666, index: 44, mask: {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;31m2024-06-01 10:03:47.600435826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2702, index: 80, mask: {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;31m2024-06-01 10:03:47.600441406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2690, index: 68, mask: {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;31m2024-06-01 10:03:47.600445856 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2667, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600446536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2703, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600455286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2668, index: 46, mask: {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;31m2024-06-01 10:03:47.600457396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2707, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600470396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2669, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600473056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2709, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600484386 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2641, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600487666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2711, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600495556 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2685, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600498426 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2714, index: 92, mask: {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;31m2024-06-01 10:03:47.600507366 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2686, index: 64, mask: {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;31m2024-06-01 10:03:47.600510956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2715, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600521196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2716, index: 94, mask: {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;31m2024-06-01 10:03:47.600523576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2704, index: 82, mask: {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;31m2024-06-01 10:03:47.600539766 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2705, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600559675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2706, index: 84, mask: {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;31m2024-06-01 10:03:47.600575015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2708, index: 86, mask: {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;31m2024-06-01 10:03:47.600589975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2710, index: 88, mask: {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;31m2024-06-01 10:03:47.600600485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2712, index: 90, mask: {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;31m2024-06-01 10:03:47.600615335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2713, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600628515 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2639, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.600639225 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2638, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604345928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2642, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604377397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2643, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604394997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2661, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604402227 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2691, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604407237 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2670, index: 48, mask: {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;31m2024-06-01 10:03:47.604418477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2692, index: 70, mask: {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;31m2024-06-01 10:03:47.604420967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2671, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604433437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2672, index: 50, mask: {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;31m2024-06-01 10:03:47.604446037 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2673, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604459607 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2674, index: 52, mask: {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;31m2024-06-01 10:03:47.604472777 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2675, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604484037 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2676, index: 54, mask: {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;31m2024-06-01 10:03:47.604498367 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2677, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604514357 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2678, index: 56, mask: {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;31m2024-06-01 10:03:47.604527317 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2679, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604538737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2680, index: 58, mask: {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;31m2024-06-01 10:03:47.604549477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2681, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604560437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2640, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604572207 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2682, index: 60, mask: {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;31m2024-06-01 10:03:47.604582967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2683, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.604596116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2684, index: 62, mask: {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;31m2024-06-01 10:03:47.624402064 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2632, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.624423874 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2633, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.624438204 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2634, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.624453964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2635, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.624470444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2636, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:03:47.636404588 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2637, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.59it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.55it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.53it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.53it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.52it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.51it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.50it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.49it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.48it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.48it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.47it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.47it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.47it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.47it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.47it/s]\n 21%|██▏ | 16/75 [00:01<00:06, 8.47it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.46it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.47it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.47it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.46it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.46it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.46it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.47it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.46it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.46it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.44it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.45it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.47it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.49it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.50it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.51it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.52it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.52it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.52it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.51it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.50it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.50it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.50it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.50it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.50it/s]\n 55%|█████▍ | 41/75 [00:04<00:03, 8.50it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.50it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.50it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.51it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.50it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.51it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.50it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.50it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.50it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.51it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.50it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.50it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.50it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.50it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.50it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.50it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.50it/s]\n 77%|███████▋ | 58/75 [00:06<00:01, 8.50it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.50it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.50it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.50it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.49it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.50it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.50it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.50it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.51it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.51it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.51it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.51it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.51it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.51it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.50it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.50it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.51it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.46it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.49it/s]\n/tmp/tmpd_ldzkx_.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.28it/s]\nVideo saved to /tmp/tmpd_ldzkx_.mp4\nMesh saved to /tmp/tmpd_ldzkx_.obj", "metrics": { "predict_time": 31.582262, "total_time": 31.630075 }, "output": [ "https://replicate.delivery/pbxt/SkSIlhk7hG5VE5Ga7KsmafRMMzBjxsNgDiiMOFtJhPEQIFdJA/mv_show_images.png", "https://replicate.delivery/pbxt/Rui2fGppO42XdqgGGEdO5ijeCfVQnQhe0hUXerKbopiKESRXC/tmpd_ldzkx_.mp4", "https://replicate.delivery/pbxt/FDN6ADA5cGpcJRggljHeXjCPa5I8PClfJ5FdieEzYW0EhU0lA/tmpd_ldzkx_.glb" ], "started_at": "2024-06-01T10:03:46.912813Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/t746gk2v65rgp0cftd0rfyytr8", "cancel": "https://api.replicate.com/v1/predictions/t746gk2v65rgp0cftd0rfyytr8/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:03:47.548634089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2622, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.548704129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2624, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.548711538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2623, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.566514545 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2625, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.572267608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2646, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.572426737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2627, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.572495587 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2626, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.576403578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2630, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.576410488 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2693, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.576411538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2647, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.576430958 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2650, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.580405580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2631, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.580410960 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2694, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.580421970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2652, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.576410138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2645, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.580406000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2651, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.584404961 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2628, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.584405731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2695, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.588405582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2696, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.588410102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2648, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.588413392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2653, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.588405582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2629, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.588420372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2687, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.592401614 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2688, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.592414194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2697, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.592420594 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2644, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.592431424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2649, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.596403395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2689, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.596419915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2698, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.596419575 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2662, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.599297401 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2654, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.599330931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2655, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.599349631 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2656, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600401906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2699, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600403336 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2663, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600413986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2700, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600415256 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2664, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600425356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2701, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600425876 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2665, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600435596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2666, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600435826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2702, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600441406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2690, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600445856 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2667, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600446536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2703, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600455286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2668, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600457396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2707, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600470396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2669, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600473056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2709, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600484386 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2641, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600487666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2711, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600495556 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2685, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600498426 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2714, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600507366 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2686, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600510956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2715, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600521196 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2716, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600523576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2704, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600539766 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2705, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600559675 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2706, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600575015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2708, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600589975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2710, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600600485 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2712, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600615335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2713, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600628515 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2639, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.600639225 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2638, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604345928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2642, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604377397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2643, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604394997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2661, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604402227 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2691, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604407237 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2670, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604418477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2692, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604420967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2671, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604433437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2672, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604446037 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2673, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604459607 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2674, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604472777 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2675, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604484037 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2676, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604498367 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2677, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604514357 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2678, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604527317 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2679, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604538737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2680, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604549477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2681, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604560437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2640, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604572207 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2682, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604582967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2683, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.604596116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2684, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.624402064 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2632, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.624423874 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2633, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.624438204 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2634, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.624453964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2635, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.624470444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2636, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:03:47.636404588 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2637, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.59it/s] 3%|▎ | 2/75 [00:00<00:08, 8.55it/s] 4%|▍ | 3/75 [00:00<00:08, 8.53it/s] 5%|▌ | 4/75 [00:00<00:08, 8.53it/s] 7%|▋ | 5/75 [00:00<00:08, 8.52it/s] 8%|▊ | 6/75 [00:00<00:08, 8.51it/s] 9%|▉ | 7/75 [00:00<00:08, 8.50it/s] 11%|█ | 8/75 [00:00<00:07, 8.49it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.48it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.48it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.47it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.47it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.47it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.47it/s] 20%|██ | 15/75 [00:01<00:07, 8.47it/s] 21%|██▏ | 16/75 [00:01<00:06, 8.47it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.46it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.47it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.47it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.46it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.46it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.46it/s] 31%|███ | 23/75 [00:02<00:06, 8.47it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.46it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.46it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.44it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.45it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.47it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.49it/s] 40%|████ | 30/75 [00:03<00:05, 8.50it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.51it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.52it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.52it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.52it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.51it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.50it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.50it/s] 51%|█████ | 38/75 [00:04<00:04, 8.50it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.50it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.50it/s] 55%|█████▍ | 41/75 [00:04<00:03, 8.50it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.50it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.50it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.51it/s] 60%|██████ | 45/75 [00:05<00:03, 8.50it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.51it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.50it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.50it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.50it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.51it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.50it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.50it/s] 71%|███████ | 53/75 [00:06<00:02, 8.50it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.50it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.50it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.50it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.50it/s] 77%|███████▋ | 58/75 [00:06<00:01, 8.50it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.50it/s] 80%|████████ | 60/75 [00:07<00:01, 8.50it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.50it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.49it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.50it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.50it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.50it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.51it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.51it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.51it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.51it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.51it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.51it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.50it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.50it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.51it/s] 100%|██████████| 75/75 [00:08<00:00, 8.46it/s] 100%|██████████| 75/75 [00:08<00:00, 8.49it/s] /tmp/tmpd_ldzkx_.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.28it/s] Video saved to /tmp/tmpd_ldzkx_.mp4 Mesh saved to /tmp/tmpd_ldzkx_.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6ID5ne4nmfswhrgm0cftd1abqdwp0StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/cb/c1/64/cbc164c1221efb5b3e980ed6d0da27ab.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/cb/c1/64/cbc164c1221efb5b3e980ed6d0da27ab.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/cb/c1/64/cbc164c1221efb5b3e980ed6d0da27ab.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/cb/c1/64/cbc164c1221efb5b3e980ed6d0da27ab.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/cb/c1/64/cbc164c1221efb5b3e980ed6d0da27ab.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/cb/c1/64/cbc164c1221efb5b3e980ed6d0da27ab.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:06:03.087863Z", "created_at": "2024-06-01T10:05:33.028000Z", "data_removed": false, "error": null, "id": "5ne4nmfswhrgm0cftd1abqdwp0", "input": { "image_path": "https://i.pinimg.com/564x/cb/c1/64/cbc164c1221efb5b3e980ed6d0da27ab.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:05:33.716825294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3468, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.716885474 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3469, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.716911394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3470, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.717011663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3471, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.739971797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3472, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.740904173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3474, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.741007412 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3476, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.744430947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3477, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.744481557 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3475, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.748436198 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3478, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.748526458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3479, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.752415310 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3480, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.752421460 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3473, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.752437360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3482, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.752463300 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3483, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.752415320 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3481, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.756408732 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3485, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.760404703 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3486, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.760419823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3484, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.764407644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3489, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.764421704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3488, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.764407944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3487, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.768422226 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3490, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.772411078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3493, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.772413578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3491, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.776410419 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3492, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.776424949 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3497, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.776411129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3494, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.780406521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3498, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.784400952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3501, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.784400952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3495, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.784422023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3496, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.784440282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3499, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.784472652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3500, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788403374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3502, index: 34, mask: {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;31m2024-06-01 10:05:33.788463083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3509, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788467973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3507, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788485123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3508, index: 40, mask: {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;31m2024-06-01 10:05:33.788487733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3510, index: 42, mask: {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;31m2024-06-01 10:05:33.788501123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3511, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788514513 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3513, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788521403 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3512, index: 44, mask: {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;31m2024-06-01 10:05:33.788538353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3514, index: 46, mask: {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;31m2024-06-01 10:05:33.788536673 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3515, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788553773 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3516, index: 48, mask: {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;31m2024-06-01 10:05:33.788552633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3517, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788587353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3519, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788589423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3518, index: 50, mask: {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;31m2024-06-01 10:05:33.788608173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3520, index: 52, mask: {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;31m2024-06-01 10:05:33.788622163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3521, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788644432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3523, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788654292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3522, index: 54, mask: {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;31m2024-06-01 10:05:33.788676232 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3526, index: 58, mask: {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;31m2024-06-01 10:05:33.788684852 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3524, index: 56, mask: {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;31m2024-06-01 10:05:33.788694522 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3527, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788702312 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3525, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788708472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3528, index: 60, mask: {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;31m2024-06-01 10:05:33.788717072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3530, index: 62, mask: {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;31m2024-06-01 10:05:33.788725942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3529, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788732872 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3531, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788740782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3535, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788748602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3532, index: 64, mask: {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;31m2024-06-01 10:05:33.788756262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3536, index: 68, mask: {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;31m2024-06-01 10:05:33.788760302 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3533, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788772282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3537, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788774792 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3534, index: 66, mask: {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;31m2024-06-01 10:05:33.788788692 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3538, index: 70, mask: {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;31m2024-06-01 10:05:33.788787632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3542, index: 74, mask: {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;31m2024-06-01 10:05:33.788799812 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3543, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788799972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3539, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788814432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3540, index: 72, mask: {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;31m2024-06-01 10:05:33.788814672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3544, index: 76, mask: {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;31m2024-06-01 10:05:33.788828542 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3541, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788830062 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3545, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788840072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3551, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788843782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3546, index: 78, mask: {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;31m2024-06-01 10:05:33.788852662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3552, index: 84, mask: {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;31m2024-06-01 10:05:33.788859442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3547, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788872071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3553, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788880722 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3548, index: 80, mask: {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;31m2024-06-01 10:05:33.788898791 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3554, index: 86, mask: {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;31m2024-06-01 10:05:33.788896502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3549, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788914431 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3550, index: 82, mask: {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;31m2024-06-01 10:05:33.788915281 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3555, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788933071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3556, index: 88, mask: {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;31m2024-06-01 10:05:33.788941351 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3561, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788952551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3557, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788954551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3562, index: 94, mask: {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;31m2024-06-01 10:05:33.788966131 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3558, index: 90, mask: {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;31m2024-06-01 10:05:33.788979131 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3559, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:05:33.788991491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3560, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.61it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.55it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.53it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.51it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.48it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.48it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.47it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.44it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.45it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.46it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.46it/s]\n 21%|██▏ | 16/75 [00:01<00:06, 8.46it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.45it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.44it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.45it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.45it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.44it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.44it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.44it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.44it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.44it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.42it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.43it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.43it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.46it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.47it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.47it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.47it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.47it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.48it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.48it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.49it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.50it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.48it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.48it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.49it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.48it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.48it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.48it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.47it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.48it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.49it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.49it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.50it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.48it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.48it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.48it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.48it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.48it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.49it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.50it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.49it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.48it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.49it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.50it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.49it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.48it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.48it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.47it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.48it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.48it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.49it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.49it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.48it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.48it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.48it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.47it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.48it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.47it/s]\n/tmp/tmpxkqyexze.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.26it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.35it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.29it/s]\nVideo saved to /tmp/tmpxkqyexze.mp4\nMesh saved to /tmp/tmpxkqyexze.obj", "metrics": { "predict_time": 29.9755, "total_time": 30.059863 }, "output": [ "https://replicate.delivery/pbxt/soshICMw4cpoMxdHr6enaAhSBUed1qGflqefbenbJrEHikiuE/mv_show_images.png", "https://replicate.delivery/pbxt/Rkl4p1frAiSNeEMceUjpNySjwIudIIDoPFV17LjK5p4UkU0lA/tmpxkqyexze.mp4", "https://replicate.delivery/pbxt/AjcuZKveJ1UbTyDBSuRyrt9z90oQwAI4t5xP645g3UaFJFdJA/tmpxkqyexze.glb" ], "started_at": "2024-06-01T10:05:33.112363Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5ne4nmfswhrgm0cftd1abqdwp0", "cancel": "https://api.replicate.com/v1/predictions/5ne4nmfswhrgm0cftd1abqdwp0/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:05:33.716825294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3468, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.716885474 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3469, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.716911394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3470, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.717011663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3471, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.739971797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3472, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.740904173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3474, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.741007412 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3476, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.744430947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3477, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.744481557 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3475, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.748436198 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3478, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.748526458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3479, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.752415310 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3480, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.752421460 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3473, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.752437360 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3482, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.752463300 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3483, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.752415320 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3481, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.756408732 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3485, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.760404703 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3486, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.760419823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3484, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.764407644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3489, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.764421704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3488, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.764407944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3487, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.768422226 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3490, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.772411078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3493, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.772413578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3491, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.776410419 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3492, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.776424949 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3497, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.776411129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3494, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.780406521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3498, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.784400952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3501, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.784400952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3495, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.784422023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3496, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.784440282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3499, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.784472652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3500, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788403374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3502, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788463083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3509, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788467973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3507, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788485123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3508, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788487733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3510, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788501123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3511, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788514513 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3513, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788521403 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3512, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788538353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3514, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788536673 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3515, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788553773 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3516, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788552633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3517, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788587353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3519, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788589423 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3518, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788608173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3520, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788622163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3521, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788644432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3523, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788654292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3522, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788676232 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3526, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788684852 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3524, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788694522 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3527, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788702312 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3525, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788708472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3528, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788717072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3530, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788725942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3529, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788732872 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3531, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788740782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3535, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788748602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3532, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788756262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3536, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788760302 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3533, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788772282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3537, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788774792 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3534, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788788692 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3538, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788787632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3542, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788799812 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3543, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788799972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3539, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788814432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3540, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788814672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3544, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788828542 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3541, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788830062 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3545, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788840072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3551, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788843782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3546, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788852662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3552, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788859442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3547, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788872071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3553, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788880722 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3548, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788898791 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3554, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788896502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3549, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788914431 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3550, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788915281 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3555, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788933071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3556, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788941351 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3561, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788952551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3557, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788954551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3562, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788966131 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3558, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788979131 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3559, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:05:33.788991491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3560, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.61it/s] 3%|▎ | 2/75 [00:00<00:08, 8.55it/s] 4%|▍ | 3/75 [00:00<00:08, 8.53it/s] 5%|▌ | 4/75 [00:00<00:08, 8.51it/s] 7%|▋ | 5/75 [00:00<00:08, 8.48it/s] 8%|▊ | 6/75 [00:00<00:08, 8.48it/s] 9%|▉ | 7/75 [00:00<00:08, 8.47it/s] 11%|█ | 8/75 [00:00<00:07, 8.44it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.45it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.46it/s] 20%|██ | 15/75 [00:01<00:07, 8.46it/s] 21%|██▏ | 16/75 [00:01<00:06, 8.46it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.45it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.44it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.45it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.45it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.44it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.44it/s] 31%|███ | 23/75 [00:02<00:06, 8.44it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.44it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.44it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.42it/s] 40%|████ | 30/75 [00:03<00:05, 8.43it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.43it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.46it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.47it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.47it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.47it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.47it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.48it/s] 51%|█████ | 38/75 [00:04<00:04, 8.48it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.49it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.50it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.48it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.48it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.49it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.48it/s] 60%|██████ | 45/75 [00:05<00:03, 8.48it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.48it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.47it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.48it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.49it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.49it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.50it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.48it/s] 71%|███████ | 53/75 [00:06<00:02, 8.48it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.48it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.48it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.48it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.49it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.50it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.49it/s] 80%|████████ | 60/75 [00:07<00:01, 8.48it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.49it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.50it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.49it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.48it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.48it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.47it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.48it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.48it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.49it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.49it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.48it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.48it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.48it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.47it/s] 100%|██████████| 75/75 [00:08<00:00, 8.48it/s] 100%|██████████| 75/75 [00:08<00:00, 8.47it/s] /tmp/tmpxkqyexze.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.26it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.35it/s] 100%|██████████| 6/6 [00:04<00:00, 1.29it/s] Video saved to /tmp/tmpxkqyexze.mp4 Mesh saved to /tmp/tmpxkqyexze.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDnb9z25h9p5rgp0cftd28a36qt8StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/e1/ac/ac/e1acac5e96dd3d86613d21a9af125db5.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/e1/ac/ac/e1acac5e96dd3d86613d21a9af125db5.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/e1/ac/ac/e1acac5e96dd3d86613d21a9af125db5.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/e1/ac/ac/e1acac5e96dd3d86613d21a9af125db5.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/e1/ac/ac/e1acac5e96dd3d86613d21a9af125db5.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/e1/ac/ac/e1acac5e96dd3d86613d21a9af125db5.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:07:22.054331Z", "created_at": "2024-06-01T10:06:50.801000Z", "data_removed": false, "error": null, "id": "nb9z25h9p5rgp0cftd28a36qt8", "input": { "image_path": "https://i.pinimg.com/564x/e1/ac/ac/e1acac5e96dd3d86613d21a9af125db5.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:06:51.463886522 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4132, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.463888761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4131, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.463941521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4133, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.468412551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4183, index: 52, mask: {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;31m2024-06-01 10:06:51.468430611 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4165, index: 34, mask: {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;31m2024-06-01 10:06:51.468511020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4160, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.468411831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4159, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.472401273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4161, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.476400604 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4162, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.476416054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4170, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.480403265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4184, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.480413825 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4174, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.484151148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4134, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.484400587 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4163, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.484403887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4175, index: 44, mask: {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;31m2024-06-01 10:06:51.484412067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4185, index: 54, mask: {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;31m2024-06-01 10:06:51.488404919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4187, index: 56, mask: {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;31m2024-06-01 10:06:51.488406459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4176, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.488422689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4171, index: 40, mask: {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;31m2024-06-01 10:06:51.492401240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4164, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.492403430 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4158, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.492414980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4173, index: 42, mask: {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;31m2024-06-01 10:06:51.492403260 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4172, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.496405942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4180, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.496418402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4189, index: 58, mask: {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;31m2024-06-01 10:06:51.496405112 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4188, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.500402444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4177, index: 46, mask: {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;31m2024-06-01 10:06:51.500422104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4181, index: 50, mask: {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;31m2024-06-01 10:06:51.504406375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4178, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.504406225 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4191, index: 60, mask: {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;31m2024-06-01 10:06:51.504416175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4190, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508424676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4193, index: 62, mask: {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;31m2024-06-01 10:06:51.508446006 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4194, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508477126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4196, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508520746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4197, index: 66, mask: {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;31m2024-06-01 10:06:51.508555396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4198, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508576066 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4157, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508615425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4213, index: 82, mask: {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;31m2024-06-01 10:06:51.508650145 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4214, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508687375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4215, index: 84, mask: {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;31m2024-06-01 10:06:51.508724305 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4216, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508744815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4217, index: 86, mask: {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;31m2024-06-01 10:06:51.508762955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4218, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508777195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4219, index: 88, mask: {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;31m2024-06-01 10:06:51.508792175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4220, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508803965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4221, index: 90, mask: {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;31m2024-06-01 10:06:51.508815765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4222, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508829014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4156, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.508845934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4155, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.504406975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4182, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.512401128 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4192, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.512409808 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4179, index: 48, mask: {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;31m2024-06-01 10:06:51.512418388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4195, index: 64, mask: {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;31m2024-06-01 10:06:51.512423938 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4186, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.512429438 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4199, index: 68, mask: {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;31m2024-06-01 10:06:51.512443218 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4200, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.512459628 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4201, index: 70, mask: {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;31m2024-06-01 10:06:51.516411070 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4202, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.516423280 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4203, index: 72, mask: {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;31m2024-06-01 10:06:51.516434790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4204, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.516450980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4205, index: 74, mask: {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;31m2024-06-01 10:06:51.516461659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4206, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.516476190 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4207, index: 76, mask: {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;31m2024-06-01 10:06:51.516488470 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4208, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.516500349 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4209, index: 78, mask: {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;31m2024-06-01 10:06:51.516525199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4210, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.516550129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4211, index: 80, mask: {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;31m2024-06-01 10:06:51.516573599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4212, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.516596209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4223, index: 92, mask: {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;31m2024-06-01 10:06:51.516610589 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4224, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.516630789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4225, index: 94, mask: {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;31m2024-06-01 10:06:51.516654059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4154, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534727595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4139, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534761725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4140, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534779965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4141, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534794355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4142, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534808475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4143, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534820125 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4144, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534831285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4136, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534844595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4137, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534855345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4138, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534865534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4145, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.534879374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4146, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.548404283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4153, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.580407844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4147, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.584403676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4148, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.588403188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4149, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.588406798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4152, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.588410798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4135, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.588422538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4150, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:06:51.596400801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4151, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.57it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.52it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.50it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.49it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.48it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.47it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.47it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.45it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.44it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.41it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.43it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.41it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.42it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.41it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.41it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.41it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.40it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.39it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.44it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.45it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.46it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.46it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.47it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.48it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.47it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.47it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.48it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.49it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.49it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.49it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.50it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.48it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.46it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.47it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.48it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.48it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.48it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.48it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.46it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.45it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.46it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.47it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.46it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.46it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.46it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.45it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.46it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.48it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.47it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.48it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.48it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.48it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.48it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.49it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.49it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.49it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.49it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.50it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.49it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.48it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.46it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.46it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.46it/s]\n/tmp/tmpuf1s5bs2.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.27it/s]\nVideo saved to /tmp/tmpuf1s5bs2.mp4\nMesh saved to /tmp/tmpuf1s5bs2.obj", "metrics": { "predict_time": 31.206961, "total_time": 31.253331 }, "output": [ "https://replicate.delivery/pbxt/bEjiol7LcmL7CJeeIsOLflUs0NOthbiXv6bY66Z84MUxmU0lA/mv_show_images.png", "https://replicate.delivery/pbxt/EOBjvCznB3rqCl7BVCvgho52H2SzJICfxwLKSflvMHzZTK6SA/tmpuf1s5bs2.mp4", "https://replicate.delivery/pbxt/oyexYa2ITiyOekytTh9cvySJ57RfluilkPymNczFcoelNpoLB/tmpuf1s5bs2.glb" ], "started_at": "2024-06-01T10:06:50.847370Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nb9z25h9p5rgp0cftd28a36qt8", "cancel": "https://api.replicate.com/v1/predictions/nb9z25h9p5rgp0cftd28a36qt8/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:06:51.463886522 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4132, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.463888761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4131, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.463941521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4133, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.468412551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4183, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.468430611 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4165, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.468511020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4160, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.468411831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4159, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.472401273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4161, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.476400604 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4162, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.476416054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4170, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.480403265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4184, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.480413825 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4174, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.484151148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4134, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.484400587 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4163, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.484403887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4175, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.484412067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4185, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.488404919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4187, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.488406459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4176, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.488422689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4171, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.492401240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4164, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.492403430 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4158, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.492414980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4173, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.492403260 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4172, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.496405942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4180, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.496418402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4189, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.496405112 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4188, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.500402444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4177, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.500422104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4181, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.504406375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4178, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.504406225 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4191, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.504416175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4190, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508424676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4193, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508446006 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4194, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508477126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4196, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508520746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4197, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508555396 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4198, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508576066 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4157, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508615425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4213, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508650145 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4214, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508687375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4215, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508724305 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4216, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508744815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4217, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508762955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4218, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508777195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4219, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508792175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4220, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508803965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4221, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508815765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4222, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508829014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4156, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.508845934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4155, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.504406975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4182, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.512401128 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4192, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.512409808 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4179, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.512418388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4195, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.512423938 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4186, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.512429438 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4199, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.512443218 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4200, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.512459628 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4201, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516411070 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4202, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516423280 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4203, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516434790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4204, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516450980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4205, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516461659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4206, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516476190 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4207, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516488470 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4208, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516500349 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4209, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516525199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4210, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516550129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4211, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516573599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4212, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516596209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4223, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516610589 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4224, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516630789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4225, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.516654059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4154, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534727595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4139, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534761725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4140, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534779965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4141, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534794355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4142, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534808475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4143, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534820125 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4144, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534831285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4136, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534844595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4137, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534855345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4138, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534865534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4145, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.534879374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4146, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.548404283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4153, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.580407844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4147, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.584403676 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4148, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.588403188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4149, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.588406798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4152, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.588410798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4135, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.588422538 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4150, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:06:51.596400801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4151, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.57it/s] 3%|▎ | 2/75 [00:00<00:08, 8.52it/s] 4%|▍ | 3/75 [00:00<00:08, 8.50it/s] 5%|▌ | 4/75 [00:00<00:08, 8.49it/s] 7%|▋ | 5/75 [00:00<00:08, 8.48it/s] 8%|▊ | 6/75 [00:00<00:08, 8.47it/s] 9%|▉ | 7/75 [00:00<00:08, 8.47it/s] 11%|█ | 8/75 [00:00<00:07, 8.45it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.44it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s] 20%|██ | 15/75 [00:01<00:07, 8.41it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.43it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.41it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.42it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.41it/s] 31%|███ | 23/75 [00:02<00:06, 8.41it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.41it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.40it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.39it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.44it/s] 40%|████ | 30/75 [00:03<00:05, 8.45it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.46it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.46it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.47it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.48it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.47it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.47it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.48it/s] 51%|█████ | 38/75 [00:04<00:04, 8.49it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.49it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.49it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.50it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.48it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.46it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.47it/s] 60%|██████ | 45/75 [00:05<00:03, 8.48it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.48it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.48it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.48it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.46it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.45it/s] 71%|███████ | 53/75 [00:06<00:02, 8.46it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.47it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.46it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.46it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.46it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.45it/s] 80%|████████ | 60/75 [00:07<00:01, 8.46it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.48it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.47it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.48it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.48it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.48it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.48it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.49it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.49it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.49it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.49it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.50it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.49it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.48it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.46it/s] 100%|██████████| 75/75 [00:08<00:00, 8.46it/s] 100%|██████████| 75/75 [00:08<00:00, 8.46it/s] /tmp/tmpuf1s5bs2.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s] 100%|██████████| 6/6 [00:04<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.27it/s] Video saved to /tmp/tmpuf1s5bs2.mp4 Mesh saved to /tmp/tmpuf1s5bs2.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDtcp8h93btdrgm0cftd68jy8vrgStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/0b/1e/85/0b1e85fe0311ea65169e147ba72f4c3c.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/0b/1e/85/0b1e85fe0311ea65169e147ba72f4c3c.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/0b/1e/85/0b1e85fe0311ea65169e147ba72f4c3c.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/0b/1e/85/0b1e85fe0311ea65169e147ba72f4c3c.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/0b/1e/85/0b1e85fe0311ea65169e147ba72f4c3c.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/0b/1e/85/0b1e85fe0311ea65169e147ba72f4c3c.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:16:23.323954Z", "created_at": "2024-06-01T10:15:52.019000Z", "data_removed": false, "error": null, "id": "tcp8h93btdrgm0cftd68jy8vrg", "input": { "image_path": "https://i.pinimg.com/564x/0b/1e/85/0b1e85fe0311ea65169e147ba72f4c3c.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:15:52.477425190 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1641, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.477442170 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1642, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.477493061 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1643, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.492910064 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1644, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.492938464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1645, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.496915825 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1649, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.496927045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1646, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.500910786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1647, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.500909936 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1650, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.504912306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1651, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.507833467 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1648, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.508913698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1652, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.512908858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1653, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.512911318 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1654, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.516909289 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1655, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.516942329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1663, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.520913650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1664, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.516909079 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1662, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.524924201 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1665, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.525315751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1727, index: 86, mask: {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;31m2024-06-01 10:15:52.528113402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1656, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.528907402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1666, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.532930262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1667, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.532922853 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1657, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.536951144 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1668, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.536966634 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1658, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.540928395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1669, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.543292705 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1659, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.544910925 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1670, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.548357986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1660, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.548906856 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1671, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.552909787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1661, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.552916447 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1672, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.553158017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1704, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.556918698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1673, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.556942568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1705, index: 64, mask: {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;31m2024-06-01 10:15:52.560915959 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1706, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.564907279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1674, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.564908789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1675, index: 34, mask: {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;31m2024-06-01 10:15:52.564910259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1707, index: 66, mask: {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;31m2024-06-01 10:15:52.564926359 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1714, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.568910361 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1676, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.568917150 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1708, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.572906151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1677, index: 36, mask: {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;31m2024-06-01 10:15:52.572907841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1720, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.572913761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1709, index: 68, mask: {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;31m2024-06-01 10:15:52.576908492 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1721, index: 80, mask: {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;31m2024-06-01 10:15:52.576910162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1710, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.576945392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1679, index: 38, mask: {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;31m2024-06-01 10:15:52.576908392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1678, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.580917353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1711, index: 70, mask: {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;31m2024-06-01 10:15:52.580955023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1681, index: 40, mask: {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;31m2024-06-01 10:15:52.580928803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1680, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.584906034 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1722, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.584909234 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1712, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.588905845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1723, index: 82, mask: {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;31m2024-06-01 10:15:52.588912235 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1713, index: 72, mask: {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;31m2024-06-01 10:15:52.588914605 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1682, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.592909775 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1683, index: 42, mask: {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;31m2024-06-01 10:15:52.592911165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1724, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.592911945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1715, index: 74, mask: {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;31m2024-06-01 10:15:52.592928345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1684, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.596905707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1725, index: 84, mask: {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;31m2024-06-01 10:15:52.596925397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1717, index: 76, mask: {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;31m2024-06-01 10:15:52.600910597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1718, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.600930287 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1685, index: 44, mask: {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;31m2024-06-01 10:15:52.596904577 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1716, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.604902598 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1696, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.604911678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1726, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.604913268 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1719, index: 78, mask: {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;31m2024-06-01 10:15:52.608911309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1730, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.608930759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1686, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.608933379 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1728, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.610765599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1729, index: 88, mask: {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;31m2024-06-01 10:15:52.612906980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1731, index: 90, mask: {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;31m2024-06-01 10:15:52.612906970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1687, index: 46, mask: {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;31m2024-06-01 10:15:52.608912299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1697, index: 56, mask: {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;31m2024-06-01 10:15:52.616906941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1698, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.620903561 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1699, index: 58, mask: {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;31m2024-06-01 10:15:52.620922661 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1733, index: 92, mask: {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;31m2024-06-01 10:15:52.620903552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1732, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.624906372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1688, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.628910054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1689, index: 48, mask: {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;31m2024-06-01 10:15:52.632934024 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1690, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.636905735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1691, index: 50, mask: {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;31m2024-06-01 10:15:52.640909116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1692, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.644906487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1693, index: 52, mask: {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;31m2024-06-01 10:15:52.648905438 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1694, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.652904418 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1695, index: 54, mask: {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;31m2024-06-01 10:15:52.660904020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1734, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:15:52.664908651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1735, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.58it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.29it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.25it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.29it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.31it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.36it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.39it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.40it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.41it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.41it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.40it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.43it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.43it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.40it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.38it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.39it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.39it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.39it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s]\n 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.38it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.36it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.36it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.36it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.38it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.39it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.40it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.40it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.40it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.37it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.36it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.37it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.39it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.40it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.40it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.40it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.38it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.38it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.38it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.38it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.37it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.37it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.39it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.40it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.40it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.40it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.40it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.40it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.39it/s]\n/tmp/tmpa50rz2ow.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.19it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.27it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.31it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.30it/s]\nVideo saved to /tmp/tmpa50rz2ow.mp4\nMesh saved to /tmp/tmpa50rz2ow.obj", "metrics": { "predict_time": 31.295712, "total_time": 31.304954 }, "output": [ "https://replicate.delivery/pbxt/rUfFSQTnVPSezEUveOaxxzvDX2NJLc702BvRhYgn4J3t3U0lA/mv_show_images.png", "https://replicate.delivery/pbxt/Ee912cy1JDQxHKNGJS9R4nOoDMjKHeQf0urYf4xEm2ubvpoLB/tmpa50rz2ow.mp4", "https://replicate.delivery/pbxt/AGolNHIxMaZvHVcsVVcvhs0bqeHGy0Ee4iLSyQidWi13bK6SA/tmpa50rz2ow.glb" ], "started_at": "2024-06-01T10:15:52.028242Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tcp8h93btdrgm0cftd68jy8vrg", "cancel": "https://api.replicate.com/v1/predictions/tcp8h93btdrgm0cftd68jy8vrg/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:15:52.477425190 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1641, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.477442170 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1642, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.477493061 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1643, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.492910064 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1644, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.492938464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1645, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.496915825 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1649, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.496927045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1646, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.500910786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1647, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.500909936 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1650, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.504912306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1651, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.507833467 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1648, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.508913698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1652, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.512908858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1653, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.512911318 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1654, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.516909289 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1655, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.516942329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1663, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.520913650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1664, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.516909079 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1662, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.524924201 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1665, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.525315751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1727, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.528113402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1656, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.528907402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1666, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.532930262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1667, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.532922853 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1657, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.536951144 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1668, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.536966634 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1658, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.540928395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1669, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.543292705 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1659, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.544910925 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1670, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.548357986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1660, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.548906856 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1671, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.552909787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1661, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.552916447 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1672, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.553158017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1704, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.556918698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1673, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.556942568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1705, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.560915959 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1706, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.564907279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1674, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.564908789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1675, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.564910259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1707, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.564926359 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1714, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.568910361 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1676, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.568917150 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1708, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.572906151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1677, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.572907841 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1720, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.572913761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1709, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.576908492 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1721, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.576910162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1710, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.576945392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1679, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.576908392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1678, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.580917353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1711, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.580955023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1681, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.580928803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1680, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.584906034 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1722, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.584909234 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1712, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.588905845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1723, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.588912235 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1713, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.588914605 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1682, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.592909775 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1683, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.592911165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1724, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.592911945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1715, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.592928345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1684, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.596905707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1725, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.596925397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1717, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.600910597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1718, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.600930287 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1685, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.596904577 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1716, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.604902598 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1696, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.604911678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1726, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.604913268 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1719, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.608911309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1730, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.608930759 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1686, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.608933379 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1728, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.610765599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1729, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.612906980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1731, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.612906970 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1687, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.608912299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1697, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.616906941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1698, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.620903561 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1699, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.620922661 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1733, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.620903552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1732, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.624906372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1688, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.628910054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1689, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.632934024 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1690, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.636905735 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1691, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.640909116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1692, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.644906487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1693, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.648905438 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1694, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.652904418 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1695, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.660904020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1734, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:15:52.664908651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1735, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.58it/s] 3%|▎ | 2/75 [00:00<00:08, 8.29it/s] 4%|▍ | 3/75 [00:00<00:08, 8.25it/s] 5%|▌ | 4/75 [00:00<00:08, 8.29it/s] 7%|▋ | 5/75 [00:00<00:08, 8.31it/s] 8%|▊ | 6/75 [00:00<00:08, 8.36it/s] 9%|▉ | 7/75 [00:00<00:08, 8.39it/s] 11%|█ | 8/75 [00:00<00:07, 8.40it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.41it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.41it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s] 20%|██ | 15/75 [00:01<00:07, 8.40it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.43it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.43it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.40it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.38it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.38it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.39it/s] 40%|████ | 30/75 [00:03<00:05, 8.39it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.39it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s] 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.38it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.36it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.36it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.36it/s] 51%|█████ | 38/75 [00:04<00:04, 8.38it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.39it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.39it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.40it/s] 56%|█████▌ | 42/75 [00:05<00:03, 8.40it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.40it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.40it/s] 60%|██████ | 45/75 [00:05<00:03, 8.37it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.36it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.37it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.39it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.40it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s] 71%|███████ | 53/75 [00:06<00:02, 8.40it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.40it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.37it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.37it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.38it/s] 80%|████████ | 60/75 [00:07<00:01, 8.38it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.38it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.38it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.38it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.38it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.37it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.37it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.38it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.38it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.38it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.39it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.40it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.40it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.40it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.40it/s] 100%|██████████| 75/75 [00:08<00:00, 8.40it/s] 100%|██████████| 75/75 [00:08<00:00, 8.39it/s] /tmp/tmpa50rz2ow.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.19it/s] 50%|█████ | 3/6 [00:02<00:02, 1.27it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.31it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.36it/s] 100%|██████████| 6/6 [00:04<00:00, 1.30it/s] Video saved to /tmp/tmpa50rz2ow.mp4 Mesh saved to /tmp/tmpa50rz2ow.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDmk87tbvfqhrgg0cftd6tbdyhj4StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/ef/46/b3/ef46b3ba102ba88aeef6dbf4ef4fd869.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/ef/46/b3/ef46b3ba102ba88aeef6dbf4ef4fd869.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/ef/46/b3/ef46b3ba102ba88aeef6dbf4ef4fd869.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/ef/46/b3/ef46b3ba102ba88aeef6dbf4ef4fd869.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/ef/46/b3/ef46b3ba102ba88aeef6dbf4ef4fd869.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/ef/46/b3/ef46b3ba102ba88aeef6dbf4ef4fd869.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:17:30.965225Z", "created_at": "2024-06-01T10:16:58.556000Z", "data_removed": false, "error": null, "id": "mk87tbvfqhrgg0cftd6tbdyhj4", "input": { "image_path": "https://i.pinimg.com/564x/ef/46/b3/ef46b3ba102ba88aeef6dbf4ef4fd869.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:16:59.017036463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2248, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.017039483 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2249, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.017103053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2250, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.032273887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2251, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.032910347 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2255, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.032930567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2253, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.032911337 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2252, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.036908127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2254, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.040905279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2275, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.040945139 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2257, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.040905269 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2256, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.044910789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2276, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.048907850 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2258, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.048908540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2277, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.052905111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2259, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.052905131 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2278, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.056911362 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2260, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.056915092 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2279, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.060910813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2280, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.060930283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2262, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.060910813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2261, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.067686554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2326, index: 78, mask: {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;31m2024-06-01 10:16:59.068901944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2263, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.068920964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2282, index: 34, mask: {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;31m2024-06-01 10:16:59.068900574 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2281, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.072904845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2283, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.076948776 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2284, index: 36, mask: {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;31m2024-06-01 10:16:59.076978966 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2264, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.080904637 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2285, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.080905257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2265, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.084903167 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2286, index: 38, mask: {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;31m2024-06-01 10:16:59.084921458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2266, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.088902329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2267, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.088903599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2287, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.092048339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2329, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.092905889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2288, index: 40, mask: {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;31m2024-06-01 10:16:59.092921920 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2290, index: 42, mask: {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;31m2024-06-01 10:16:59.092907329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2268, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.100906491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2289, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.100906491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2269, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.104904742 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2303, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.104906872 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2291, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.108901723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2270, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.108922583 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2304, index: 56, mask: {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;31m2024-06-01 10:16:59.112925954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2305, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.112933184 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2292, index: 44, mask: {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;31m2024-06-01 10:16:59.116916024 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2271, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.116995984 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2306, index: 58, mask: {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;31m2024-06-01 10:16:59.120907236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2293, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.120913236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2311, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.124902896 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2332, index: 84, mask: {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;31m2024-06-01 10:16:59.127441027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2312, index: 64, mask: {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;31m2024-06-01 10:16:59.128901347 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2333, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.128917927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2294, index: 46, mask: {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;31m2024-06-01 10:16:59.132500138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2313, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.132901498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2334, index: 86, mask: {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;31m2024-06-01 10:16:59.132903978 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2295, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.128901357 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2272, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.132924578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2273, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.136909299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2314, index: 66, mask: {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;31m2024-06-01 10:16:59.140906030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2296, index: 48, mask: {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;31m2024-06-01 10:16:59.140909600 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2315, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.140922350 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2335, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.140927810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2297, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.140906020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2274, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.144899340 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2298, index: 50, mask: {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;31m2024-06-01 10:16:59.148901521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2299, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.148904351 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2336, index: 88, mask: {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;31m2024-06-01 10:16:59.152750312 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2316, index: 68, mask: {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;31m2024-06-01 10:16:59.152904013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2337, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.152904682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2300, index: 52, mask: {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;31m2024-06-01 10:16:59.156906163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2338, index: 90, mask: {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;31m2024-06-01 10:16:59.156907993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2317, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.156928053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2302, index: 54, mask: {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;31m2024-06-01 10:16:59.156905473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2301, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.160908734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2318, index: 70, mask: {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;31m2024-06-01 10:16:59.160907654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2339, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.164911064 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2340, index: 92, mask: {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;31m2024-06-01 10:16:59.164910335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2331, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.167939265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2319, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.168907535 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2341, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.168909015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2324, index: 76, mask: {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;31m2024-06-01 10:16:59.172907817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2342, index: 94, mask: {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;31m2024-06-01 10:16:59.172925686 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2327, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.172928946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2321, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.172910657 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2325, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:16:59.172907946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2320, index: 72, mask: {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;31m2024-06-01 10:16:59.180906258 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2328, index: 80, mask: {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;31m2024-06-01 10:16:59.183111548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2322, index: 74, mask: {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;31m2024-06-01 10:16:59.184907619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2330, index: 82, mask: {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;31m2024-06-01 10:16:59.188175990 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2323, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.55it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.51it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.48it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.47it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.46it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.46it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.46it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.45it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.43it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.42it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.37it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.36it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.37it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.38it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.38it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.39it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.39it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.39it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.40it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.41it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.40it/s]\n 44%|████▍ | 33/75 [00:03<00:05, 8.39it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.39it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.38it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.38it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.37it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.38it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.38it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.36it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.37it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.38it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.38it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.38it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.39it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.39it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.39it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.39it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.39it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.39it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.40it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.40it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.40it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.40it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.40it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.39it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.38it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.38it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.37it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.36it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.37it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.38it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.38it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.39it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.39it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.40it/s]\n/tmp/tmp2biunp_e.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.27it/s]\nVideo saved to /tmp/tmp2biunp_e.mp4\nMesh saved to /tmp/tmp2biunp_e.obj", "metrics": { "predict_time": 32.399981, "total_time": 32.409225 }, "output": [ "https://replicate.delivery/pbxt/xb5KBeC2fNtsGkImamEQ7pd82WxQCO6JfnnZMmYGZyt05U0lA/mv_show_images.png", "https://replicate.delivery/pbxt/UzQmQfStvs1KXqxNTpNvgfZkHlpJPRtRQFIMpoBTQzb6cK6SA/tmp2biunp_e.mp4", "https://replicate.delivery/pbxt/5Z2Em7Yt7l6wDdboGbKsBqOJHDlePPiPv8xaGfRHea815U0lA/tmp2biunp_e.glb" ], "started_at": "2024-06-01T10:16:58.565244Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mk87tbvfqhrgg0cftd6tbdyhj4", "cancel": "https://api.replicate.com/v1/predictions/mk87tbvfqhrgg0cftd6tbdyhj4/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:16:59.017036463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2248, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.017039483 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2249, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.017103053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2250, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.032273887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2251, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.032910347 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2255, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.032930567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2253, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.032911337 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2252, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.036908127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2254, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.040905279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2275, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.040945139 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2257, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.040905269 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2256, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.044910789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2276, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.048907850 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2258, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.048908540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2277, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.052905111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2259, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.052905131 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2278, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.056911362 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2260, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.056915092 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2279, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.060910813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2280, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.060930283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2262, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.060910813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2261, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.067686554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2326, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.068901944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2263, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.068920964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2282, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.068900574 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2281, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.072904845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2283, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.076948776 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2284, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.076978966 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2264, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.080904637 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2285, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.080905257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2265, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.084903167 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2286, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.084921458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2266, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.088902329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2267, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.088903599 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2287, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.092048339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2329, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.092905889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2288, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.092921920 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2290, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.092907329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2268, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.100906491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2289, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.100906491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2269, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.104904742 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2303, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.104906872 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2291, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.108901723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2270, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.108922583 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2304, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.112925954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2305, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.112933184 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2292, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.116916024 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2271, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.116995984 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2306, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.120907236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2293, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.120913236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2311, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.124902896 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2332, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.127441027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2312, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.128901347 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2333, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.128917927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2294, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.132500138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2313, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.132901498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2334, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.132903978 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2295, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.128901357 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2272, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.132924578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2273, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.136909299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2314, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.140906030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2296, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.140909600 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2315, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.140922350 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2335, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.140927810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2297, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.140906020 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2274, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.144899340 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2298, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.148901521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2299, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.148904351 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2336, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.152750312 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2316, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.152904013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2337, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.152904682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2300, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.156906163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2338, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.156907993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2317, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.156928053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2302, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.156905473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2301, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.160908734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2318, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.160907654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2339, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.164911064 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2340, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.164910335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2331, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.167939265 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2319, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.168907535 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2341, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.168909015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2324, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.172907817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2342, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.172925686 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2327, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.172928946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2321, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.172910657 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2325, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.172907946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2320, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.180906258 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2328, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.183111548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2322, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.184907619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2330, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:16:59.188175990 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2323, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.55it/s] 3%|▎ | 2/75 [00:00<00:08, 8.51it/s] 4%|▍ | 3/75 [00:00<00:08, 8.48it/s] 5%|▌ | 4/75 [00:00<00:08, 8.47it/s] 7%|▋ | 5/75 [00:00<00:08, 8.46it/s] 8%|▊ | 6/75 [00:00<00:08, 8.46it/s] 9%|▉ | 7/75 [00:00<00:08, 8.46it/s] 11%|█ | 8/75 [00:00<00:07, 8.45it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.43it/s] 20%|██ | 15/75 [00:01<00:07, 8.42it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.37it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.36it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.37it/s] 31%|███ | 23/75 [00:02<00:06, 8.38it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.38it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.39it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.39it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.39it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s] 40%|████ | 30/75 [00:03<00:05, 8.40it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.41it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.40it/s] 44%|████▍ | 33/75 [00:03<00:05, 8.39it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.39it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s] 51%|█████ | 38/75 [00:04<00:04, 8.38it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.38it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.37it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.37it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.38it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.38it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.36it/s] 60%|██████ | 45/75 [00:05<00:03, 8.36it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.37it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.38it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.38it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.38it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.38it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.39it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.39it/s] 71%|███████ | 53/75 [00:06<00:02, 8.39it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.39it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.39it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.39it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.40it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.40it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.40it/s] 80%|████████ | 60/75 [00:07<00:01, 8.40it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.40it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.39it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.39it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.38it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.38it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.38it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.37it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.36it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.37it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.37it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.38it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.38it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.39it/s] 100%|██████████| 75/75 [00:08<00:00, 8.39it/s] 100%|██████████| 75/75 [00:08<00:00, 8.40it/s] /tmp/tmp2biunp_e.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s] 100%|██████████| 6/6 [00:04<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.27it/s] Video saved to /tmp/tmp2biunp_e.mp4 Mesh saved to /tmp/tmp2biunp_e.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6ID06eyj6h4znrgp0cftd7v6r2cswStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/9d/18/a8/9d18a8b0b05146d85d53cc83c8af754a.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/9d/18/a8/9d18a8b0b05146d85d53cc83c8af754a.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/9d/18/a8/9d18a8b0b05146d85d53cc83c8af754a.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/9d/18/a8/9d18a8b0b05146d85d53cc83c8af754a.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/9d/18/a8/9d18a8b0b05146d85d53cc83c8af754a.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/9d/18/a8/9d18a8b0b05146d85d53cc83c8af754a.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:19:22.672956Z", "created_at": "2024-06-01T10:18:50.493000Z", "data_removed": false, "error": null, "id": "06eyj6h4znrgp0cftd7v6r2csw", "input": { "image_path": "https://i.pinimg.com/564x/9d/18/a8/9d18a8b0b05146d85d53cc83c8af754a.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:18:50.973695547 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3122, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.973725617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3123, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.973775917 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3124, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.988916080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3125, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.988925891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3126, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.988939120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3130, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.988975040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3127, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.992912901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3131, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.996918162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3132, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.999055193 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3128, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:50.988917620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3129, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.000912613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3133, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.004094844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3135, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.004912334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3134, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.008910205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3136, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.008912505 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3143, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.012905405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3144, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.012904595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3137, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.016908337 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3145, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.019273247 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3138, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.020919627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3146, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.024335518 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3139, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.024906118 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3147, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.028906919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3148, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.028921119 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3141, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.028906839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3140, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.032938519 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3149, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.033327849 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3153, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.036908571 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3195, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.036935271 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3152, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.039507461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3142, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.040904951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3196, index: 74, mask: {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;31m2024-06-01 10:18:51.040933211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3151, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.044588702 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3154, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.044921932 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3177, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.044930672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3150, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.044958342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3198, index: 76, mask: {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;31m2024-06-01 10:18:51.044926292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3197, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.048911663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3176, index: 54, mask: {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;31m2024-06-01 10:18:51.048916913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3155, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.048921883 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3178, index: 56, mask: {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;31m2024-06-01 10:18:51.052906264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3156, index: 34, mask: {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;31m2024-06-01 10:18:51.052911344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3179, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.052908484 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3208, index: 86, mask: {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;31m2024-06-01 10:18:51.052925033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3200, index: 78, mask: {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;31m2024-06-01 10:18:51.055753734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3209, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.055772754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3190, index: 68, mask: {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;31m2024-06-01 10:18:51.052908033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3199, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.059745255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3157, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.055753725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3180, index: 58, mask: {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;31m2024-06-01 10:18:51.060904146 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3191, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.060906666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3201, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.064806216 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3158, index: 36, mask: {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;31m2024-06-01 10:18:51.064903646 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3210, index: 88, mask: {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;31m2024-06-01 10:18:51.064906016 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3192, index: 70, mask: {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;31m2024-06-01 10:18:51.064922826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3203, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.064906716 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3202, index: 80, mask: {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;31m2024-06-01 10:18:51.068901737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3211, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.068918187 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3194, index: 72, mask: {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;31m2024-06-01 10:18:51.068934807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3161, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.068902597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3193, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.072903938 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3204, index: 82, mask: {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;31m2024-06-01 10:18:51.072907838 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3212, index: 90, mask: {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;31m2024-06-01 10:18:51.072953988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3162, index: 40, mask: {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;31m2024-06-01 10:18:51.068918627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3160, index: 38, mask: {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;31m2024-06-01 10:18:51.076903569 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3213, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.079978579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3163, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.068901747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3159, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.080905990 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3205, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.084904130 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3206, index: 84, mask: {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;31m2024-06-01 10:18:51.084904120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3164, index: 42, mask: {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;31m2024-06-01 10:18:51.084907810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3214, index: 92, mask: {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;31m2024-06-01 10:18:51.084941690 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3165, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.088906941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3215, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.088908221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3166, index: 44, mask: {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;31m2024-06-01 10:18:51.088906921 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3207, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.095157473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3169, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.096903743 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3168, index: 46, mask: {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;31m2024-06-01 10:18:51.100216443 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3170, index: 48, mask: {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;31m2024-06-01 10:18:51.100904154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3167, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.104904764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3171, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.108906045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3172, index: 50, mask: {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;31m2024-06-01 10:18:51.120477798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3173, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.124931748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3174, index: 52, mask: {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;31m2024-06-01 10:18:51.128915830 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3175, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.135666101 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3185, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.140709672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3186, index: 64, mask: {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;31m2024-06-01 10:18:51.144905092 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3187, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.148908514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3188, index: 66, mask: {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;31m2024-06-01 10:18:51.155886595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3189, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:18:51.164906497 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3216, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.24it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.38it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.42it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.44it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.44it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.45it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.45it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.44it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.44it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.44it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.41it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.42it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.45it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.45it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.44it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.43it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.43it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.43it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.43it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.43it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.44it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.45it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.47it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.48it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.49it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.49it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.50it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.49it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.47it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.47it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.49it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.50it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.50it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.50it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.50it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.50it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.49it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.48it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.47it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.46it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.43it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.45it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.47it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.48it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.49it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.48it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.46it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.46it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.47it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.48it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.48it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.48it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.48it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.47it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.46it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.46it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.46it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.47it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.47it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.48it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.48it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.46it/s]\n/tmp/tmptl8sju1i.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.27it/s]\nVideo saved to /tmp/tmptl8sju1i.mp4\nMesh saved to /tmp/tmptl8sju1i.obj", "metrics": { "predict_time": 32.140182, "total_time": 32.179956 }, "output": [ "https://replicate.delivery/pbxt/8fTXFQoNlIQOUS9nce4jcZKHtWbLeacCshQbHdcGjwbT9U0lA/mv_show_images.png", "https://replicate.delivery/pbxt/5r5kCoXTGW4EI9vNQmyvJZww2ShDvUKCI90bkceMLrFVPFdJA/tmptl8sju1i.mp4", "https://replicate.delivery/pbxt/TxE6P4mtOIa6HBTn95sCXlFtgeoiNcE78FxANNcXgyNVPFdJA/tmptl8sju1i.glb" ], "started_at": "2024-06-01T10:18:50.532774Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/06eyj6h4znrgp0cftd7v6r2csw", "cancel": "https://api.replicate.com/v1/predictions/06eyj6h4znrgp0cftd7v6r2csw/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:18:50.973695547 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3122, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.973725617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3123, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.973775917 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3124, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.988916080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3125, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.988925891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3126, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.988939120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3130, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.988975040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3127, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.992912901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3131, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.996918162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3132, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.999055193 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3128, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:50.988917620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3129, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.000912613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3133, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.004094844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3135, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.004912334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3134, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.008910205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3136, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.008912505 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3143, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.012905405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3144, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.012904595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3137, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.016908337 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3145, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.019273247 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3138, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.020919627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3146, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.024335518 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3139, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.024906118 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3147, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.028906919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3148, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.028921119 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3141, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.028906839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3140, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.032938519 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3149, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.033327849 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3153, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.036908571 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3195, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.036935271 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3152, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.039507461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3142, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.040904951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3196, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.040933211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3151, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.044588702 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3154, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.044921932 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3177, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.044930672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3150, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.044958342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3198, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.044926292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3197, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.048911663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3176, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.048916913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3155, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.048921883 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3178, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.052906264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3156, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.052911344 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3179, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.052908484 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3208, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.052925033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3200, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.055753734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3209, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.055772754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3190, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.052908033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3199, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.059745255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3157, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.055753725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3180, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.060904146 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3191, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.060906666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3201, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.064806216 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3158, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.064903646 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3210, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.064906016 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3192, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.064922826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3203, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.064906716 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3202, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.068901737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3211, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.068918187 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3194, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.068934807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3161, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.068902597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3193, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.072903938 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3204, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.072907838 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3212, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.072953988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3162, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.068918627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3160, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.076903569 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3213, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.079978579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3163, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.068901747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3159, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.080905990 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3205, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.084904130 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3206, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.084904120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3164, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.084907810 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3214, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.084941690 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3165, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.088906941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3215, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.088908221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3166, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.088906921 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3207, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.095157473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3169, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.096903743 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3168, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.100216443 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3170, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.100904154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3167, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.104904764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3171, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.108906045 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3172, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.120477798 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3173, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.124931748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3174, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.128915830 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3175, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.135666101 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3185, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.140709672 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3186, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.144905092 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3187, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.148908514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3188, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.155886595 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3189, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:18:51.164906497 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 3216, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.24it/s] 3%|▎ | 2/75 [00:00<00:08, 8.38it/s] 4%|▍ | 3/75 [00:00<00:08, 8.42it/s] 5%|▌ | 4/75 [00:00<00:08, 8.44it/s] 7%|▋ | 5/75 [00:00<00:08, 8.44it/s] 8%|▊ | 6/75 [00:00<00:08, 8.45it/s] 9%|▉ | 7/75 [00:00<00:08, 8.45it/s] 11%|█ | 8/75 [00:00<00:07, 8.44it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.44it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.44it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s] 20%|██ | 15/75 [00:01<00:07, 8.41it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.42it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.45it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.45it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.44it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.43it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.43it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.43it/s] 40%|████ | 30/75 [00:03<00:05, 8.43it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.43it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.44it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.45it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.47it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.48it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.49it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.49it/s] 51%|█████ | 38/75 [00:04<00:04, 8.50it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.49it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.47it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.47it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.49it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.50it/s] 60%|██████ | 45/75 [00:05<00:03, 8.50it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.50it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.50it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.50it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.49it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.48it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.47it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.46it/s] 71%|███████ | 53/75 [00:06<00:02, 8.43it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.45it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.47it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.48it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.49it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.48it/s] 80%|████████ | 60/75 [00:07<00:01, 8.46it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.46it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.47it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.48it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.48it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.48it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.48it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.47it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.46it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.46it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.46it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.47it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.47it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.48it/s] 100%|██████████| 75/75 [00:08<00:00, 8.48it/s] 100%|██████████| 75/75 [00:08<00:00, 8.46it/s] /tmp/tmptl8sju1i.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s] 100%|██████████| 6/6 [00:04<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.27it/s] Video saved to /tmp/tmptl8sju1i.mp4 Mesh saved to /tmp/tmptl8sju1i.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDvzv91gqbkhrgm0cftd8a0r7a54StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/1a/a4/d8/1aa4d8aaf372afefe14e29bb9bc23b59.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/1a/a4/d8/1aa4d8aaf372afefe14e29bb9bc23b59.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/1a/a4/d8/1aa4d8aaf372afefe14e29bb9bc23b59.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/1a/a4/d8/1aa4d8aaf372afefe14e29bb9bc23b59.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/1a/a4/d8/1aa4d8aaf372afefe14e29bb9bc23b59.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/1a/a4/d8/1aa4d8aaf372afefe14e29bb9bc23b59.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:21:18.675365Z", "created_at": "2024-06-01T10:20:46.876000Z", "data_removed": false, "error": null, "id": "vzv91gqbkhrgm0cftd8a0r7a54", "input": { "image_path": "https://i.pinimg.com/564x/1a/a4/d8/1aa4d8aaf372afefe14e29bb9bc23b59.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:20:47.357147464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4021, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.357179924 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4022, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.357268504 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4023, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.372912967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4029, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.372934847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4025, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.376916148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4026, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.380906199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4030, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.380913439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4027, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.372913667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4024, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.384903069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4031, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.387572940 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4028, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.388906950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4032, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.392636831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4041, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.392907901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4033, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.396907842 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4034, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.396927172 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4043, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.396907582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4042, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.400927653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4044, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.404907534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4035, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.407806814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4045, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.408904724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4036, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.412870805 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4046, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.416922736 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4037, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.416927276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4047, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.420923667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4038, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.422995857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4048, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.424918658 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4039, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.428045328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4049, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.428917488 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4040, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.429044988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4055, index: 34, mask: {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;31m2024-06-01 10:20:47.432909409 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4050, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.432901699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4084, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.436909420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4085, index: 64, mask: {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;31m2024-06-01 10:20:47.436925790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4052, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.436909410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4051, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.440908691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4086, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.444903122 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4087, index: 66, mask: {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;31m2024-06-01 10:20:47.444921652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4054, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.444906262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4053, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.448899902 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4088, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.452901823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4089, index: 68, mask: {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;31m2024-06-01 10:20:47.452917013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4057, index: 36, mask: {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;31m2024-06-01 10:20:47.453470463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4115, index: 94, mask: {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;31m2024-06-01 10:20:47.452901833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4056, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.456972514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4090, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.460901065 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4058, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.460905125 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4091, index: 70, mask: {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;31m2024-06-01 10:20:47.464901316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4059, index: 38, mask: {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;31m2024-06-01 10:20:47.464915406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4093, index: 72, mask: {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;31m2024-06-01 10:20:47.464901646 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4092, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.468903136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4094, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.472906957 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4060, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.472906737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4095, index: 74, mask: {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;31m2024-06-01 10:20:47.476907138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4061, index: 40, mask: {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;31m2024-06-01 10:20:47.478181998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4077, index: 56, mask: {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;31m2024-06-01 10:20:47.480903389 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4062, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.480904049 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4096, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.484916140 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4097, index: 76, mask: {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;31m2024-06-01 10:20:47.485036930 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4063, index: 42, mask: {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;31m2024-06-01 10:20:47.488910651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4098, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.488935840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4065, index: 44, mask: {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;31m2024-06-01 10:20:47.488914011 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4064, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.492929561 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4066, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.496908262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4067, index: 46, mask: {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;31m2024-06-01 10:20:47.496908252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4099, index: 78, mask: {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;31m2024-06-01 10:20:47.500909023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4100, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.500907183 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4068, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.504911314 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4101, index: 80, mask: {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;31m2024-06-01 10:20:47.504918154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4069, index: 48, mask: {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;31m2024-06-01 10:20:47.508910524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4070, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.508908944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4102, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.512910795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4071, index: 50, mask: {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;31m2024-06-01 10:20:47.516917076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4072, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.516944906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4104, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.516917316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4103, index: 82, mask: {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;31m2024-06-01 10:20:47.520947627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4105, index: 84, mask: {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;31m2024-06-01 10:20:47.524914558 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4106, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.524934468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4074, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.524915478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4073, index: 52, mask: {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;31m2024-06-01 10:20:47.528913359 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4107, index: 86, mask: {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;31m2024-06-01 10:20:47.532916309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4075, index: 54, mask: {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;31m2024-06-01 10:20:47.532940049 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4109, index: 88, mask: {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;31m2024-06-01 10:20:47.532916519 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4108, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.536913410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4076, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.540914511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4110, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.540957771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4078, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.544910502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4111, index: 90, mask: {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;31m2024-06-01 10:20:47.544920691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4079, index: 58, mask: {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;31m2024-06-01 10:20:47.548936453 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4112, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:20:47.552918553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4113, index: 92, mask: {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;31m2024-06-01 10:20:47.556921684 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4114, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.60it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.53it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.50it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.48it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.47it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.46it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.45it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.45it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.45it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.44it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.39it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.38it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.39it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.42it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.41it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.41it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.41it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.41it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.43it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.45it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.46it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.46it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.46it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.45it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.45it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.42it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.44it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.43it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.43it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.43it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.43it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.44it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.42it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.36it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.28it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.31it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.34it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.36it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.38it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.39it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.41it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.41it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.43it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.45it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.46it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.47it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.47it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.46it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.46it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.47it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.47it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.47it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.47it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.46it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.44it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.44it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.43it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.43it/s]\n/tmp/tmppt0lxqi3.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.04s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.16it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.23it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.28it/s]\n 83%|████████▎ | 5/6 [00:04<00:00, 1.30it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.26it/s]\nVideo saved to /tmp/tmppt0lxqi3.mp4\nMesh saved to /tmp/tmppt0lxqi3.obj", "metrics": { "predict_time": 31.776051, "total_time": 31.799365 }, "output": [ "https://replicate.delivery/pbxt/19rGhpI6RU5oH5tgNTR0GW1MJM5M47HoOdjVNJONFCbHoiuE/mv_show_images.png", "https://replicate.delivery/pbxt/JJ99rteCj8XGSiwiF8gCFGODsrynXRB8RXbW7wsbulLPQFdJA/tmppt0lxqi3.mp4", "https://replicate.delivery/pbxt/G0eoffeF5cNmGTJvjlmZU0Ynqt0fXjeg6z2fEntOAsqPPQFdJA/tmppt0lxqi3.glb" ], "started_at": "2024-06-01T10:20:46.899314Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vzv91gqbkhrgm0cftd8a0r7a54", "cancel": "https://api.replicate.com/v1/predictions/vzv91gqbkhrgm0cftd8a0r7a54/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:20:47.357147464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4021, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.357179924 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4022, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.357268504 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4023, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.372912967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4029, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.372934847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4025, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.376916148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4026, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.380906199 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4030, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.380913439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4027, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.372913667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4024, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.384903069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4031, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.387572940 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4028, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.388906950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4032, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.392636831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4041, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.392907901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4033, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.396907842 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4034, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.396927172 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4043, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.396907582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4042, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.400927653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4044, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.404907534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4035, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.407806814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4045, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.408904724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4036, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.412870805 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4046, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.416922736 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4037, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.416927276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4047, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.420923667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4038, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.422995857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4048, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.424918658 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4039, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.428045328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4049, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.428917488 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4040, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.429044988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4055, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.432909409 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4050, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.432901699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4084, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.436909420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4085, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.436925790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4052, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.436909410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4051, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.440908691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4086, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.444903122 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4087, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.444921652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4054, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.444906262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4053, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.448899902 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4088, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.452901823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4089, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.452917013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4057, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.453470463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4115, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.452901833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4056, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.456972514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4090, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.460901065 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4058, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.460905125 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4091, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.464901316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4059, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.464915406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4093, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.464901646 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4092, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.468903136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4094, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.472906957 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4060, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.472906737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4095, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.476907138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4061, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.478181998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4077, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.480903389 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4062, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.480904049 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4096, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.484916140 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4097, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.485036930 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4063, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.488910651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4098, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.488935840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4065, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.488914011 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4064, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.492929561 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4066, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.496908262 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4067, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.496908252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4099, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.500909023 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4100, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.500907183 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4068, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.504911314 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4101, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.504918154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4069, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.508910524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4070, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.508908944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4102, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.512910795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4071, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.516917076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4072, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.516944906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4104, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.516917316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4103, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.520947627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4105, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.524914558 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4106, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.524934468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4074, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.524915478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4073, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.528913359 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4107, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.532916309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4075, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.532940049 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4109, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.532916519 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4108, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.536913410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4076, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.540914511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4110, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.540957771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4078, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.544910502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4111, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.544920691 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4079, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.548936453 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4112, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.552918553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4113, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:20:47.556921684 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4114, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.60it/s] 3%|▎ | 2/75 [00:00<00:08, 8.53it/s] 4%|▍ | 3/75 [00:00<00:08, 8.50it/s] 5%|▌ | 4/75 [00:00<00:08, 8.48it/s] 7%|▋ | 5/75 [00:00<00:08, 8.47it/s] 8%|▊ | 6/75 [00:00<00:08, 8.46it/s] 9%|▉ | 7/75 [00:00<00:08, 8.45it/s] 11%|█ | 8/75 [00:00<00:07, 8.45it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.45it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.44it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.43it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.43it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s] 20%|██ | 15/75 [00:01<00:07, 8.39it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.38it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.39it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.42it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.41it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.41it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.41it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.41it/s] 40%|████ | 30/75 [00:03<00:05, 8.41it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.43it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.45it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.46it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.46it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.46it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.45it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.45it/s] 51%|█████ | 38/75 [00:04<00:04, 8.42it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.44it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.43it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.43it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.43it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.43it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.44it/s] 60%|██████ | 45/75 [00:05<00:03, 8.42it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.36it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.28it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.31it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.34it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.36it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.38it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.39it/s] 71%|███████ | 53/75 [00:06<00:02, 8.41it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.40it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.41it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.43it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.45it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.46it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.47it/s] 80%|████████ | 60/75 [00:07<00:01, 8.47it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.46it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.46it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.47it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.47it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.47it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.47it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.46it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.44it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.44it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.43it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.43it/s] 100%|██████████| 75/75 [00:08<00:00, 8.43it/s] 100%|██████████| 75/75 [00:08<00:00, 8.43it/s] /tmp/tmppt0lxqi3.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.04s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.16it/s] 50%|█████ | 3/6 [00:02<00:02, 1.23it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.28it/s] 83%|████████▎ | 5/6 [00:04<00:00, 1.30it/s] 100%|██████████| 6/6 [00:04<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.26it/s] Video saved to /tmp/tmppt0lxqi3.mp4 Mesh saved to /tmp/tmppt0lxqi3.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6ID9w5x941mm5rgp0cftd9b8dd8erStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/0d/08/f6/0d08f669667b89306a0c6777e329994f.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/0d/08/f6/0d08f669667b89306a0c6777e329994f.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/0d/08/f6/0d08f669667b89306a0c6777e329994f.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/0d/08/f6/0d08f669667b89306a0c6777e329994f.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/0d/08/f6/0d08f669667b89306a0c6777e329994f.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/0d/08/f6/0d08f669667b89306a0c6777e329994f.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:22:42.429310Z", "created_at": "2024-06-01T10:22:11.105000Z", "data_removed": false, "error": null, "id": "9w5x941mm5rgp0cftd9b8dd8er", "input": { "image_path": "https://i.pinimg.com/564x/0d/08/f6/0d08f669667b89306a0c6777e329994f.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:22:11.548289404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4725, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.548321964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4726, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.548367754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4727, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.552926015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4781, index: 56, mask: {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;31m2024-06-01 10:22:11.552933264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4756, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.552938744 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4758, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.556908406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4757, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.556918286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4760, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.556935466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4782, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.560916937 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4759, index: 34, mask: {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;31m2024-06-01 10:22:11.560919817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4761, index: 36, mask: {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;31m2024-06-01 10:22:11.564913427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4764, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.564918017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4762, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.564923787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4732, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.568903368 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4763, index: 38, mask: {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;31m2024-06-01 10:22:11.568913298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4733, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.568903358 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4765, index: 40, mask: {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;31m2024-06-01 10:22:11.572903769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4734, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.572903779 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4789, index: 64, mask: {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;31m2024-06-01 10:22:11.572920809 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4735, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.576900249 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4768, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.576903619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4790, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.576914329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4767, index: 42, mask: {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;31m2024-06-01 10:22:11.576900259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4766, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.580899751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4769, index: 44, mask: {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;31m2024-06-01 10:22:11.580911541 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4737, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.583747581 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4791, index: 66, mask: {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;31m2024-06-01 10:22:11.580899731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4736, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.584901291 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4772, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.584912171 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4771, index: 46, mask: {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;31m2024-06-01 10:22:11.588803172 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4796, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.584901491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4770, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.588896662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4738, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.588900122 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4773, index: 48, mask: {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;31m2024-06-01 10:22:11.592901823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4739, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.592904503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4775, index: 50, mask: {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;31m2024-06-01 10:22:11.592904493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4755, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.592912273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4801, index: 76, mask: {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;31m2024-06-01 10:22:11.592924873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4776, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.592901813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4797, index: 72, mask: {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;31m2024-06-01 10:22:11.596905913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4774, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.596906724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4740, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.600902244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4778, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.600928244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4777, index: 52, mask: {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;31m2024-06-01 10:22:11.600940014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4742, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.604008805 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4802, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.600902394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4741, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.604920215 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4779, index: 54, mask: {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;31m2024-06-01 10:22:11.604929745 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4783, index: 58, mask: {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;31m2024-06-01 10:22:11.608911826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4806, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.608923366 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4780, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.612909287 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4808, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.612908647 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4788, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.612933597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4743, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.619215068 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4792, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.619215748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4807, index: 82, mask: {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;31m2024-06-01 10:22:11.620908768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4809, index: 84, mask: {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;31m2024-06-01 10:22:11.624243179 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4744, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.624905439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4793, index: 68, mask: {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;31m2024-06-01 10:22:11.624905429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4810, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.624920209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4794, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.628907730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4795, index: 70, mask: {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;31m2024-06-01 10:22:11.628951870 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4745, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.632903181 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4811, index: 86, mask: {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;31m2024-06-01 10:22:11.632911831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4746, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.632916451 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4798, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.636902252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4812, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.636901852 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4799, index: 74, mask: {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;31m2024-06-01 10:22:11.632903191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4754, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.640907392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4800, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.644904733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4813, index: 88, mask: {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;31m2024-06-01 10:22:11.644917433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4804, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.644904723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4803, index: 78, mask: {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;31m2024-06-01 10:22:11.648901804 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4814, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.652902304 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4815, index: 90, mask: {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;31m2024-06-01 10:22:11.652905824 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4805, index: 80, mask: {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;31m2024-06-01 10:22:11.656908795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4753, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.656928205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4817, index: 92, mask: {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;31m2024-06-01 10:22:11.656908785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4816, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.660904586 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4818, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.664904487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4752, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.664909927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4819, index: 94, mask: {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;31m2024-06-01 10:22:11.668902838 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4751, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.680902120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4729, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.684904151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4730, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.688904972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4731, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.736908352 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4750, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.824957878 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4728, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.852908724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4747, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.856906775 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4748, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:22:11.858572345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4749, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.60it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.52it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.50it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.48it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.43it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.42it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.42it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.42it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.41it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.42it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.43it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.44it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.44it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.44it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.45it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.46it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.47it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.47it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.47it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.47it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.46it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.46it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.45it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.46it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.42it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.43it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.45it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.46it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.47it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.48it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.47it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.45it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.46it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.47it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.46it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.47it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.47it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.45it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.45it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.46it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.46it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.46it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.46it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.45it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.45it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.43it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.44it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.44it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.45it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.45it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.43it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.44it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.45it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.45it/s]\n/tmp/tmpydzbt6f3.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.28it/s]\nVideo saved to /tmp/tmpydzbt6f3.mp4\nMesh saved to /tmp/tmpydzbt6f3.obj", "metrics": { "predict_time": 31.316054, "total_time": 31.32431 }, "output": [ "https://replicate.delivery/pbxt/We8qqbkAwF18S68cK54VAo1ERI2MPnE4CYApaiY9jBj4QFdJA/mv_show_images.png", "https://replicate.delivery/pbxt/gxwqus8vcS4MB1kFOaKYaebpH7qe6rpVobf9UHmfVkaJHqoLB/tmpydzbt6f3.mp4", "https://replicate.delivery/pbxt/VFfF41lBCwyJLqichVMwoGqS5cV6S0hNitS2i0uMzTI5QFdJA/tmpydzbt6f3.glb" ], "started_at": "2024-06-01T10:22:11.113256Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/9w5x941mm5rgp0cftd9b8dd8er", "cancel": "https://api.replicate.com/v1/predictions/9w5x941mm5rgp0cftd9b8dd8er/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:22:11.548289404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4725, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.548321964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4726, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.548367754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4727, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.552926015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4781, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.552933264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4756, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.552938744 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4758, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.556908406 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4757, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.556918286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4760, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.556935466 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4782, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.560916937 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4759, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.560919817 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4761, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.564913427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4764, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.564918017 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4762, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.564923787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4732, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.568903368 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4763, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.568913298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4733, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.568903358 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4765, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.572903769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4734, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.572903779 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4789, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.572920809 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4735, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.576900249 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4768, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.576903619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4790, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.576914329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4767, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.576900259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4766, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.580899751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4769, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.580911541 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4737, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.583747581 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4791, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.580899731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4736, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.584901291 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4772, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.584912171 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4771, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.588803172 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4796, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.584901491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4770, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.588896662 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4738, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.588900122 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4773, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.592901823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4739, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.592904503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4775, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.592904493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4755, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.592912273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4801, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.592924873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4776, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.592901813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4797, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.596905913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4774, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.596906724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4740, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.600902244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4778, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.600928244 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4777, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.600940014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4742, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.604008805 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4802, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.600902394 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4741, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.604920215 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4779, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.604929745 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4783, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.608911826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4806, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.608923366 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4780, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.612909287 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4808, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.612908647 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4788, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.612933597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4743, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.619215068 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4792, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.619215748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4807, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.620908768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4809, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.624243179 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4744, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.624905439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4793, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.624905429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4810, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.624920209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4794, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.628907730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4795, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.628951870 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4745, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.632903181 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4811, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.632911831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4746, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.632916451 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4798, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.636902252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4812, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.636901852 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4799, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.632903191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4754, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.640907392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4800, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.644904733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4813, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.644917433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4804, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.644904723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4803, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.648901804 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4814, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.652902304 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4815, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.652905824 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4805, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.656908795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4753, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.656928205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4817, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.656908785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4816, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.660904586 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4818, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.664904487 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4752, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.664909927 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4819, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.668902838 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4751, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.680902120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4729, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.684904151 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4730, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.688904972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4731, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.736908352 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4750, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.824957878 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4728, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.852908724 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4747, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.856906775 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4748, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:22:11.858572345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4749, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.60it/s] 3%|▎ | 2/75 [00:00<00:08, 8.52it/s] 4%|▍ | 3/75 [00:00<00:08, 8.50it/s] 5%|▌ | 4/75 [00:00<00:08, 8.48it/s] 7%|▋ | 5/75 [00:00<00:08, 8.43it/s] 8%|▊ | 6/75 [00:00<00:08, 8.42it/s] 9%|▉ | 7/75 [00:00<00:08, 8.42it/s] 11%|█ | 8/75 [00:00<00:07, 8.42it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.42it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.41it/s] 20%|██ | 15/75 [00:01<00:07, 8.42it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.42it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.43it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.43it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.44it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.44it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.44it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.45it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.46it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.47it/s] 40%|████ | 30/75 [00:03<00:05, 8.47it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.47it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.47it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.46it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.46it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.45it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.46it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.42it/s] 51%|█████ | 38/75 [00:04<00:04, 8.43it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.45it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.46it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.47it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.48it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.47it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s] 60%|██████ | 45/75 [00:05<00:03, 8.45it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.46it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.47it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.46it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.47it/s] 71%|███████ | 53/75 [00:06<00:02, 8.47it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.45it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.45it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.46it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.46it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.46it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.46it/s] 80%|████████ | 60/75 [00:07<00:01, 8.45it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.45it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.43it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.44it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.44it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.45it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.45it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.43it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.44it/s] 100%|██████████| 75/75 [00:08<00:00, 8.45it/s] 100%|██████████| 75/75 [00:08<00:00, 8.45it/s] /tmp/tmpydzbt6f3.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.28it/s] Video saved to /tmp/tmpydzbt6f3.mp4 Mesh saved to /tmp/tmpydzbt6f3.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDf9zgkk9sz1rgj0cftd9rwgy9rwStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/b1/a3/3e/b1a33e74d34768fb02e5b86e5c83671a.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/b1/a3/3e/b1a33e74d34768fb02e5b86e5c83671a.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/b1/a3/3e/b1a33e74d34768fb02e5b86e5c83671a.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/b1/a3/3e/b1a33e74d34768fb02e5b86e5c83671a.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/b1/a3/3e/b1a33e74d34768fb02e5b86e5c83671a.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/b1/a3/3e/b1a33e74d34768fb02e5b86e5c83671a.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:23:48.556065Z", "created_at": "2024-06-01T10:23:18.008000Z", "data_removed": false, "error": null, "id": "f9zgkk9sz1rgj0cftd9rwgy9rw", "input": { "image_path": "https://i.pinimg.com/564x/b1/a3/3e/b1a33e74d34768fb02e5b86e5c83671a.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:23:18.469018437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5330, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.469049547 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5331, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.469125677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5333, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.484914760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5337, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.488928761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5334, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.488959371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5339, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.492720291 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5332, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.492937771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5340, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.492943402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5335, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.496935082 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5341, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.488928751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5338, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.500914333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5342, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.504505544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5336, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.504920933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5343, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.508918875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5344, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.508923385 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5346, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.512916566 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5347, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.512917526 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5345, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.512942566 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5348, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.516911086 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5367, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.520921477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5368, index: 38, mask: {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;31m2024-06-01 10:23:18.524770988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5349, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.524915528 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5369, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.528955948 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5370, index: 40, mask: {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;31m2024-06-01 10:23:18.528977228 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5350, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.532909529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5351, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.532929729 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5372, index: 42, mask: {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;31m2024-06-01 10:23:18.536305390 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5383, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.532911179 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5371, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.539930931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5352, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.540918711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5373, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.544905952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5353, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.544906342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5374, index: 44, mask: {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;31m2024-06-01 10:23:18.548906642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5375, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.548927632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5355, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.548908612 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5354, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.552910663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5356, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.556915694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5376, index: 46, mask: {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;31m2024-06-01 10:23:18.556953404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5358, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.556915714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5357, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.560931695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5377, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.564639435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5401, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.564918285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5378, index: 48, mask: {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;31m2024-06-01 10:23:18.564945405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5359, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.568923746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5379, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.568927886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5360, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.572914277 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5380, index: 50, mask: {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;31m2024-06-01 10:23:18.572914007 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5361, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.576916808 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5381, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.580906588 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5362, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.580906819 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5382, index: 52, mask: {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;31m2024-06-01 10:23:18.584908529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5363, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.584929989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5385, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.584910229 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5384, index: 54, mask: {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;31m2024-06-01 10:23:18.588916480 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5386, index: 56, mask: {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;31m2024-06-01 10:23:18.592913871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5364, index: 34, mask: {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;31m2024-06-01 10:23:18.592932501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5388, index: 58, mask: {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;31m2024-06-01 10:23:18.596911162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5365, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.592913641 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5387, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.600925243 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5393, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.604909353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5394, index: 64, mask: {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;31m2024-06-01 10:23:18.608907264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5395, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.608908054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5366, index: 36, mask: {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;31m2024-06-01 10:23:18.612904305 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5396, index: 66, mask: {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;31m2024-06-01 10:23:18.612923405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5399, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.612904315 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5398, index: 68, mask: {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;31m2024-06-01 10:23:18.616908195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5400, index: 70, mask: {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;31m2024-06-01 10:23:18.620908006 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5397, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.620907506 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5413, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.624910867 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5402, index: 72, mask: {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;31m2024-06-01 10:23:18.624912417 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5414, index: 84, mask: {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;31m2024-06-01 10:23:18.628910248 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5415, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.628939678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5404, index: 74, mask: {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;31m2024-06-01 10:23:18.632909589 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5416, index: 86, mask: {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;31m2024-06-01 10:23:18.632908089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5405, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.628909468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5403, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.636906459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5417, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.636907750 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5406, index: 76, mask: {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;31m2024-06-01 10:23:18.640912040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5407, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.644910231 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5418, index: 88, mask: {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;31m2024-06-01 10:23:18.644928341 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5409, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.644908331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5408, index: 78, mask: {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;31m2024-06-01 10:23:18.648914452 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5410, index: 80, mask: {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;31m2024-06-01 10:23:18.652911003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5411, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.652932853 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5420, index: 90, mask: {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;31m2024-06-01 10:23:18.656910914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5421, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.656913454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5412, index: 82, mask: {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;31m2024-06-01 10:23:18.652912163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5419, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.660913944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5422, index: 92, mask: {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;31m2024-06-01 10:23:18.664914025 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5423, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:23:18.668924266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5424, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.58it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.52it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.49it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.47it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.46it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.45it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.45it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.44it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.44it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.44it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.38it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.39it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.40it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.41it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.45it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.46it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.47it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.48it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.49it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.49it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.48it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.47it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.48it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.49it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.49it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.49it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.49it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.48it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.48it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.47it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.47it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.48it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.49it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.49it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.48it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.47it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.46it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.45it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.44it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.45it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.46it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.47it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.47it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.47it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.47it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.47it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.47it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.46it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.46it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.47it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.48it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.47it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.48it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.48it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.48it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.47it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.47it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.46it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.44it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.46it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.46it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.40it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.41it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.45it/s]\n/tmp/tmphyqv4lnd.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.26it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.29it/s]\nVideo saved to /tmp/tmphyqv4lnd.mp4\nMesh saved to /tmp/tmphyqv4lnd.obj", "metrics": { "predict_time": 30.539544, "total_time": 30.548065 }, "output": [ "https://replicate.delivery/pbxt/EOBR0MUqHQrOFlEakfWv7E10eTfwfuDWhJCAEHayqmYMLqoLB/mv_show_images.png", "https://replicate.delivery/pbxt/2CDhrDTNnw4qHFsziz6lQArhtfbs7arQ3FNxOY2dL2e0iK6SA/tmphyqv4lnd.mp4", "https://replicate.delivery/pbxt/yH7dlRvJ5qbCG93cF4ho0fMkjwfHoGIN6eOcmOb9zChpFV0lA/tmphyqv4lnd.glb" ], "started_at": "2024-06-01T10:23:18.016521Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/f9zgkk9sz1rgj0cftd9rwgy9rw", "cancel": "https://api.replicate.com/v1/predictions/f9zgkk9sz1rgj0cftd9rwgy9rw/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:23:18.469018437 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5330, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.469049547 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5331, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.469125677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5333, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.484914760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5337, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.488928761 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5334, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.488959371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5339, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.492720291 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5332, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.492937771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5340, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.492943402 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5335, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.496935082 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5341, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.488928751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5338, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.500914333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5342, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.504505544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5336, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.504920933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5343, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.508918875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5344, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.508923385 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5346, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.512916566 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5347, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.512917526 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5345, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.512942566 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5348, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.516911086 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5367, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.520921477 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5368, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.524770988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5349, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.524915528 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5369, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.528955948 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5370, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.528977228 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5350, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.532909529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5351, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.532929729 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5372, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.536305390 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5383, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.532911179 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5371, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.539930931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5352, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.540918711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5373, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.544905952 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5353, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.544906342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5374, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.548906642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5375, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.548927632 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5355, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.548908612 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5354, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.552910663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5356, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.556915694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5376, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.556953404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5358, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.556915714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5357, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.560931695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5377, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.564639435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5401, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.564918285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5378, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.564945405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5359, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.568923746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5379, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.568927886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5360, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.572914277 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5380, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.572914007 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5361, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.576916808 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5381, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.580906588 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5362, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.580906819 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5382, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.584908529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5363, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.584929989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5385, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.584910229 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5384, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.588916480 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5386, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.592913871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5364, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.592932501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5388, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.596911162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5365, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.592913641 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5387, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.600925243 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5393, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.604909353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5394, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.608907264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5395, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.608908054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5366, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.612904305 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5396, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.612923405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5399, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.612904315 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5398, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.616908195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5400, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.620908006 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5397, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.620907506 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5413, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.624910867 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5402, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.624912417 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5414, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.628910248 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5415, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.628939678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5404, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.632909589 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5416, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.632908089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5405, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.628909468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5403, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.636906459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5417, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.636907750 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5406, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.640912040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5407, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.644910231 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5418, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.644928341 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5409, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.644908331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5408, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.648914452 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5410, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.652911003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5411, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.652932853 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5420, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.656910914 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5421, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.656913454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5412, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.652912163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5419, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.660913944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5422, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.664914025 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5423, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:23:18.668924266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5424, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.58it/s] 3%|▎ | 2/75 [00:00<00:08, 8.52it/s] 4%|▍ | 3/75 [00:00<00:08, 8.49it/s] 5%|▌ | 4/75 [00:00<00:08, 8.47it/s] 7%|▋ | 5/75 [00:00<00:08, 8.46it/s] 8%|▊ | 6/75 [00:00<00:08, 8.45it/s] 9%|▉ | 7/75 [00:00<00:08, 8.45it/s] 11%|█ | 8/75 [00:00<00:07, 8.44it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.44it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.44it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.38it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s] 20%|██ | 15/75 [00:01<00:07, 8.39it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.40it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.41it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.41it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.45it/s] 31%|███ | 23/75 [00:02<00:06, 8.46it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.47it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.48it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.49it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.49it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.48it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.47it/s] 40%|████ | 30/75 [00:03<00:05, 8.48it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.49it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.49it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.49it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.49it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.48it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.48it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.47it/s] 51%|█████ | 38/75 [00:04<00:04, 8.47it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.48it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.49it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.49it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.48it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.47it/s] 60%|██████ | 45/75 [00:05<00:03, 8.46it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.45it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.44it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.45it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.46it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.47it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.47it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.47it/s] 71%|███████ | 53/75 [00:06<00:02, 8.47it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.47it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.47it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.46it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.46it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.47it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.48it/s] 80%|████████ | 60/75 [00:07<00:01, 8.47it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.48it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.48it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.48it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.47it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.47it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.46it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.44it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.46it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.46it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.39it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.40it/s] 100%|██████████| 75/75 [00:08<00:00, 8.41it/s] 100%|██████████| 75/75 [00:08<00:00, 8.45it/s] /tmp/tmphyqv4lnd.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.26it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.29it/s] Video saved to /tmp/tmphyqv4lnd.mp4 Mesh saved to /tmp/tmphyqv4lnd.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDj6ytx1hhmxrgp0cftdb9r5c2p8StatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/55/22/50/552250141e394fcd540999db54021358.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/55/22/50/552250141e394fcd540999db54021358.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/55/22/50/552250141e394fcd540999db54021358.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/55/22/50/552250141e394fcd540999db54021358.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/55/22/50/552250141e394fcd540999db54021358.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/55/22/50/552250141e394fcd540999db54021358.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:27:04.594488Z", "created_at": "2024-06-01T10:26:32.487000Z", "data_removed": false, "error": null, "id": "j6ytx1hhmxrgp0cftdb9r5c2p8", "input": { "image_path": "https://i.pinimg.com/564x/55/22/50/552250141e394fcd540999db54021358.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:26:32.933637811 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6904, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.933659851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6905, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.933698771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6906, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.948905424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6907, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.948907893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6910, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.948928173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6908, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.952905854 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6911, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.956915645 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6912, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.957149715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6909, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.960901706 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6918, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.964057126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6913, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.964914666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6919, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.968905087 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6914, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.968908067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6920, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.972910018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6921, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.972910028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6915, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.979243910 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6916, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.980911410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6922, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.984412680 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6917, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.988911501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6925, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.988933261 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6924, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.988912511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6923, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.992957372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6926, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.996918773 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6947, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.996922142 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6927, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:32.997162002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6988, index: 84, mask: {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;31m2024-06-01 10:26:33.000908033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6989, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.000922143 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6946, index: 42, mask: {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;31m2024-06-01 10:26:33.004661834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6985, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.004903464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6945, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.004905554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6990, index: 86, mask: {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;31m2024-06-01 10:26:33.004903484 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6977, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.008906415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6991, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.008905295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6978, index: 74, mask: {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;31m2024-06-01 10:26:33.008905304 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6984, index: 80, mask: {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;31m2024-06-01 10:26:33.008921864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6932, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.012905985 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6992, index: 88, mask: {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;31m2024-06-01 10:26:33.012905945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6934, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.012920885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6979, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.012921955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6982, index: 78, mask: {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;31m2024-06-01 10:26:33.012938375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6980, index: 76, mask: {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;31m2024-06-01 10:26:33.016903136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6993, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.016903726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6928, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.016906266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6935, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.019831827 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6958, index: 54, mask: {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;31m2024-06-01 10:26:33.020902767 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6994, index: 90, mask: {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;31m2024-06-01 10:26:33.020906187 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6936, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.020918377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6930, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.024903768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6995, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.024921908 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6937, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.024916898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6957, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.024950398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6931, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.028905219 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6948, index: 44, mask: {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;31m2024-06-01 10:26:33.028908089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6956, index: 52, mask: {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;31m2024-06-01 10:26:33.028912129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6938, index: 34, mask: {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;31m2024-06-01 10:26:33.028906239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6996, index: 92, mask: {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;31m2024-06-01 10:26:33.032906079 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6987, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.020902797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6929, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.032921079 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6940, index: 36, mask: {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;31m2024-06-01 10:26:33.035005950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6986, index: 82, mask: {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;31m2024-06-01 10:26:33.012906975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6981, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.012905975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6983, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.032906839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6939, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.036905050 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6941, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.040068170 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6955, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.032906559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6997, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.040905661 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6942, index: 38, mask: {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;31m2024-06-01 10:26:33.008905315 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6933, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.044906371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6943, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.044908011 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6954, index: 50, mask: {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;31m2024-06-01 10:26:33.048903382 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6953, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.048905392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6944, index: 40, mask: {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;31m2024-06-01 10:26:33.052919443 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6959, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.055243333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6952, index: 48, mask: {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;31m2024-06-01 10:26:33.056913433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6960, index: 56, mask: {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;31m2024-06-01 10:26:33.060307294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6951, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.060905864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6961, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.064900405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6962, index: 58, mask: {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;31m2024-06-01 10:26:33.064903615 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6950, index: 46, mask: {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;31m2024-06-01 10:26:33.068904236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6949, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.072931027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6967, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.080532418 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6998, index: 94, mask: {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;31m2024-06-01 10:26:33.080945578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6968, index: 64, mask: {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;31m2024-06-01 10:26:33.092923650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6971, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.096913021 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6972, index: 68, mask: {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;31m2024-06-01 10:26:33.100920502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6973, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.104917252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6974, index: 70, mask: {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;31m2024-06-01 10:26:33.108924953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6975, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.108935403 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6969, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:26:33.112910154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6976, index: 72, mask: {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;31m2024-06-01 10:26:33.112910154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6970, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.57it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.49it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.47it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.46it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.44it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.44it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.43it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.43it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.40it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.40it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.42it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.42it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.42it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.41it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.41it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.42it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.42it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.43it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.44it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.46it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.46it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.47it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.48it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.48it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.47it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.45it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.45it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.45it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.47it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.47it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.48it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.48it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.48it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.48it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.47it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.46it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.47it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.47it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.47it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.47it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.46it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.45it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.45it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.45it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.45it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.44it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.45it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.40it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.42it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.44it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.44it/s]\n/tmp/tmp84k971to.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.27it/s]\nVideo saved to /tmp/tmp84k971to.mp4\nMesh saved to /tmp/tmp84k971to.obj", "metrics": { "predict_time": 32.065724, "total_time": 32.107488 }, "output": [ "https://replicate.delivery/pbxt/XLR6p6cKV4JBEpisJVjhfjUG70NOkJ52gP0C7mrfHeIvLV0lA/mv_show_images.png", "https://replicate.delivery/pbxt/WbBkJPnvvCKJNhgGFW6Bd6MLhefrUSaYQoMqmJExmWfxLV0lA/tmp84k971to.mp4", "https://replicate.delivery/pbxt/Z4vd8UeTxWScJCQ0ywVvVKmB4j8eU4AEdjrnFSXCh5m4lK6SA/tmp84k971to.glb" ], "started_at": "2024-06-01T10:26:32.528764Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/j6ytx1hhmxrgp0cftdb9r5c2p8", "cancel": "https://api.replicate.com/v1/predictions/j6ytx1hhmxrgp0cftdb9r5c2p8/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:26:32.933637811 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6904, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.933659851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6905, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.933698771 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6906, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.948905424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6907, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.948907893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6910, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.948928173 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6908, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.952905854 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6911, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.956915645 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6912, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.957149715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6909, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.960901706 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6918, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.964057126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6913, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.964914666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6919, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.968905087 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6914, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.968908067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6920, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.972910018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6921, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.972910028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6915, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.979243910 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6916, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.980911410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6922, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.984412680 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6917, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.988911501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6925, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.988933261 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6924, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.988912511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6923, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.992957372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6926, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.996918773 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6947, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.996922142 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6927, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:32.997162002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6988, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.000908033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6989, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.000922143 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6946, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.004661834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6985, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.004903464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6945, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.004905554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6990, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.004903484 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6977, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.008906415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6991, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.008905295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6978, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.008905304 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6984, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.008921864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6932, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.012905985 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6992, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.012905945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6934, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.012920885 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6979, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.012921955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6982, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.012938375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6980, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.016903136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6993, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.016903726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6928, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.016906266 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6935, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.019831827 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6958, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.020902767 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6994, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.020906187 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6936, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.020918377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6930, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.024903768 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6995, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.024921908 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6937, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.024916898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6957, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.024950398 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6931, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.028905219 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6948, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.028908089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6956, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.028912129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6938, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.028906239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6996, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.032906079 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6987, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.020902797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6929, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.032921079 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6940, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.035005950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6986, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.012906975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6981, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.012905975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6983, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.032906839 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6939, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.036905050 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6941, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.040068170 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6955, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.032906559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6997, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.040905661 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6942, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.008905315 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6933, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.044906371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6943, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.044908011 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6954, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.048903382 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6953, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.048905392 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6944, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.052919443 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6959, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.055243333 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6952, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.056913433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6960, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.060307294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6951, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.060905864 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6961, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.064900405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6962, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.064903615 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6950, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.068904236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6949, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.072931027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6967, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.080532418 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6998, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.080945578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6968, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.092923650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6971, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.096913021 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6972, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.100920502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6973, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.104917252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6974, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.108924953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6975, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.108935403 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6969, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.112910154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6976, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:26:33.112910154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 6970, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.57it/s] 3%|▎ | 2/75 [00:00<00:08, 8.49it/s] 4%|▍ | 3/75 [00:00<00:08, 8.47it/s] 5%|▌ | 4/75 [00:00<00:08, 8.46it/s] 7%|▋ | 5/75 [00:00<00:08, 8.44it/s] 8%|▊ | 6/75 [00:00<00:08, 8.44it/s] 9%|▉ | 7/75 [00:00<00:08, 8.43it/s] 11%|█ | 8/75 [00:00<00:07, 8.43it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.40it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.40it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.40it/s] 20%|██ | 15/75 [00:01<00:07, 8.40it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.41it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.42it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.42it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.42it/s] 31%|███ | 23/75 [00:02<00:06, 8.42it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.42it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.41it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s] 40%|████ | 30/75 [00:03<00:05, 8.41it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.42it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.42it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.43it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.44it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.46it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.46it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.47it/s] 51%|█████ | 38/75 [00:04<00:04, 8.48it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.48it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.48it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.47it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.45it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.45it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s] 60%|██████ | 45/75 [00:05<00:03, 8.45it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.47it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.47it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.48it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.48it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.48it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.48it/s] 71%|███████ | 53/75 [00:06<00:02, 8.47it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.46it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.46it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.47it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.47it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.47it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.47it/s] 80%|████████ | 60/75 [00:07<00:01, 8.46it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.45it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.45it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.45it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.45it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.44it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.45it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.37it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.40it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.42it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.43it/s] 100%|██████████| 75/75 [00:08<00:00, 8.44it/s] 100%|██████████| 75/75 [00:08<00:00, 8.44it/s] /tmp/tmp84k971to.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s] 100%|██████████| 6/6 [00:04<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.27it/s] Video saved to /tmp/tmp84k971to.mp4 Mesh saved to /tmp/tmp84k971to.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDkb5dv9rvf5rgp0cftda8k4zj8rStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/7a/ea/f6/7aeaf63df2668f5fd024171c2cb2648e.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/7a/ea/f6/7aeaf63df2668f5fd024171c2cb2648e.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/7a/ea/f6/7aeaf63df2668f5fd024171c2cb2648e.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/7a/ea/f6/7aeaf63df2668f5fd024171c2cb2648e.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/7a/ea/f6/7aeaf63df2668f5fd024171c2cb2648e.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/7a/ea/f6/7aeaf63df2668f5fd024171c2cb2648e.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:24:46.041335Z", "created_at": "2024-06-01T10:24:15.737000Z", "data_removed": false, "error": null, "id": "kb5dv9rvf5rgp0cftda8k4zj8r", "input": { "image_path": "https://i.pinimg.com/564x/7a/ea/f6/7aeaf63df2668f5fd024171c2cb2648e.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:24:16.213452954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5880, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.213518054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5881, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.213637274 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5882, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.220900816 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5888, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.220903616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5891, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.220912546 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5885, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.223634846 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5886, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.224901567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5892, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.224901856 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5889, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.224917067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5893, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.228689707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5887, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.228906377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5894, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.232909428 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5895, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.232938568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5901, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.232908568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5890, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.236908698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5896, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.236924529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5884, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.240915029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5897, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.244907931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5883, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.244923851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5899, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.244928571 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5903, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.248948071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5900, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.244907711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5898, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.252901772 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5925, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.252901152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5904, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.244908951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5902, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.256905102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5926, index: 46, mask: {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;31m2024-06-01 10:24:16.256957442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5905, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.260906933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5927, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.260924733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5906, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.264923254 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5907, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.264931274 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5934, index: 54, mask: {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;31m2024-06-01 10:24:16.268917245 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5908, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.268927205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5935, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.272915465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5936, index: 56, mask: {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;31m2024-06-01 10:24:16.272924335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5909, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.276942726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5910, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.276963846 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5938, index: 58, mask: {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;31m2024-06-01 10:24:16.280904027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5911, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.276923516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5937, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.284901608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5912, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.288933809 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5944, index: 64, mask: {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;31m2024-06-01 10:24:16.292901880 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5945, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.292903769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5913, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.296903100 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5914, index: 34, mask: {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;31m2024-06-01 10:24:16.296903090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5946, index: 66, mask: {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;31m2024-06-01 10:24:16.296922750 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5915, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.300902511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5916, index: 36, mask: {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;31m2024-06-01 10:24:16.304904002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5943, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.304912391 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5947, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.308902032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5917, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.308905352 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5948, index: 68, mask: {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;31m2024-06-01 10:24:16.312908193 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5918, index: 38, mask: {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;31m2024-06-01 10:24:16.312924713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5950, index: 70, mask: {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;31m2024-06-01 10:24:16.312908784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5949, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.316909554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5951, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.320904455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5952, index: 72, mask: {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;31m2024-06-01 10:24:16.320908905 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5919, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.324909176 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5953, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.324909916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5920, index: 40, mask: {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;31m2024-06-01 10:24:16.328907896 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5955, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.328932696 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5922, index: 42, mask: {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;31m2024-06-01 10:24:16.328907786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5921, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.332909617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5923, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.336904838 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5924, index: 44, mask: {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;31m2024-06-01 10:24:16.336910188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5956, index: 76, mask: {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;31m2024-06-01 10:24:16.336926448 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5954, index: 74, mask: {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;31m2024-06-01 10:24:16.340906628 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5957, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.344905840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5958, index: 78, mask: {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;31m2024-06-01 10:24:16.344929630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5929, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.348907510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5962, index: 82, mask: {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;31m2024-06-01 10:24:16.344905830 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5928, index: 48, mask: {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;31m2024-06-01 10:24:16.352905931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5963, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.354788951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5974, index: 94, mask: {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;31m2024-06-01 10:24:16.356907652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5930, index: 50, mask: {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;31m2024-06-01 10:24:16.356910052 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5964, index: 84, mask: {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;31m2024-06-01 10:24:16.360908873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5931, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.360912962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5965, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.364912933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5966, index: 86, mask: {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;31m2024-06-01 10:24:16.364914903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5932, index: 52, mask: {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;31m2024-06-01 10:24:16.368941104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5967, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.368941094 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5933, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.372924635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5959, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.372929035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5968, index: 88, mask: {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;31m2024-06-01 10:24:16.376923316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5970, index: 90, mask: {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;31m2024-06-01 10:24:16.376945556 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5961, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.376924816 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5960, index: 80, mask: {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;31m2024-06-01 10:24:16.384913187 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5971, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.388924068 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5969, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:24:16.388934928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5972, index: 92, mask: {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;31m2024-06-01 10:24:16.392922359 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5973, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.59it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.51it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.47it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.45it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.42it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.31it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.35it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.38it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.40it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.40it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.41it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.42it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.43it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.43it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.42it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.45it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.46it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.45it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.43it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.43it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.44it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.45it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.45it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.46it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.47it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.46it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.45it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.45it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.45it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.45it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.45it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.46it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.42it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.43it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.45it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.45it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.44it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.45it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.46it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.46it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.45it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.45it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.46it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.46it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.45it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.45it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.45it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.45it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.45it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.46it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.44it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.43it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.44it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.45it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.45it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.45it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.46it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.46it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.44it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.44it/s]\n/tmp/tmpkaf_lv_t.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.26it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.29it/s]\nVideo saved to /tmp/tmpkaf_lv_t.mp4\nMesh saved to /tmp/tmpkaf_lv_t.obj", "metrics": { "predict_time": 30.296192, "total_time": 30.304335 }, "output": [ "https://replicate.delivery/pbxt/zgcSFgwg556FIloBDEQTNpmNEV6vKple7pP34zZeq7itjK6SA/mv_show_images.png", "https://replicate.delivery/pbxt/SHCKaebXPtWRUaECWZIJW1By7ucEZZK4mR59aBX23hq2RFdJA/tmpkaf_lv_t.mp4", "https://replicate.delivery/pbxt/VvgUBgfQYa3TB6tEPMUF0ZIb3geOEQeE2gOW8be83W12OqoLB/tmpkaf_lv_t.glb" ], "started_at": "2024-06-01T10:24:15.745143Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kb5dv9rvf5rgp0cftda8k4zj8r", "cancel": "https://api.replicate.com/v1/predictions/kb5dv9rvf5rgp0cftda8k4zj8r/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:24:16.213452954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5880, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.213518054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5881, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.213637274 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5882, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.220900816 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5888, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.220903616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5891, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.220912546 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5885, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.223634846 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5886, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.224901567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5892, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.224901856 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5889, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.224917067 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5893, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.228689707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5887, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.228906377 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5894, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.232909428 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5895, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.232938568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5901, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.232908568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5890, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.236908698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5896, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.236924529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5884, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.240915029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5897, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.244907931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5883, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.244923851 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5899, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.244928571 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5903, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.248948071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5900, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.244907711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5898, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.252901772 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5925, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.252901152 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5904, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.244908951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5902, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.256905102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5926, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.256957442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5905, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.260906933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5927, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.260924733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5906, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.264923254 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5907, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.264931274 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5934, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.268917245 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5908, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.268927205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5935, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.272915465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5936, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.272924335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5909, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.276942726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5910, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.276963846 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5938, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.280904027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5911, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.276923516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5937, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.284901608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5912, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.288933809 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5944, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.292901880 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5945, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.292903769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5913, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.296903100 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5914, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.296903090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5946, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.296922750 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5915, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.300902511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5916, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.304904002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5943, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.304912391 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5947, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.308902032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5917, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.308905352 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5948, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.312908193 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5918, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.312924713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5950, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.312908784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5949, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.316909554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5951, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.320904455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5952, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.320908905 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5919, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.324909176 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5953, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.324909916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5920, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.328907896 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5955, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.328932696 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5922, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.328907786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5921, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.332909617 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5923, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.336904838 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5924, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.336910188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5956, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.336926448 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5954, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.340906628 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5957, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.344905840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5958, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.344929630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5929, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.348907510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5962, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.344905830 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5928, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.352905931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5963, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.354788951 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5974, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.356907652 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5930, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.356910052 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5964, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.360908873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5931, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.360912962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5965, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.364912933 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5966, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.364914903 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5932, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.368941104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5967, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.368941094 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5933, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.372924635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5959, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.372929035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5968, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.376923316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5970, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.376945556 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5961, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.376924816 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5960, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.384913187 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5971, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.388924068 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5969, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.388934928 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5972, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:24:16.392922359 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5973, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.59it/s] 3%|▎ | 2/75 [00:00<00:08, 8.51it/s] 4%|▍ | 3/75 [00:00<00:08, 8.47it/s] 5%|▌ | 4/75 [00:00<00:08, 8.45it/s] 7%|▋ | 5/75 [00:00<00:08, 8.42it/s] 8%|▊ | 6/75 [00:00<00:08, 8.31it/s] 9%|▉ | 7/75 [00:00<00:08, 8.35it/s] 11%|█ | 8/75 [00:00<00:07, 8.38it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.40it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.40it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.41it/s] 20%|██ | 15/75 [00:01<00:07, 8.42it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.43it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.43it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.42it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.42it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.43it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.45it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.46it/s] 31%|███ | 23/75 [00:02<00:06, 8.45it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.43it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.42it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.43it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.44it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.45it/s] 40%|████ | 30/75 [00:03<00:05, 8.45it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.46it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.47it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.46it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.45it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.45it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.45it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.45it/s] 51%|█████ | 38/75 [00:04<00:04, 8.45it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.46it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.42it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.43it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.45it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.45it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.44it/s] 60%|██████ | 45/75 [00:05<00:03, 8.45it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.46it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.46it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.47it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.46it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.46it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.45it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.45it/s] 71%|███████ | 53/75 [00:06<00:02, 8.46it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.46it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.45it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.45it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.45it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.45it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.45it/s] 80%|████████ | 60/75 [00:07<00:01, 8.46it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.46it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.44it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.43it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.44it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.45it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.45it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.45it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.45it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.46it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.46it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.44it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.43it/s] 100%|██████████| 75/75 [00:08<00:00, 8.43it/s] 100%|██████████| 75/75 [00:08<00:00, 8.44it/s] /tmp/tmpkaf_lv_t.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.02s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.18it/s] 50%|█████ | 3/6 [00:02<00:02, 1.26it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.29it/s] Video saved to /tmp/tmpkaf_lv_t.mp4 Mesh saved to /tmp/tmpkaf_lv_t.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6ID9rvwnfj7gnrgm0cftdbtfe1c8cStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/2b/8d/06/2b8d06cb70476c69ec0edf196a7269ab.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/2b/8d/06/2b8d06cb70476c69ec0edf196a7269ab.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/2b/8d/06/2b8d06cb70476c69ec0edf196a7269ab.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/2b/8d/06/2b8d06cb70476c69ec0edf196a7269ab.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/2b/8d/06/2b8d06cb70476c69ec0edf196a7269ab.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/2b/8d/06/2b8d06cb70476c69ec0edf196a7269ab.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:28:14.986991Z", "created_at": "2024-06-01T10:27:43.621000Z", "data_removed": false, "error": null, "id": "9rvwnfj7gnrgm0cftdbtfe1c8c", "input": { "image_path": "https://i.pinimg.com/564x/2b/8d/06/2b8d06cb70476c69ec0edf196a7269ab.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:27:44.209060953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7530, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.209110643 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7531, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.209169153 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7532, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.216914984 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7541, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.216912104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7535, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.219235635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7538, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.220908375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7536, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.220915855 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7542, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.224299476 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7539, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.224661976 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7537, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.224918136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7543, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.228908567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7544, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.228934307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7551, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.228908577 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7540, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.232916718 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7545, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.232916208 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7534, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.236908638 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7546, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.239474509 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7552, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.240908039 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7533, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.240924489 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7547, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.244531730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7553, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.244909390 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7548, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.248905960 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7554, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.248921371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7550, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.248905971 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7549, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.252903231 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7576, index: 46, mask: {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;31m2024-06-01 10:27:44.256908462 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7577, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.259703642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7555, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.260944723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7578, index: 48, mask: {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;31m2024-06-01 10:27:44.264769713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7556, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.264903163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7579, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.268904784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7557, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.268904734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7580, index: 50, mask: {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;31m2024-06-01 10:27:44.272904695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7581, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.272918865 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7559, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.272904685 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7558, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.280904786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7582, index: 52, mask: {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;31m2024-06-01 10:27:44.280904776 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7560, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.284904397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7583, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.288906748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7561, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.288923618 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7585, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.288905728 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7584, index: 54, mask: {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;31m2024-06-01 10:27:44.292907439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7586, index: 56, mask: {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;31m2024-06-01 10:27:44.296923000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7587, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.296919320 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7562, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.297122380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7588, index: 58, mask: {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;31m2024-06-01 10:27:44.300921140 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7600, index: 70, mask: {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;31m2024-06-01 10:27:44.300922440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7563, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.304919291 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7564, index: 34, mask: {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;31m2024-06-01 10:27:44.304927461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7593, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.308904311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7565, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.308935502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7594, index: 64, mask: {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;31m2024-06-01 10:27:44.312907552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7566, index: 36, mask: {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;31m2024-06-01 10:27:44.312923592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7602, index: 72, mask: {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;31m2024-06-01 10:27:44.313057972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7595, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.312908942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7601, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.316909633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7620, index: 90, mask: {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;31m2024-06-01 10:27:44.316911243 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7567, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.316931343 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7621, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.320410104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7596, index: 66, mask: {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;31m2024-06-01 10:27:44.320941304 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7568, index: 38, mask: {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;31m2024-06-01 10:27:44.320949514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7615, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.324808134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7597, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.324907494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7569, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.324917964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7622, index: 92, mask: {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;31m2024-06-01 10:27:44.324939444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7617, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.324907384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7616, index: 86, mask: {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;31m2024-06-01 10:27:44.328910355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7570, index: 40, mask: {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;31m2024-06-01 10:27:44.328911395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7623, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.328910475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7598, index: 68, mask: {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;31m2024-06-01 10:27:44.328929445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7571, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.332906306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7572, index: 42, mask: {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;31m2024-06-01 10:27:44.332909886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7618, index: 88, mask: {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;31m2024-06-01 10:27:44.335585566 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7599, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.336910286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7573, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.336914276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7619, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.336935076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7624, index: 94, mask: {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;31m2024-06-01 10:27:44.340910127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7574, index: 44, mask: {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;31m2024-06-01 10:27:44.340935057 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7607, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.340913747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7606, index: 76, mask: {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;31m2024-06-01 10:27:44.344915268 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7575, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.348919999 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7608, index: 78, mask: {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;31m2024-06-01 10:27:44.348940339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7604, index: 74, mask: {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;31m2024-06-01 10:27:44.352911710 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7609, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.352917440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7605, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.348916409 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7603, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.356909011 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7614, index: 84, mask: {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;31m2024-06-01 10:27:44.360914051 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7610, index: 80, mask: {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;31m2024-06-01 10:27:44.364914642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7611, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:27:44.368912862 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7612, index: 82, mask: {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;31m2024-06-01 10:27:44.372914353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7613, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.57it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.51it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.48it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.46it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.45it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.45it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.44it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.44it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.43it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.43it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.39it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.44it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.45it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.46it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.45it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.44it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.44it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.44it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.44it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.44it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.45it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.45it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.44it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.44it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.44it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.44it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.44it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.45it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.44it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.43it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.43it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.43it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.44it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.43it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.43it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.41it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.41it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.42it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.42it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.42it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.43it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.44it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.44it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.44it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.44it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.43it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.43it/s]\n 79%|███████▊ | 59/75 [00:06<00:01, 8.44it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.43it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.44it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.44it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.44it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.44it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.43it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.44it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.45it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.44it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.44it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.42it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.40it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.39it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.43it/s]\n/tmp/tmp1v7_o6gf.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.33it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.27it/s]\nVideo saved to /tmp/tmp1v7_o6gf.mp4\nMesh saved to /tmp/tmp1v7_o6gf.obj", "metrics": { "predict_time": 31.341588, "total_time": 31.365991 }, "output": [ "https://replicate.delivery/pbxt/d1k87jFVgWqpCZIRSQUTzjc86OznLY3cVDFMc1jrrmrvpiuE/mv_show_images.png", "https://replicate.delivery/pbxt/ZuDkqWBypKIaJ1gQLwenTeFgNzW37IuK77PeM0oWlIN9NV0lA/tmp1v7_o6gf.mp4", "https://replicate.delivery/pbxt/deJILahj88WuHa74F0HUXmBNRf54R87JIVfQHxeX2rk7bqoLB/tmp1v7_o6gf.glb" ], "started_at": "2024-06-01T10:27:43.645403Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/9rvwnfj7gnrgm0cftdbtfe1c8c", "cancel": "https://api.replicate.com/v1/predictions/9rvwnfj7gnrgm0cftdbtfe1c8c/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:27:44.209060953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7530, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.209110643 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7531, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.209169153 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7532, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.216914984 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7541, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.216912104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7535, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.219235635 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7538, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.220908375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7536, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.220915855 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7542, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.224299476 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7539, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.224661976 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7537, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.224918136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7543, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.228908567 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7544, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.228934307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7551, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.228908577 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7540, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.232916718 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7545, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.232916208 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7534, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.236908638 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7546, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.239474509 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7552, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.240908039 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7533, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.240924489 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7547, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.244531730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7553, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.244909390 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7548, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.248905960 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7554, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.248921371 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7550, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.248905971 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7549, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.252903231 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7576, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.256908462 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7577, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.259703642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7555, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.260944723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7578, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.264769713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7556, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.264903163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7579, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.268904784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7557, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.268904734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7580, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.272904695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7581, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.272918865 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7559, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.272904685 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7558, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.280904786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7582, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.280904776 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7560, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.284904397 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7583, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.288906748 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7561, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.288923618 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7585, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.288905728 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7584, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.292907439 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7586, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.296923000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7587, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.296919320 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7562, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.297122380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7588, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.300921140 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7600, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.300922440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7563, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.304919291 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7564, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.304927461 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7593, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.308904311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7565, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.308935502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7594, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.312907552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7566, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.312923592 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7602, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.313057972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7595, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.312908942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7601, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.316909633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7620, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.316911243 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7567, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.316931343 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7621, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.320410104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7596, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.320941304 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7568, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.320949514 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7615, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.324808134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7597, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.324907494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7569, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.324917964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7622, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.324939444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7617, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.324907384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7616, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.328910355 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7570, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.328911395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7623, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.328910475 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7598, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.328929445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7571, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.332906306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7572, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.332909886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7618, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.335585566 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7599, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.336910286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7573, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.336914276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7619, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.336935076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7624, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.340910127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7574, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.340935057 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7607, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.340913747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7606, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.344915268 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7575, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.348919999 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7608, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.348940339 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7604, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.352911710 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7609, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.352917440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7605, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.348916409 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7603, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.356909011 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7614, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.360914051 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7610, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.364914642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7611, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.368912862 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7612, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:27:44.372914353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 7613, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.57it/s] 3%|▎ | 2/75 [00:00<00:08, 8.51it/s] 4%|▍ | 3/75 [00:00<00:08, 8.48it/s] 5%|▌ | 4/75 [00:00<00:08, 8.46it/s] 7%|▋ | 5/75 [00:00<00:08, 8.45it/s] 8%|▊ | 6/75 [00:00<00:08, 8.45it/s] 9%|▉ | 7/75 [00:00<00:08, 8.44it/s] 11%|█ | 8/75 [00:00<00:07, 8.44it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.44it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.43it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.43it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.42it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.43it/s] 20%|██ | 15/75 [00:01<00:07, 8.43it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.39it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.41it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.42it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.43it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.44it/s] 31%|███ | 23/75 [00:02<00:06, 8.45it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.46it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.45it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.44it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.43it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.44it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.44it/s] 40%|████ | 30/75 [00:03<00:05, 8.44it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.44it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.45it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.45it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.44it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.44it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.44it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.44it/s] 51%|█████ | 38/75 [00:04<00:04, 8.44it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.45it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.44it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.43it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.43it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.43it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.44it/s] 60%|██████ | 45/75 [00:05<00:03, 8.43it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.43it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.41it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.41it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.42it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.42it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.42it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.43it/s] 71%|███████ | 53/75 [00:06<00:02, 8.44it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.44it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.44it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.44it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.43it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.43it/s] 79%|███████▊ | 59/75 [00:06<00:01, 8.44it/s] 80%|████████ | 60/75 [00:07<00:01, 8.43it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.44it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.44it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.44it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.44it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.43it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.44it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.45it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.44it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.44it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.42it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.40it/s] 100%|██████████| 75/75 [00:08<00:00, 8.39it/s] 100%|██████████| 75/75 [00:08<00:00, 8.43it/s] /tmp/tmp1v7_o6gf.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s] 100%|██████████| 6/6 [00:04<00:00, 1.33it/s] 100%|██████████| 6/6 [00:04<00:00, 1.27it/s] Video saved to /tmp/tmp1v7_o6gf.mp4 Mesh saved to /tmp/tmp1v7_o6gf.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6ID5fssdb8fz1rgg0cftderwtzmzgStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/a1/d3/2c/a1d32c7999eb4b3839c87fef656d4a49.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/a1/d3/2c/a1d32c7999eb4b3839c87fef656d4a49.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/a1/d3/2c/a1d32c7999eb4b3839c87fef656d4a49.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/a1/d3/2c/a1d32c7999eb4b3839c87fef656d4a49.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/a1/d3/2c/a1d32c7999eb4b3839c87fef656d4a49.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/a1/d3/2c/a1d32c7999eb4b3839c87fef656d4a49.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:34:33.997552Z", "created_at": "2024-06-01T10:34:02.616000Z", "data_removed": false, "error": null, "id": "5fssdb8fz1rgg0cftderwtzmzg", "input": { "image_path": "https://i.pinimg.com/564x/a1/d3/2c/a1d32c7999eb4b3839c87fef656d4a49.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:34:03.070480682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10815, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.070488532 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10816, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.070528992 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10817, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.070583292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10818, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.084918296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10820, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.084922076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10822, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.088909548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10821, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.092911939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10825, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.092931899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10823, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.096918760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10828, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.100911372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10824, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.100935782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10832, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.100911962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10829, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.104910833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10833, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.108909384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10836, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.112909136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10908, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.112936536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10840, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.112913056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10837, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.116914027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10841, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.117263247 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10819, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.120916148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10909, index: 94, mask: {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;31m2024-06-01 10:34:03.120922388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10844, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.120915108 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10826, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.124906440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10827, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.124930430 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10848, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.124906540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10845, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.131240942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10830, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.132903102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10849, index: 34, mask: {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;31m2024-06-01 10:34:03.136320733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10831, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.136922574 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10852, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.140929455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10834, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.140978585 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10856, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.140931565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10853, index: 38, mask: {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;31m2024-06-01 10:34:03.144932136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10835, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.148923028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10857, index: 42, mask: {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;31m2024-06-01 10:34:03.151493509 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10838, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.152915769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10860, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.156914840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10839, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.160912032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10842, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.160920492 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10861, index: 46, mask: {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;31m2024-06-01 10:34:03.164910433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10864, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.164931713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10846, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.168906254 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10865, index: 50, mask: {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;31m2024-06-01 10:34:03.168906114 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10847, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.164909713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10843, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.172906195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10850, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.176909046 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10851, index: 36, mask: {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;31m2024-06-01 10:34:03.176908906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10868, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.178280807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10869, index: 54, mask: {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;31m2024-06-01 10:34:03.180909858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10870, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.180949308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10855, index: 40, mask: {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;31m2024-06-01 10:34:03.184908739 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10858, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.188915410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10859, index: 44, mask: {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;31m2024-06-01 10:34:03.188971120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10878, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.192911051 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10862, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.192911062 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10883, index: 68, mask: {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;31m2024-06-01 10:34:03.196911803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10863, index: 48, mask: {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;31m2024-06-01 10:34:03.196939733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10885, index: 70, mask: {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;31m2024-06-01 10:34:03.196913033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10884, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.200906214 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10866, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.204914666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10867, index: 52, mask: {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;31m2024-06-01 10:34:03.204929446 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10886, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.208909407 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10871, index: 56, mask: {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;31m2024-06-01 10:34:03.208916507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10891, index: 76, mask: {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;31m2024-06-01 10:34:03.212910738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10892, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.212929858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10873, index: 58, mask: {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;31m2024-06-01 10:34:03.216913910 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10893, index: 78, mask: {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;31m2024-06-01 10:34:03.212911148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10872, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.220909911 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10879, index: 64, mask: {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;31m2024-06-01 10:34:03.224907432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10880, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.224928252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10899, index: 84, mask: {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;31m2024-06-01 10:34:03.224907442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10894, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.228914723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10881, index: 66, mask: {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;31m2024-06-01 10:34:03.232909405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10882, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.232911755 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10900, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.236910286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10887, index: 72, mask: {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;31m2024-06-01 10:34:03.236926286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10902, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.236910296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10901, index: 86, mask: {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;31m2024-06-01 10:34:03.240908158 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10888, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.244908829 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10903, index: 88, mask: {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;31m2024-06-01 10:34:03.244929259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10890, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.244910209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10889, index: 74, mask: {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;31m2024-06-01 10:34:03.248910920 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10895, index: 80, mask: {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;31m2024-06-01 10:34:03.252904791 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10896, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.256908083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10897, index: 82, mask: {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;31m2024-06-01 10:34:03.260902794 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10898, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.264906955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10904, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.268909917 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10905, index: 90, mask: {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;31m2024-06-01 10:34:03.272908668 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10906, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:34:03.276910459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10907, index: 92, mask: {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;31m2024-06-01 10:34:03.180910948 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10854, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.57it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.50it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.49it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.46it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.47it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.45it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.45it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.44it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.41it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.41it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.41it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.41it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.40it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.40it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.39it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.38it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.40it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.40it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.40it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.39it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s]\n 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.39it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.39it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.41it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.42it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.43it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.44it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.44it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.46it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.46it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.45it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.45it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.45it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.45it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.45it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.45it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.44it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.44it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.45it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.44it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.43it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.43it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.44it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.45it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.45it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.45it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.45it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.45it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.43it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.42it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.43it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.43it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.44it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.44it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.45it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.45it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.45it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.46it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.45it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.43it/s]\n/tmp/tmpjuzvpig8.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.25it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.34it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.28it/s]\nVideo saved to /tmp/tmpjuzvpig8.mp4\nMesh saved to /tmp/tmpjuzvpig8.obj", "metrics": { "predict_time": 31.372631, "total_time": 31.381552 }, "output": [ "https://replicate.delivery/pbxt/AkuUa6jHpIIoEdl9FdsDqc9Tq3QbP44toZpYI8UaJ6TOriuE/mv_show_images.png", "https://replicate.delivery/pbxt/iPBauefXMeNdwJvMQfm1yj2cRffoJtqBm7QYDxghxQVdOriuE/tmpjuzvpig8.mp4", "https://replicate.delivery/pbxt/uYYQKQeYKl3FGqsfFW8MRq5qc3LI4QG28CebUfCixGpkzqoLB/tmpjuzvpig8.glb" ], "started_at": "2024-06-01T10:34:02.624921Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5fssdb8fz1rgg0cftderwtzmzg", "cancel": "https://api.replicate.com/v1/predictions/5fssdb8fz1rgg0cftderwtzmzg/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:34:03.070480682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10815, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.070488532 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10816, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.070528992 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10817, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.070583292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10818, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.084918296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10820, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.084922076 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10822, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.088909548 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10821, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.092911939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10825, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.092931899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10823, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.096918760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10828, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.100911372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10824, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.100935782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10832, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.100911962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10829, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.104910833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10833, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.108909384 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10836, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.112909136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10908, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.112936536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10840, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.112913056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10837, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.116914027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10841, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.117263247 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10819, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.120916148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10909, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.120922388 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10844, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.120915108 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10826, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.124906440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10827, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.124930430 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10848, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.124906540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10845, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.131240942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10830, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.132903102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10849, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.136320733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10831, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.136922574 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10852, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.140929455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10834, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.140978585 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10856, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.140931565 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10853, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.144932136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10835, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.148923028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10857, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.151493509 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10838, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.152915769 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10860, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.156914840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10839, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.160912032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10842, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.160920492 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10861, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.164910433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10864, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.164931713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10846, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.168906254 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10865, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.168906114 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10847, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.164909713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10843, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.172906195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10850, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.176909046 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10851, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.176908906 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10868, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.178280807 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10869, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.180909858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10870, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.180949308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10855, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.184908739 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10858, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.188915410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10859, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.188971120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10878, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.192911051 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10862, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.192911062 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10883, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.196911803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10863, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.196939733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10885, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.196913033 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10884, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.200906214 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10866, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.204914666 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10867, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.204929446 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10886, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.208909407 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10871, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.208916507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10891, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.212910738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10892, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.212929858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10873, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.216913910 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10893, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.212911148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10872, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.220909911 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10879, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.224907432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10880, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.224928252 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10899, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.224907442 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10894, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.228914723 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10881, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.232909405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10882, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.232911755 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10900, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.236910286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10887, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.236926286 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10902, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.236910296 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10901, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.240908158 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10888, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.244908829 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10903, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.244929259 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10890, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.244910209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10889, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.248910920 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10895, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.252904791 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10896, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.256908083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10897, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.260902794 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10898, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.264906955 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10904, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.268909917 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10905, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.272908668 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10906, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.276910459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10907, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:34:03.180910948 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 10854, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.57it/s] 3%|▎ | 2/75 [00:00<00:08, 8.50it/s] 4%|▍ | 3/75 [00:00<00:08, 8.49it/s] 5%|▌ | 4/75 [00:00<00:08, 8.46it/s] 7%|▋ | 5/75 [00:00<00:08, 8.47it/s] 8%|▊ | 6/75 [00:00<00:08, 8.45it/s] 9%|▉ | 7/75 [00:00<00:08, 8.45it/s] 11%|█ | 8/75 [00:00<00:07, 8.44it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.43it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.42it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.41it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.41it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.41it/s] 20%|██ | 15/75 [00:01<00:07, 8.41it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.40it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.40it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.40it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.39it/s] 31%|███ | 23/75 [00:02<00:06, 8.38it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.40it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.40it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.40it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.40it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.40it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.40it/s] 40%|████ | 30/75 [00:03<00:05, 8.40it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.39it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s] 44%|████▍ | 33/75 [00:03<00:05, 8.38it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.39it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.38it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.39it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.41it/s] 51%|█████ | 38/75 [00:04<00:04, 8.42it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.43it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.44it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.44it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.46it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.46it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s] 60%|██████ | 45/75 [00:05<00:03, 8.45it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.45it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.45it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.45it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.45it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.45it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.44it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.44it/s] 71%|███████ | 53/75 [00:06<00:02, 8.45it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.44it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.43it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.43it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.44it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.45it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.45it/s] 80%|████████ | 60/75 [00:07<00:01, 8.45it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.45it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.45it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.45it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.45it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.43it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.42it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.43it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.43it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.44it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.44it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.45it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.45it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.45it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.46it/s] 100%|██████████| 75/75 [00:08<00:00, 8.45it/s] 100%|██████████| 75/75 [00:08<00:00, 8.43it/s] /tmp/tmpjuzvpig8.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.25it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.30it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.34it/s] 100%|██████████| 6/6 [00:04<00:00, 1.28it/s] Video saved to /tmp/tmpjuzvpig8.mp4 Mesh saved to /tmp/tmpjuzvpig8.obj
Prediction
deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6IDbnn7yh0xn5rgm0cftdfbrg9vyrStatusSucceededSourceAPIHardwareA40Total durationCreatedInput
{ "image_path": "https://i.pinimg.com/564x/a1/50/09/a150094826807e3ca09c282e1b241fc8.jpg" }
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", { input: { image_path: "https://i.pinimg.com/564x/a1/50/09/a150094826807e3ca09c282e1b241fc8.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", input={ "image_path": "https://i.pinimg.com/564x/a1/50/09/a150094826807e3ca09c282e1b241fc8.jpg" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6", "input": { "image_path": "https://i.pinimg.com/564x/a1/50/09/a150094826807e3ca09c282e1b241fc8.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \ -i 'image_path="https://i.pinimg.com/564x/a1/50/09/a150094826807e3ca09c282e1b241fc8.jpg"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "image_path": "https://i.pinimg.com/564x/a1/50/09/a150094826807e3ca09c282e1b241fc8.jpg" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-06-01T10:35:41.664312Z", "created_at": "2024-06-01T10:35:11.657000Z", "data_removed": false, "error": null, "id": "bnn7yh0xn5rgm0cftdfbrg9vyr", "input": { "image_path": "https://i.pinimg.com/564x/a1/50/09/a150094826807e3ca09c282e1b241fc8.jpg" }, "logs": "\u001b[1;31m2024-06-01 10:35:12.110347491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11430, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.110381361 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11431, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.110475681 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11433, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.124918986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11437, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.124912026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11434, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.128902997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11435, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.128908877 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11438, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.132911018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11439, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.132918148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11432, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.135693609 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11436, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.136908579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11440, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.140759871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11469, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.140910731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11441, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.144903552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11442, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.144908972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11470, index: 40, mask: {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;31m2024-06-01 10:35:12.148904283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11471, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.148909003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11443, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.155949945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11472, index: 42, mask: {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;31m2024-06-01 10:35:12.156904785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11444, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.157823926 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11474, index: 44, mask: {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;31m2024-06-01 10:35:12.160905247 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11445, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.160913687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11473, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.164922168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11475, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.164933078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11446, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.168969609 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11447, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.171121580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11476, index: 46, mask: {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;31m2024-06-01 10:35:12.172907111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11448, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.176159942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11477, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.176908202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11449, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.180902223 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11450, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.180921693 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11479, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.180905653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11478, index: 48, mask: {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;31m2024-06-01 10:35:12.184904175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11451, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.185015505 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11480, index: 50, mask: {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;31m2024-06-01 10:35:12.188898696 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11452, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.188909956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11481, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.192902707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11494, index: 64, mask: {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;31m2024-06-01 10:35:12.192916077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11482, index: 52, mask: {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;31m2024-06-01 10:35:12.192923627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11454, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.196905329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11455, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.196912459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11483, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.192902777 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11453, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.200900030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11456, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.200908950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11484, index: 54, mask: {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;31m2024-06-01 10:35:12.204900281 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11495, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.204913431 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11485, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.208904062 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11457, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.208910873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11486, index: 56, mask: {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;31m2024-06-01 10:35:12.208922593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11497, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.208903342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11496, index: 66, mask: {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;31m2024-06-01 10:35:12.212907264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11487, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.212934464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11458, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.216913365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11488, index: 58, mask: {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;31m2024-06-01 10:35:12.216923875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11459, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.216936895 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11498, index: 68, mask: {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;31m2024-06-01 10:35:12.220905226 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11460, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.220906117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11499, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.221806077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11493, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.224910028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11513, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.224989608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11461, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.228908969 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11514, index: 84, mask: {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;31m2024-06-01 10:35:12.228949399 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11509, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.232914410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11462, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.232917521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11510, index: 80, mask: {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;31m2024-06-01 10:35:12.232939690 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11515, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.236905622 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11511, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.236915142 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11516, index: 86, mask: {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;31m2024-06-01 10:35:12.236969032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11463, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.240907803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11464, index: 34, mask: {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;31m2024-06-01 10:35:12.240906383 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11512, index: 82, mask: {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;31m2024-06-01 10:35:12.240933643 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11518, index: 88, mask: {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;31m2024-06-01 10:35:12.240911893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11517, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.244907645 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11465, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.244909654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11519, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.244930385 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11501, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.244907654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11500, index: 70, mask: {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;31m2024-06-01 10:35:12.248901746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11520, index: 90, mask: {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;31m2024-06-01 10:35:12.248905136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11502, index: 72, mask: {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;31m2024-06-01 10:35:12.252915057 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11466, index: 36, mask: {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;31m2024-06-01 10:35:12.252915507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11503, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.255195498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11521, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.256903069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11467, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.256907918 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11504, index: 74, mask: {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;31m2024-06-01 10:35:12.260261419 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11522, index: 92, mask: {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;31m2024-06-01 10:35:12.260903550 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11468, index: 38, mask: {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;31m2024-06-01 10:35:12.260905650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11505, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.264907211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11506, index: 76, mask: {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;31m2024-06-01 10:35:12.264907491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11523, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.268901433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11524, index: 94, mask: {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;31m2024-06-01 10:35:12.268907822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11507, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-06-01 10:35:12.272903083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11508, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]\n 1%|▏ | 1/75 [00:00<00:08, 8.57it/s]\n 3%|▎ | 2/75 [00:00<00:08, 8.50it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.47it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.47it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.44it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.43it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.43it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.42it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.41it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.41it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.42it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.39it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.39it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.39it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.38it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.37it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.37it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.37it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.36it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.35it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.36it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s]\n 44%|████▍ | 33/75 [00:03<00:04, 8.40it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.42it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.43it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.44it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.39it/s]\n 51%|█████ | 38/75 [00:04<00:04, 8.41it/s]\n 52%|█████▏ | 39/75 [00:04<00:04, 8.42it/s]\n 53%|█████▎ | 40/75 [00:04<00:04, 8.42it/s]\n 55%|█████▍ | 41/75 [00:04<00:04, 8.42it/s]\n 56%|█████▌ | 42/75 [00:04<00:03, 8.44it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.44it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.46it/s]\n 61%|██████▏ | 46/75 [00:05<00:03, 8.45it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.44it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.43it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.43it/s]\n 67%|██████▋ | 50/75 [00:05<00:02, 8.43it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.44it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.45it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.45it/s]\n 72%|███████▏ | 54/75 [00:06<00:02, 8.44it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.42it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.41it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.41it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.42it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.43it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.43it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.43it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.43it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.43it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.42it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.42it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.43it/s]\n 89%|████████▉ | 67/75 [00:07<00:00, 8.43it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.44it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.45it/s]\n 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s]\n 97%|█████████▋| 73/75 [00:08<00:00, 8.44it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.44it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.42it/s]\n/tmp/tmpdnjr43ni.obj\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it]\n 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.24it/s]\n 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.32it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.27it/s]\nVideo saved to /tmp/tmpdnjr43ni.mp4\nMesh saved to /tmp/tmpdnjr43ni.obj", "metrics": { "predict_time": 29.997631, "total_time": 30.007312 }, "output": [ "https://replicate.delivery/pbxt/yyeM9KlBCCz5VaBiGm3zdltSTbGHel8Ndl3LRexoNdI5bV0lA/mv_show_images.png", "https://replicate.delivery/pbxt/XWqGxMgpx9KIC9AMfFjvev5fESbPEtIvCHIOPvPUeZa23qoLB/tmpdnjr43ni.mp4", "https://replicate.delivery/pbxt/iVCFy4g91T5mBxcztUmz8UrnhzJJvIXv6WLdE9sKmbXfWFdJA/tmpdnjr43ni.glb" ], "started_at": "2024-06-01T10:35:11.666681Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/bnn7yh0xn5rgm0cftdfbrg9vyr", "cancel": "https://api.replicate.com/v1/predictions/bnn7yh0xn5rgm0cftdfbrg9vyr/cancel" }, "version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6" }
Generated in2024-06-01 10:35:12.110347491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11430, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.110381361 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11431, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.110475681 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11433, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.124918986 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11437, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.124912026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11434, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.128902997 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11435, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.128908877 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11438, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.132911018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11439, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.132918148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11432, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.135693609 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11436, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.136908579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11440, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.140759871 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11469, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.140910731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11441, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.144903552 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11442, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.144908972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11470, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.148904283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11471, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.148909003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11443, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.155949945 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11472, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.156904785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11444, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.157823926 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11474, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.160905247 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11445, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.160913687 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11473, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.164922168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11475, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.164933078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11446, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.168969609 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11447, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.171121580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11476, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.172907111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11448, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.176159942 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11477, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.176908202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11449, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.180902223 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11450, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.180921693 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11479, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.180905653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11478, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.184904175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11451, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.185015505 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11480, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.188898696 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11452, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.188909956 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11481, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.192902707 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11494, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.192916077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11482, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.192923627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11454, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.196905329 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11455, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.196912459 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11483, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.192902777 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11453, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.200900030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11456, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.200908950 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11484, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.204900281 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11495, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.204913431 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11485, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.208904062 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11457, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.208910873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11486, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.208922593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11497, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.208903342 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11496, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.212907264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11487, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.212934464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11458, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.216913365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11488, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.216923875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11459, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.216936895 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11498, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.220905226 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11460, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.220906117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11499, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.221806077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11493, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.224910028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11513, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.224989608 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11461, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.228908969 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11514, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.228949399 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11509, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.232914410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11462, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.232917521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11510, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.232939690 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11515, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.236905622 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11511, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.236915142 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11516, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.236969032 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11463, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.240907803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11464, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.240906383 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11512, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.240933643 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11518, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.240911893 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11517, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.244907645 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11465, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.244909654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11519, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.244930385 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11501, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.244907654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11500, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.248901746 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11520, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.248905136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11502, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.252915057 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11466, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.252915507 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11503, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.255195498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11521, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.256903069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11467, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.256907918 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11504, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.260261419 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11522, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.260903550 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11468, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.260905650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11505, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.264907211 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11506, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.264907491 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11523, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.268901433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11524, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.268907822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11507, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-01 10:35:12.272903083 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 11508, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Seed set to 42 0%| | 0/75 [00:00<?, ?it/s] 1%|▏ | 1/75 [00:00<00:08, 8.57it/s] 3%|▎ | 2/75 [00:00<00:08, 8.50it/s] 4%|▍ | 3/75 [00:00<00:08, 8.47it/s] 5%|▌ | 4/75 [00:00<00:08, 8.47it/s] 7%|▋ | 5/75 [00:00<00:08, 8.44it/s] 8%|▊ | 6/75 [00:00<00:08, 8.43it/s] 9%|▉ | 7/75 [00:00<00:08, 8.43it/s] 11%|█ | 8/75 [00:00<00:07, 8.42it/s] 12%|█▏ | 9/75 [00:01<00:07, 8.42it/s] 13%|█▎ | 10/75 [00:01<00:07, 8.41it/s] 15%|█▍ | 11/75 [00:01<00:07, 8.41it/s] 16%|█▌ | 12/75 [00:01<00:07, 8.41it/s] 17%|█▋ | 13/75 [00:01<00:07, 8.42it/s] 19%|█▊ | 14/75 [00:01<00:07, 8.42it/s] 20%|██ | 15/75 [00:01<00:07, 8.42it/s] 21%|██▏ | 16/75 [00:01<00:07, 8.42it/s] 23%|██▎ | 17/75 [00:02<00:06, 8.41it/s] 24%|██▍ | 18/75 [00:02<00:06, 8.40it/s] 25%|██▌ | 19/75 [00:02<00:06, 8.40it/s] 27%|██▋ | 20/75 [00:02<00:06, 8.40it/s] 28%|██▊ | 21/75 [00:02<00:06, 8.39it/s] 29%|██▉ | 22/75 [00:02<00:06, 8.39it/s] 31%|███ | 23/75 [00:02<00:06, 8.39it/s] 32%|███▏ | 24/75 [00:02<00:06, 8.38it/s] 33%|███▎ | 25/75 [00:02<00:05, 8.37it/s] 35%|███▍ | 26/75 [00:03<00:05, 8.38it/s] 36%|███▌ | 27/75 [00:03<00:05, 8.37it/s] 37%|███▋ | 28/75 [00:03<00:05, 8.37it/s] 39%|███▊ | 29/75 [00:03<00:05, 8.36it/s] 40%|████ | 30/75 [00:03<00:05, 8.35it/s] 41%|████▏ | 31/75 [00:03<00:05, 8.36it/s] 43%|████▎ | 32/75 [00:03<00:05, 8.38it/s] 44%|████▍ | 33/75 [00:03<00:04, 8.40it/s] 45%|████▌ | 34/75 [00:04<00:04, 8.42it/s] 47%|████▋ | 35/75 [00:04<00:04, 8.43it/s] 48%|████▊ | 36/75 [00:04<00:04, 8.44it/s] 49%|████▉ | 37/75 [00:04<00:04, 8.39it/s] 51%|█████ | 38/75 [00:04<00:04, 8.41it/s] 52%|█████▏ | 39/75 [00:04<00:04, 8.42it/s] 53%|█████▎ | 40/75 [00:04<00:04, 8.42it/s] 55%|█████▍ | 41/75 [00:04<00:04, 8.42it/s] 56%|█████▌ | 42/75 [00:04<00:03, 8.44it/s] 57%|█████▋ | 43/75 [00:05<00:03, 8.44it/s] 59%|█████▊ | 44/75 [00:05<00:03, 8.45it/s] 60%|██████ | 45/75 [00:05<00:03, 8.46it/s] 61%|██████▏ | 46/75 [00:05<00:03, 8.45it/s] 63%|██████▎ | 47/75 [00:05<00:03, 8.44it/s] 64%|██████▍ | 48/75 [00:05<00:03, 8.43it/s] 65%|██████▌ | 49/75 [00:05<00:03, 8.43it/s] 67%|██████▋ | 50/75 [00:05<00:02, 8.43it/s] 68%|██████▊ | 51/75 [00:06<00:02, 8.44it/s] 69%|██████▉ | 52/75 [00:06<00:02, 8.45it/s] 71%|███████ | 53/75 [00:06<00:02, 8.45it/s] 72%|███████▏ | 54/75 [00:06<00:02, 8.44it/s] 73%|███████▎ | 55/75 [00:06<00:02, 8.42it/s] 75%|███████▍ | 56/75 [00:06<00:02, 8.41it/s] 76%|███████▌ | 57/75 [00:06<00:02, 8.41it/s] 77%|███████▋ | 58/75 [00:06<00:02, 8.42it/s] 79%|███████▊ | 59/75 [00:07<00:01, 8.43it/s] 80%|████████ | 60/75 [00:07<00:01, 8.43it/s] 81%|████████▏ | 61/75 [00:07<00:01, 8.43it/s] 83%|████████▎ | 62/75 [00:07<00:01, 8.43it/s] 84%|████████▍ | 63/75 [00:07<00:01, 8.43it/s] 85%|████████▌ | 64/75 [00:07<00:01, 8.42it/s] 87%|████████▋ | 65/75 [00:07<00:01, 8.42it/s] 88%|████████▊ | 66/75 [00:07<00:01, 8.43it/s] 89%|████████▉ | 67/75 [00:07<00:00, 8.43it/s] 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s] 92%|█████████▏| 69/75 [00:08<00:00, 8.44it/s] 93%|█████████▎| 70/75 [00:08<00:00, 8.45it/s] 95%|█████████▍| 71/75 [00:08<00:00, 8.45it/s] 96%|█████████▌| 72/75 [00:08<00:00, 8.44it/s] 97%|█████████▋| 73/75 [00:08<00:00, 8.44it/s] 99%|█████████▊| 74/75 [00:08<00:00, 8.44it/s] 100%|██████████| 75/75 [00:08<00:00, 8.43it/s] 100%|██████████| 75/75 [00:08<00:00, 8.42it/s] /tmp/tmpdnjr43ni.obj 0%| | 0/6 [00:00<?, ?it/s] 17%|█▋ | 1/6 [00:01<00:05, 1.03s/it] 33%|███▎ | 2/6 [00:01<00:03, 1.17it/s] 50%|█████ | 3/6 [00:02<00:02, 1.24it/s] 67%|██████▋ | 4/6 [00:03<00:01, 1.29it/s] 83%|████████▎ | 5/6 [00:03<00:00, 1.31it/s] 100%|██████████| 6/6 [00:04<00:00, 1.32it/s] 100%|██████████| 6/6 [00:04<00:00, 1.27it/s] Video saved to /tmp/tmpdnjr43ni.mp4 Mesh saved to /tmp/tmpdnjr43ni.obj
Want to make some of these yourself?
Run this model