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/KkjCcBxyEeO0KOAtj0kYyY2JBY4LK3zFfYwgs3DekcPG1Qdp/bubble_mart_blue.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/KkjCcBxyEeO0KOAtj0kYyY2JBY4LK3zFfYwgs3DekcPG1Qdp/bubble_mart_blue.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/KkjCcBxyEeO0KOAtj0kYyY2JBY4LK3zFfYwgs3DekcPG1Qdp/bubble_mart_blue.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:44:19.076078Z",
"created_at": "2024-04-15T17:43:44.425000Z",
"data_removed": false,
"error": null,
"id": "1thnr6cj55rgm0cewbdsgxjg84",
"input": {
"seed": 42,
"image_path": "https://replicate.delivery/pbxt/KkjCcBxyEeO0KOAtj0kYyY2JBY4LK3zFfYwgs3DekcPG1Qdp/bubble_mart_blue.png",
"sample_steps": 75,
"remove_background": true
},
"logs": "\u001b[1;31m2024-04-15 17:44:00.566906644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2341, 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:44:00.566924504 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2342, 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:44:00.566950824 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2343, 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:44:00.581539695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2344, 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:44:00.581546725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2349, 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:44:00.581564785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2348, 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:44:00.581539685 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2347, 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:44:00.585552090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2345, 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:44:00.585701920 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2350, 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:44:00.589527815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2352, 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:44:00.592236962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2346, 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:44:00.593531630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2351, 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:44:00.593568120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2353, 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:44:00.597341365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2366, 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:44:00.597531845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2354, 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:44:00.601534320 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2355, 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:44:00.601552080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2367, 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:44:00.605532085 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2368, 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:44:00.605542425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2356, 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:44:00.609527870 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2357, 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:44:00.612518946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2369, 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:44:00.613531345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2358, 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:44:00.617559030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2359, 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:44:00.617565580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2370, 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:44:00.621535405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2360, 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:44:00.621541405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2371, 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:44:00.625608540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2361, 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:44:00.627659297 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2389, 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:44:00.629528165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2388, 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:44:00.632714611 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2390, 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:44:00.633525240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2387, 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:44:00.637526335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2386, 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:44:00.637526325 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2391, 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:44:00.637542435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2385, 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:44:00.641533559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2384, 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:44:00.641528510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2392, 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:44:00.641548939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2383, 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:44:00.645528174 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2382, 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:44:00.649529800 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2393, 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:44:00.649566440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2381, 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:44:00.653535935 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2380, 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:44:00.658253029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2422, 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:44:00.661529645 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2394, 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:44:00.661555214 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2375, 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:44:00.665528840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2395, 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:44:00.665560829 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2373, 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:44:00.669532544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2372, 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:44:00.665528789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2374, 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:44:00.673544190 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2396, 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:44:00.677528854 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2362, 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:44:00.677539674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2397, 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:44:00.681528120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2398, 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:44:00.681528489 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2363, 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:44:00.685526424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2364, 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:44:00.685528455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2399, 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:44:00.689524070 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2400, 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:44:00.689537619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2431, 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:44:00.689524090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2365, 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:44:00.693530985 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2401, 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:44:00.697527309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2402, 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:44:00.697529069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2432, 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:44:00.701529195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2403, 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:44:00.701547975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2434, 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:44:00.701529175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2433, 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:44:00.705561979 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2404, 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:44:00.705589419 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2421, 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:44:00.709532204 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2405, 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:44:00.709531204 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2435, 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:44:00.709552794 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2424, 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:44:00.713528209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2406, 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:44:00.713527719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2423, 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:44:00.717539524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2407, 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:44:00.721532859 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2408, 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:44:00.722447868 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2425, 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:44:00.725535534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2409, 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:44:00.729530969 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2410, 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:44:00.733532544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2411, 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:44:00.737531659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2412, 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:44:00.741534664 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2413, 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:44:00.745535239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2414, 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:44:00.749525174 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2415, 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:44:00.753529539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2416, 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:44:00.757532084 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2417, 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:44:00.761539699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2418, 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:44:00.765530354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2419, 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:44:00.769528319 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2420, 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:44:00.773532424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2426, 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:44:00.777526849 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2427, 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:44:00.781534303 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2428, 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:44:00.785523778 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2429, 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-04-15 17:44:00.789536163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2430, 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\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.43it/s]\n 4%|▍ | 3/75 [00:00<00:08, 8.42it/s]\n 5%|▌ | 4/75 [00:00<00:08, 8.41it/s]\n 7%|▋ | 5/75 [00:00<00:08, 8.42it/s]\n 8%|▊ | 6/75 [00:00<00:08, 8.41it/s]\n 9%|▉ | 7/75 [00:00<00:08, 8.41it/s]\n 11%|█ | 8/75 [00:00<00:07, 8.41it/s]\n 12%|█▏ | 9/75 [00:01<00:07, 8.40it/s]\n 13%|█▎ | 10/75 [00:01<00:07, 8.39it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.38it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.39it/s]\n 17%|█▋ | 13/75 [00:01<00:07, 8.39it/s]\n 19%|█▊ | 14/75 [00:01<00:07, 8.39it/s]\n 20%|██ | 15/75 [00:01<00:07, 8.38it/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.38it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.38it/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.36it/s]\n 31%|███ | 23/75 [00:02<00:06, 8.37it/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.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: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.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.37it/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.36it/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.36it/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.35it/s]\n 65%|██████▌ | 49/75 [00:05<00:03, 8.35it/s]\n 67%|██████▋ | 50/75 [00:05<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.35it/s]\n 73%|███████▎ | 55/75 [00:06<00:02, 8.35it/s]\n 75%|███████▍ | 56/75 [00:06<00:02, 8.35it/s]\n 76%|███████▌ | 57/75 [00:06<00:02, 8.35it/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.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.35it/s]\n 87%|████████▋ | 65/75 [00:07<00:01, 8.35it/s]\n 88%|████████▊ | 66/75 [00:07<00:01, 8.35it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.35it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.35it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.35it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.34it/s]\n 95%|█████████▍| 71/75 [00:08<00:00, 8.35it/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/tmp0xvh91m5.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/tmp0xvh91m5.mp4\nMesh saved to /tmp/tmp0xvh91m5.obj",
"metrics": {
"predict_time": 19.312952,
"total_time": 34.651078
},
"output": [
"https://replicate.delivery/pbxt/7I6drTsYpWYRDNaPKgU1WBnUVqkeBGwuYQj7l7pOaTexlxqSA/mv_show_images.png",
"https://replicate.delivery/pbxt/CRbex0yMMp1fEkyDY3sQa99q1MkevS3OCMZUl342pCeIXGrKB/tmp0xvh91m5.mp4",
"https://replicate.delivery/pbxt/phWMvJKz4N59DFVi7Qi0GIETjfG8DGDASleAgQOHMNSylxqSA/tmp0xvh91m5.obj"
],
"started_at": "2024-04-15T17:43:59.763126Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/1thnr6cj55rgm0cewbdsgxjg84",
"cancel": "https://api.replicate.com/v1/predictions/1thnr6cj55rgm0cewbdsgxjg84/cancel"
},
"version": "3d22c5d0fdab628f2b71962cbd026531651a2f08971d9b3761a35206ddbfbb17"
}
2024-04-15 17:44:00.566906644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2341, 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:44:00.566924504 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2342, 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:44:00.566950824 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2343, 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:44:00.581539695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2344, 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:44:00.581546725 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2349, 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:44:00.581564785 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2348, 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:44:00.581539685 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2347, 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:44:00.585552090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2345, 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:44:00.585701920 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2350, 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:44:00.589527815 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2352, 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:44:00.592236962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2346, 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:44:00.593531630 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2351, 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:44:00.593568120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2353, 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:44:00.597341365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2366, 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:44:00.597531845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2354, 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:44:00.601534320 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2355, 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:44:00.601552080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2367, 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:44:00.605532085 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2368, 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:44:00.605542425 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2356, 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:44:00.609527870 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2357, 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:44:00.612518946 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2369, 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:44:00.613531345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2358, 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:44:00.617559030 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2359, 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:44:00.617565580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2370, 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:44:00.621535405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2360, 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:44:00.621541405 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2371, 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:44:00.625608540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2361, 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:44:00.627659297 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2389, 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:44:00.629528165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2388, 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:44:00.632714611 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2390, 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:44:00.633525240 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2387, 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:44:00.637526335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2386, 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:44:00.637526325 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2391, 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:44:00.637542435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2385, 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:44:00.641533559 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2384, 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:44:00.641528510 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2392, 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:44:00.641548939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2383, 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:44:00.645528174 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2382, 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:44:00.649529800 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2393, 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:44:00.649566440 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2381, 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:44:00.653535935 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2380, 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:44:00.658253029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2422, 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:44:00.661529645 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2394, 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:44:00.661555214 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2375, 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:44:00.665528840 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2395, 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:44:00.665560829 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2373, 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:44:00.669532544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2372, 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:44:00.665528789 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2374, 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:44:00.673544190 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2396, 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:44:00.677528854 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2362, 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:44:00.677539674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2397, 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:44:00.681528120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2398, 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:44:00.681528489 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2363, 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:44:00.685526424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2364, 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:44:00.685528455 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2399, 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:44:00.689524070 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2400, 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:44:00.689537619 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2431, 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:44:00.689524090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2365, 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:44:00.693530985 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2401, 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:44:00.697527309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2402, 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:44:00.697529069 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2432, 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:44:00.701529195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2403, 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:44:00.701547975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2434, 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:44:00.701529175 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2433, 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:44:00.705561979 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2404, 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:44:00.705589419 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2421, 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:44:00.709532204 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2405, 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:44:00.709531204 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2435, 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:44:00.709552794 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2424, 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:44:00.713528209 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2406, 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:44:00.713527719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2423, 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:44:00.717539524 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2407, 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:44:00.721532859 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2408, 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:44:00.722447868 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2425, 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:44:00.725535534 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2409, 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:44:00.729530969 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2410, 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:44:00.733532544 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2411, 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:44:00.737531659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2412, 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:44:00.741534664 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2413, 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:44:00.745535239 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2414, 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:44:00.749525174 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2415, 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:44:00.753529539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2416, 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:44:00.757532084 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2417, 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:44:00.761539699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2418, 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:44:00.765530354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2419, 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:44:00.769528319 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2420, 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:44:00.773532424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2426, 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:44:00.777526849 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2427, 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:44:00.781534303 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2428, 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:44:00.785523778 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2429, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-04-15 17:44:00.789536163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2430, index: 89, mask: {45, }, 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.43it/s]
4%|▍ | 3/75 [00:00<00:08, 8.42it/s]
5%|▌ | 4/75 [00:00<00:08, 8.41it/s]
7%|▋ | 5/75 [00:00<00:08, 8.42it/s]
8%|▊ | 6/75 [00:00<00:08, 8.41it/s]
9%|▉ | 7/75 [00:00<00:08, 8.41it/s]
11%|█ | 8/75 [00:00<00:07, 8.41it/s]
12%|█▏ | 9/75 [00:01<00:07, 8.40it/s]
13%|█▎ | 10/75 [00:01<00:07, 8.39it/s]
15%|█▍ | 11/75 [00:01<00:07, 8.38it/s]
16%|█▌ | 12/75 [00:01<00:07, 8.39it/s]
17%|█▋ | 13/75 [00:01<00:07, 8.39it/s]
19%|█▊ | 14/75 [00:01<00:07, 8.39it/s]
20%|██ | 15/75 [00:01<00:07, 8.38it/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.38it/s]
25%|██▌ | 19/75 [00:02<00:06, 8.38it/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.36it/s]
31%|███ | 23/75 [00:02<00:06, 8.37it/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.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: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.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.37it/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.36it/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.36it/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.35it/s]
65%|██████▌ | 49/75 [00:05<00:03, 8.35it/s]
67%|██████▋ | 50/75 [00:05<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.35it/s]
73%|███████▎ | 55/75 [00:06<00:02, 8.35it/s]
75%|███████▍ | 56/75 [00:06<00:02, 8.35it/s]
76%|███████▌ | 57/75 [00:06<00:02, 8.35it/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.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.35it/s]
87%|████████▋ | 65/75 [00:07<00:01, 8.35it/s]
88%|████████▊ | 66/75 [00:07<00:01, 8.35it/s]
89%|████████▉ | 67/75 [00:08<00:00, 8.35it/s]
91%|█████████ | 68/75 [00:08<00:00, 8.35it/s]
92%|█████████▏| 69/75 [00:08<00:00, 8.35it/s]
93%|█████████▎| 70/75 [00:08<00:00, 8.34it/s]
95%|█████████▍| 71/75 [00:08<00:00, 8.35it/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/tmp0xvh91m5.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/tmp0xvh91m5.mp4
Mesh saved to /tmp/tmp0xvh91m5.obj