Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
camenduru /instantmesh:3d22c5d0
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run camenduru/instantmesh using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"camenduru/instantmesh:3d22c5d0fdab628f2b71962cbd026531651a2f08971d9b3761a35206ddbfbb17",
{
input: {
seed: 42,
image_path: "https://replicate.delivery/pbxt/KkjFrFuRNiLdso2YJvcRbcXzI0m8D5UEZW36qnUmeit4tWAs/pikachu.png",
sample_steps: 75,
remove_background: true
}
}
);
// 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.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run camenduru/instantmesh using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"camenduru/instantmesh:3d22c5d0fdab628f2b71962cbd026531651a2f08971d9b3761a35206ddbfbb17",
input={
"seed": 42,
"image_path": "https://replicate.delivery/pbxt/KkjFrFuRNiLdso2YJvcRbcXzI0m8D5UEZW36qnUmeit4tWAs/pikachu.png",
"sample_steps": 75,
"remove_background": True
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run camenduru/instantmesh 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": "camenduru/instantmesh:3d22c5d0fdab628f2b71962cbd026531651a2f08971d9b3761a35206ddbfbb17",
"input": {
"seed": 42,
"image_path": "https://replicate.delivery/pbxt/KkjFrFuRNiLdso2YJvcRbcXzI0m8D5UEZW36qnUmeit4tWAs/pikachu.png",
"sample_steps": 75,
"remove_background": true
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2024-04-15T17:47:35.640604Z",
"created_at": "2024-04-15T17:47:09.975000Z",
"data_removed": false,
"error": null,
"id": "9xatmknn2xrgj0cewbf8pakndw",
"input": {
"seed": 42,
"image_path": "https://replicate.delivery/pbxt/KkjFrFuRNiLdso2YJvcRbcXzI0m8D5UEZW36qnUmeit4tWAs/pikachu.png",
"sample_steps": 75,
"remove_background": true
},
"logs": "\u001b[1;31m2024-04-15 17:47:17.093727783 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4521, 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-04-15 17:47:17.093737823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4522, 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-04-15 17:47:17.093859813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4524, 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-04-15 17:47:17.093818473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4523, 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-04-15 17:47:17.108997764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4525, 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-04-15 17:47:17.109528383 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4526, 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-04-15 17:47:17.113529228 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4527, 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-04-15 17:47:17.117526014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4528, 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-04-15 17:47:17.121526429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4534, 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-04-15 17:47:17.125535434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4535, 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-04-15 17:47:17.129530349 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4529, 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-04-15 17:47:17.129532279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4536, 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-04-15 17:47:17.129552919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4537, 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-04-15 17:47:17.133528134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4530, 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-04-15 17:47:17.137530869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4531, 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-04-15 17:47:17.137550449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4539, 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-04-15 17:47:17.137531369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4538, 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-04-15 17:47:17.141528444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4532, 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-04-15 17:47:17.141695784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4549, 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-04-15 17:47:17.145534299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4533, 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-04-15 17:47:17.145542209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4540, 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-04-15 17:47:17.149529704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4541, 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-04-15 17:47:17.149548654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4543, 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-04-15 17:47:17.149533434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4542, 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-04-15 17:47:17.153528719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4544, 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-04-15 17:47:17.157527314 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4545, 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-04-15 17:47:17.157563844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4546, 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-04-15 17:47:17.161526379 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4547, 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-04-15 17:47:17.157527414 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4555, 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-04-15 17:47:17.165522814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4548, 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-04-15 17:47:17.165963454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4595, 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-04-15 17:47:17.169525869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4550, 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-04-15 17:47:17.173527634 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4551, 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-04-15 17:47:17.173555454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4560, 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-04-15 17:47:17.177524939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4552, 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-04-15 17:47:17.177524929 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4561, 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-04-15 17:47:17.181524334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4562, 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-04-15 17:47:17.181524774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4553, 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-04-15 17:47:17.181672454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4563, 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-04-15 17:47:17.181746844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4554, 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-04-15 17:47:17.185524739 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4564, 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-04-15 17:47:17.185525479 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4575, 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-04-15 17:47:17.189556334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4565, 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-04-15 17:47:17.189572734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4576, 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-04-15 17:47:17.193529069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4566, 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-04-15 17:47:17.193557889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4577, 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-04-15 17:47:17.197550944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4578, 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-04-15 17:47:17.201547369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4579, 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-04-15 17:47:17.201597289 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4568, 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-04-15 17:47:17.205529054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4580, 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-04-15 17:47:17.205537404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4569, 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-04-15 17:47:17.201551689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4567, 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-04-15 17:47:17.209527539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4581, 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-04-15 17:47:17.213542414 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4570, 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-04-15 17:47:17.213558294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4583, 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-04-15 17:47:17.217527809 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4597, 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-04-15 17:47:17.217532149 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4584, 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-04-15 17:47:17.221528964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4571, 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-04-15 17:47:17.221531954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4585, 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-04-15 17:47:17.225534669 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4572, 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-04-15 17:47:17.225537889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4586, 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-04-15 17:47:17.229527495 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4587, 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-04-15 17:47:17.229529445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4573, 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-04-15 17:47:17.233533540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4574, 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-04-15 17:47:17.233611480 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4588, 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-04-15 17:47:17.233669050 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4604, 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-04-15 17:47:17.237528525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4612, 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-04-15 17:47:17.237528395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4589, 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-04-15 17:47:17.241109410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4603, 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-04-15 17:47:17.241530590 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4590, 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-04-15 17:47:17.241544760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4613, 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-04-15 17:47:17.245529155 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4602, 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-04-15 17:47:17.245530195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4614, 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-04-15 17:47:17.245548455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4592, 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-04-15 17:47:17.249524090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4593, 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-04-15 17:47:17.249524990 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4601, 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-04-15 17:47:17.249523900 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4615, 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-04-15 17:47:17.253528285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4594, 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-04-15 17:47:17.256303501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4600, 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-04-15 17:47:17.257531330 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4596, 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-04-15 17:47:17.261363115 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4599, 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-04-15 17:47:17.245531035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4591, 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-04-15 17:47:17.265536520 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4598, 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-04-15 17:47:17.213541964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4582, 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-04-15 17:47:17.285592755 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4605, 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-04-15 17:47:17.289534000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4606, 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-04-15 17:47:17.291737257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4610, 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-04-15 17:47:17.293541415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4607, 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-04-15 17:47:17.296802741 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4611, 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-04-15 17:47:17.297532650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4608, 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-04-15 17:47:17.301533155 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4609, 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\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.49it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.46it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.43it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.41it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.39it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.38it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.38it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.37it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.37it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.37it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.36it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.36it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.29it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.31it/s]\n 21%|██▏ | 16/75 [00:01<00:07, 8.34it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.34it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.35it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.35it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.35it/s]\n 28%|██▊ | 21/75 [00:02<00:06, 8.34it/s]\n 29%|██▉ | 22/75 [00:02<00:06, 8.34it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.34it/s]\n 32%|███▏ | 24/75 [00:02<00:06, 8.33it/s]\n 33%|███▎ | 25/75 [00:02<00:05, 8.34it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.35it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.35it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.35it/s]\n 39%|███▊ | 29/75 [00:03<00:05, 8.33it/s]\n 40%|████ | 30/75 [00:03<00:05, 8.34it/s]\n 41%|████▏ | 31/75 [00:03<00:05, 8.35it/s]\n 43%|████▎ | 32/75 [00:03<00:05, 8.36it/s]\n 44%|████▍ | 33/75 [00:03<00:05, 8.37it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.37it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.37it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.37it/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.36it/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.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.37it/s]\n 63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s]\n 64%|██████▍ | 48/75 [00:05<00:03, 8.35it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.36it/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.36it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.36it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.36it/s]\n 77%|███████▋ | 58/75 [00:06<00:02, 8.37it/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.35it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.34it/s]\n 84%|████████▍ | 63/75 [00:07<00:01, 8.34it/s]\n 85%|████████▌ | 64/75 [00:07<00:01, 8.34it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.34it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.34it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.35it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.36it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.36it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.36it/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.35it/s]\n 99%|█████████▊| 74/75 [00:08<00:00, 8.35it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.36it/s]\n100%|██████████| 75/75 [00:08<00:00, 8.36it/s]\n/tmp/tmpgr72ckgz.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/tmpgr72ckgz.mp4\nMesh saved to /tmp/tmpgr72ckgz.obj",
"metrics": {
"predict_time": 19.738347,
"total_time": 25.665604
},
"output": [
"https://replicate.delivery/pbxt/2kEEC4UFLNZ9E5EEKqmhtTWpcfrAePiIdmseFuwTeIrUjGrKB/mv_show_images.png",
"https://replicate.delivery/pbxt/m3glrMeATZT7PiFjf776zUpwiMTxmDz4IC4mejnNzjLsRjVlA/tmpgr72ckgz.mp4",
"https://replicate.delivery/pbxt/86Auu2HqUEJoJVzDn9sGzeWrJlKs0EFgLwynKhN25upb0YVJA/tmpgr72ckgz.obj"
],
"started_at": "2024-04-15T17:47:15.902257Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/9xatmknn2xrgj0cewbf8pakndw",
"cancel": "https://api.replicate.com/v1/predictions/9xatmknn2xrgj0cewbf8pakndw/cancel"
},
"version": "3d22c5d0fdab628f2b71962cbd026531651a2f08971d9b3761a35206ddbfbb17"
}
2024-04-15 17:47:17.093727783 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4521, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.093737823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4522, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.093859813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4524, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.093818473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4523, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.108997764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4525, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.109528383 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4526, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.113529228 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4527, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.117526014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4528, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.121526429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4534, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.125535434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4535, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.129530349 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4529, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.129532279 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4536, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.129552919 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4537, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.133528134 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4530, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.137530869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4531, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.137550449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4539, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.137531369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4538, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.141528444 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4532, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.141695784 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4549, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.145534299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4533, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.145542209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4540, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.149529704 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4541, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.149548654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4543, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.149533434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4542, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.153528719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4544, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.157527314 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4545, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.157563844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4546, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.161526379 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4547, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.157527414 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4555, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.165522814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4548, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.165963454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4595, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.169525869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4550, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.173527634 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4551, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.173555454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4560, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.177524939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4552, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.177524929 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4561, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.181524334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4562, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.181524774 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4553, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.181672454 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4563, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.181746844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4554, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.185524739 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4564, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.185525479 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4575, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.189556334 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4565, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.189572734 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4576, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.193529069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4566, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.193557889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4577, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.197550944 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4578, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.201547369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4579, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.201597289 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4568, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.205529054 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4580, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.205537404 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4569, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.201551689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4567, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.209527539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4581, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.213542414 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4570, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.213558294 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4583, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.217527809 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4597, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.217532149 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4584, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.221528964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4571, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.221531954 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4585, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.225534669 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4572, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.225537889 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4586, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.229527495 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4587, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.229529445 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4573, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.233533540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4574, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.233611480 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4588, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.233669050 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4604, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.237528525 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4612, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.237528395 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4589, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.241109410 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4603, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.241530590 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4590, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.241544760 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4613, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.245529155 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4602, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.245530195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4614, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.245548455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4592, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.249524090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4593, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.249524990 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4601, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.249523900 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4615, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.253528285 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4594, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.256303501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4600, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.257531330 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4596, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.261363115 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4599, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.245531035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4591, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.265536520 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4598, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.213541964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4582, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.285592755 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4605, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.289534000 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4606, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.291737257 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4610, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.293541415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4607, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.296802741 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4611, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.297532650 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4608, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:47:17.301533155 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 4609, index: 88, mask: {92, }, 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.49it/s]
4%|▍ | 3/75 [00:00<00:08, 8.46it/s]
5%|▌ | 4/75 [00:00<00:08, 8.43it/s]
7%|▋ | 5/75 [00:00<00:08, 8.41it/s]
8%|▊ | 6/75 [00:00<00:08, 8.39it/s]
9%|▉ | 7/75 [00:00<00:08, 8.38it/s]
11%|█ | 8/75 [00:00<00:07, 8.38it/s]
12%|█▏ | 9/75 [00:01<00:07, 8.37it/s]
13%|█▎ | 10/75 [00:01<00:07, 8.37it/s]
15%|█▍ | 11/75 [00:01<00:07, 8.37it/s]
16%|█▌ | 12/75 [00:01<00:07, 8.36it/s]
17%|█▋ | 13/75 [00:01<00:07, 8.36it/s]
19%|█▊ | 14/75 [00:01<00:07, 8.29it/s]
20%|██ | 15/75 [00:01<00:07, 8.31it/s]
21%|██▏ | 16/75 [00:01<00:07, 8.34it/s]
23%|██▎ | 17/75 [00:02<00:06, 8.34it/s]
24%|██▍ | 18/75 [00:02<00:06, 8.35it/s]
25%|██▌ | 19/75 [00:02<00:06, 8.35it/s]
27%|██▋ | 20/75 [00:02<00:06, 8.35it/s]
28%|██▊ | 21/75 [00:02<00:06, 8.34it/s]
29%|██▉ | 22/75 [00:02<00:06, 8.34it/s]
31%|███ | 23/75 [00:02<00:06, 8.34it/s]
32%|███▏ | 24/75 [00:02<00:06, 8.33it/s]
33%|███▎ | 25/75 [00:02<00:05, 8.34it/s]
35%|███▍ | 26/75 [00:03<00:05, 8.35it/s]
36%|███▌ | 27/75 [00:03<00:05, 8.35it/s]
37%|███▋ | 28/75 [00:03<00:05, 8.35it/s]
39%|███▊ | 29/75 [00:03<00:05, 8.33it/s]
40%|████ | 30/75 [00:03<00:05, 8.34it/s]
41%|████▏ | 31/75 [00:03<00:05, 8.35it/s]
43%|████▎ | 32/75 [00:03<00:05, 8.36it/s]
44%|████▍ | 33/75 [00:03<00:05, 8.37it/s]
45%|████▌ | 34/75 [00:04<00:04, 8.37it/s]
47%|████▋ | 35/75 [00:04<00:04, 8.37it/s]
48%|████▊ | 36/75 [00:04<00:04, 8.37it/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.36it/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.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.37it/s]
63%|██████▎ | 47/75 [00:05<00:03, 8.36it/s]
64%|██████▍ | 48/75 [00:05<00:03, 8.35it/s]
65%|██████▌ | 49/75 [00:05<00:03, 8.36it/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.36it/s]
75%|███████▍ | 56/75 [00:06<00:02, 8.36it/s]
76%|███████▌ | 57/75 [00:06<00:02, 8.36it/s]
77%|███████▋ | 58/75 [00:06<00:02, 8.37it/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.35it/s]
83%|████████▎ | 62/75 [00:07<00:01, 8.34it/s]
84%|████████▍ | 63/75 [00:07<00:01, 8.34it/s]
85%|████████▌ | 64/75 [00:07<00:01, 8.34it/s]
87%|████████▋ | 65/75 [00:07<00:01, 8.34it/s]
88%|████████▊ | 66/75 [00:07<00:01, 8.34it/s]
89%|████████▉ | 67/75 [00:08<00:00, 8.35it/s]
91%|█████████ | 68/75 [00:08<00:00, 8.36it/s]
92%|█████████▏| 69/75 [00:08<00:00, 8.36it/s]
93%|█████████▎| 70/75 [00:08<00:00, 8.36it/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.35it/s]
99%|█████████▊| 74/75 [00:08<00:00, 8.35it/s]
100%|██████████| 75/75 [00:08<00:00, 8.36it/s]
100%|██████████| 75/75 [00:08<00:00, 8.36it/s]
/tmp/tmpgr72ckgz.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/tmpgr72ckgz.mp4
Mesh saved to /tmp/tmpgr72ckgz.obj