xrunda / hello
Take a video and replace the face in it with a face of your choice. You only need one image of the desired face. No dataset, no training.
- Public
- 626.4K runs
-
L40S
Prediction
xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440IDz5iscftbneozgstebg7v5ahcwyStatusSucceededSourceWebHardwareA40Total durationCreatedInput
{ "source": "https://replicate.delivery/pbxt/K5jbJQ41mnWUznC7DgjTRz0SUlz8pbYow6Jt7G3sblURxqt6/%E6%9C%AA%E5%91%BD%E5%90%8D_220706.mp4", "target": "https://replicate.delivery/pbxt/K5jbIzAgbuWSLN45ctqPSl8JMR9Xxfr9u13LHLteytseOf9S/WechatIMG69.jpg" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run xrunda/hello using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440", { input: { source: "https://replicate.delivery/pbxt/K5jbJQ41mnWUznC7DgjTRz0SUlz8pbYow6Jt7G3sblURxqt6/%E6%9C%AA%E5%91%BD%E5%90%8D_220706.mp4", target: "https://replicate.delivery/pbxt/K5jbIzAgbuWSLN45ctqPSl8JMR9Xxfr9u13LHLteytseOf9S/WechatIMG69.jpg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run xrunda/hello using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440", input={ "source": "https://replicate.delivery/pbxt/K5jbJQ41mnWUznC7DgjTRz0SUlz8pbYow6Jt7G3sblURxqt6/%E6%9C%AA%E5%91%BD%E5%90%8D_220706.mp4", "target": "https://replicate.delivery/pbxt/K5jbIzAgbuWSLN45ctqPSl8JMR9Xxfr9u13LHLteytseOf9S/WechatIMG69.jpg" } ) # The xrunda/hello model can stream output as it's running. # The predict method returns an iterator, and you can iterate over that output. for item in output: # https://replicate.com/xrunda/hello/api#output-schema print(item)
To learn more, take a look at the guide on getting started with Python.
Run xrunda/hello 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": "xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440", "input": { "source": "https://replicate.delivery/pbxt/K5jbJQ41mnWUznC7DgjTRz0SUlz8pbYow6Jt7G3sblURxqt6/%E6%9C%AA%E5%91%BD%E5%90%8D_220706.mp4", "target": "https://replicate.delivery/pbxt/K5jbIzAgbuWSLN45ctqPSl8JMR9Xxfr9u13LHLteytseOf9S/WechatIMG69.jpg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-22T06:03:57.772459Z", "created_at": "2023-12-22T05:59:33.203481Z", "data_removed": false, "error": null, "id": "z5iscftbneozgstebg7v5ahcwy", "input": { "source": "https://replicate.delivery/pbxt/K5jbJQ41mnWUznC7DgjTRz0SUlz8pbYow6Jt7G3sblURxqt6/%E6%9C%AA%E5%91%BD%E5%90%8D_220706.mp4", "target": "https://replicate.delivery/pbxt/K5jbIzAgbuWSLN45ctqPSl8JMR9Xxfr9u13LHLteytseOf9S/WechatIMG69.jpg" }, "logs": "source: /tmp/tmpn5dfaamn未命名_220706.mp4\ntarget: /tmp/tmpnxtrm0lhWechatIMG69.jpg\n/root/.pyenv/versions/3.11.5/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.\nTo use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.\nP = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4\n开始生产中\n2023-12-22 06:01:16.554101265 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1592, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.554117315 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1593, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.562634818 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1626, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.563131557 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1605, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.566013332 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1628, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.565977052 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1627, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.572409220 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1648, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.576068573 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1659, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.579971525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1660, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.580756454 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1599, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.583968058 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1661, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.583982688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1623, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.587967610 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1597, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.587999370 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1620, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.591970302 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1618, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.591987702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1595, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.595968974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1622, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.595978685 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1616, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.595981034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1617, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.599972627 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1621, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.599991517 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1614, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.603969239 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1619, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.603971009 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1613, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.603998339 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1611, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.607198523 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1601, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.607246823 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1610, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.603985289 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1612, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.607290113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1598, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.611969414 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1609, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.612006994 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1606, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.616041776 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1607, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.616984434 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1608, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.591971762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1596, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.583968098 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1624, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.599972657 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1615, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.639979430 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1662, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.647973134 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1600, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.665809880 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1671, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.666364979 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1667, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.689684294 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1604, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.696153682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1602, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.719627017 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1668, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.719991446 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1629, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.721109864 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1630, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.722343062 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1632, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.727969791 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1633, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.730251596 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1634, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.732749992 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1635, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.735962466 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1603, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.735970616 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1636, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.739971688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1637, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.743966960 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1638, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.747999182 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1639, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.751970695 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1640, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.755971447 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1641, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.759974469 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1669, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.759989779 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1642, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.763965072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1670, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.763977392 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1625, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.765285879 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1643, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.770890238 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1644, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.775969539 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1645, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.778405264 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1646, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.780234691 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1655, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.781144798 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1649, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.781158638 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1658, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.782478286 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1650, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.576053873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1657, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.576005333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1653, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.575984943 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1651, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.576021363 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1654, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.575995823 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1652, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.576038633 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1656, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.780226380 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1631, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.871974523 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1594, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.871993743 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1647, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.935993881 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1673, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.939987203 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1674, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.943970776 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1675, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.947967408 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1676, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.951970590 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1677, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.955968762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1678, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.958847927 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1679, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.963522628 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1680, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.967588180 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1681, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.971511543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1682, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.975967304 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1683, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.976425183 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1684, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.976889272 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1685, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.977941790 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1686, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:16.979168098 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1672, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\nfind model: /root/.insightface/models/buffalo_l/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0\n2023-12-22 06:01:20.540116731 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1713, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.540153710 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1714, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.541383708 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1720, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.547977395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1717, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548470824 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1775, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.547980455 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1721, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548487504 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1782, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.547980675 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1724, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548001015 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1722, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.551970788 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1783, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548000245 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1718, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548001005 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1725, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548017275 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1726, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548023655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1719, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.564044214 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1788, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548033325 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1735, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.567977227 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1776, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.567996167 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1789, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.571987689 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1790, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548034395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1727, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.574280475 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1716, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548050295 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1736, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.575973631 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1791, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548064735 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1737, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.575998521 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1778, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.579975034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1781, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548064525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1729, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.583987976 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1797, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548048035 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1728, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548080165 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1738, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.587978089 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1798, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548095235 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1731, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.591998830 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1799, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548095215 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1739, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.593351398 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1800, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548080185 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1730, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.598856208 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1801, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548109655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1732, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548123775 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1741, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548126425 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1733, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.603991598 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1805, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548146675 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1734, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548160655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1743, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548167115 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1759, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548174585 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1744, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.611974862 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1715, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548188465 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1760, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548199815 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1745, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548202495 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1761, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548216525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1746, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548229035 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1762, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548233995 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1747, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548263225 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1763, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548271995 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1748, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548282205 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1764, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548287395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1749, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548298905 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1765, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548305505 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1750, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548314774 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1766, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548323334 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1751, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548329485 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1767, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548337545 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1752, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.667957524 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1792, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548345325 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1768, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548352434 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1753, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548359054 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1769, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548367534 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1754, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.679967911 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1807, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548375545 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1770, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.695965061 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1793, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.699961873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1794, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.703969046 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1795, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.705882262 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1803, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.709133786 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1802, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.715972642 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1806, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548384654 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1755, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548390014 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1771, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548400154 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1756, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548405504 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1772, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548416144 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1757, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548417484 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1773, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\n2023-12-22 06:01:20.548435594 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1758, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548444854 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1774, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548454144 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1779, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548471244 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1780, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548013865 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1723, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.575979391 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1777, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.583969706 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1796, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548107685 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1740, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.603975088 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1804, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.548137025 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1742, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nfind model: /root/.insightface/models/buffalo_l/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0\n2023-12-22 06:01:20.818899604 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1808, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.823968515 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1809, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.826935809 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1810, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.831968879 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1811, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.839990684 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1813, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.840103804 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1822, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.840033834 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1815, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.842437389 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1826, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.843594377 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1829, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.840055124 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1816, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.850170124 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1812, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.851940261 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1814, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.840069454 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1819, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.840089594 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1820, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.856044953 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1824, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.842418729 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1825, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.847970169 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1830, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.855988253 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1818, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.864030167 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1833, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.856029053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1823, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.868044360 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1840, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.871882593 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1831, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.871889083 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1844, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.875973384 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1835, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.876071314 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1848, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.879972077 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1836, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.880060677 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1852, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.883972489 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1853, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.884061119 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1847, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.887973132 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1850, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.888063482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1855, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.891978464 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1856, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.892075924 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1867, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.895975996 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1857, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.896059976 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1872, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.896144766 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1858, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.899971799 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1859, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.868065110 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1817, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.907974683 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1860, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.911972366 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1861, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.912057215 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1877, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.912140485 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1862, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.883972480 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1837, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.916033758 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1863, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.883987409 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1841, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.863993428 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1828, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.884003749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1842, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.879969367 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1849, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.884039479 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1846, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.891976694 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1851, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.887973122 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1854, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.891998374 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1864, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.892025724 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1865, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.892055384 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1866, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.895975986 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1868, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.895993586 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1869, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.896023236 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1870, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.896043616 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1871, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.911993566 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1874, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.912017866 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1875, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.912037315 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1876, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.867979930 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1834, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.856010113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1821, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.984039097 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1885, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.875973375 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1845, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.867997410 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1838, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.988074479 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1895, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.864014048 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1832, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.992028612 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1896, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.992843130 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1897, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.868022640 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1839, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.996025714 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1898, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.998486569 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1899, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.863967668 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1827, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.935993499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1901, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.004047319 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1902, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.936010599 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1900, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.911972946 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1873, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.971976430 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1892, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.971993660 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1891, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.979978475 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1878, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.983994157 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1883, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.984016147 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1884, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.884019659 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1843, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.987984009 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1886, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.988004489 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1887, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.988019459 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1888, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.988036459 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1893, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:20.988058589 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1894, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.031975225 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1890, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.031994355 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1889, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\nfind model: /root/.insightface/models/buffalo_l/det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0\n2023-12-22 06:01:21.728082426 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1909, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.728145616 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1910, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.729510613 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1918, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.735974171 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1919, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.739963513 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1913, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.739963523 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1912, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\n2023-12-22 06:01:21.739971673 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1920, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nfind model: /root/.insightface/models/buffalo_l/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0\n2023-12-22 06:01:21.739982583 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1923, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.739989703 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1921, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740000693 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1924, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.759966985 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2080, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.759983415 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1952, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.760047985 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2081, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.760091225 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1960, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740008053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1922, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.762567870 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1961, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740029593 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1932, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.763849197 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1962, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740045543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1933, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.767963950 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1963, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.767967530 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2084, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.768614859 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2085, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740057063 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1934, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.769586117 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2086, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.771517202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2087, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.775962154 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1965, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.775968044 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2088, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.775969084 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1914, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740017813 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1925, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776229454 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1917, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.779503958 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2098, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740080463 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1935, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.779965017 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1966, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.783965819 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2007, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740106113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1936, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740121333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1937, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740071473 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1927, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740134783 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1938, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.792032023 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2029, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.794461029 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2030, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.798715270 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2051, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740101253 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1928, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.799963098 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1968, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740153453 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1939, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740119683 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1929, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.804026280 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2052, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.807761163 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2053, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740165573 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1946, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.808163202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2054, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740155963 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1931, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.812047745 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2055, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740179903 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1947, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.816029167 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2056, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.819911050 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2057, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740195543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1948, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740205993 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1942, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740206613 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1949, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740218373 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1950, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740219133 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1943, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740237293 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1944, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740252653 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1945, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740270042 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1953, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740284433 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1954, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740298502 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1955, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.852034068 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1976, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740329882 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1957, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740341562 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1958, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.855508211 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1978, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740355612 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1959, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740373512 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1969, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.860029662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2000, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.860128142 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2079, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740422472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1972, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.861215280 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2028, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.863968445 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1979, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740434012 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1973, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740449262 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1974, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740463962 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1975, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.743970206 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1911, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.743992826 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1984, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.744015086 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1991, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.744030966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1992, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.744049655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1993, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.744071745 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1994, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.744088195 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1995, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.744104625 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1996, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.744119775 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1997, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.755968942 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2010, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.755988212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2011, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.755998482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2012, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756015532 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2013, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756024752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2014, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756039432 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2015, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756052762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2016, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756065892 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2017, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756082202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2018, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756092812 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2019, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.947978874 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2022, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756105002 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2020, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756117462 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2021, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756129122 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2009, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756139532 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2031, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756149212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2032, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756160072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2033, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756171632 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2034, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756182502 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2035, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756193862 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2036, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756202532 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2037, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756212892 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2038, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756224132 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2039, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756234682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2040, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756243692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2041, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756252402 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2042, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.003974196 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2027, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756263922 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2043, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756277302 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2044, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.007978618 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2026, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756286992 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2045, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.011965130 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2025, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756308092 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2047, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756295692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2046, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756319382 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2048, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756337972 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2050, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756361842 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2059, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756372752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2008, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756350212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2058, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.027983880 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2024, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.031963942 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2090, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756382632 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2060, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756393111 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2061, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.033452429 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2089, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756423702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2062, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.039968156 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2023, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756435131 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2063, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756446031 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2064, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756455322 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2065, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756465091 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2070, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756476022 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2071, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.059967538 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2094, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756489631 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2072, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756499991 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2073, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756513201 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2074, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.768621059 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1964, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776146994 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2091, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.759967115 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1951, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776177444 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2093, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776164054 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2092, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776189584 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2096, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776170884 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1915, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776204674 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1916, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.776203744 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2097, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740043873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1926, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740139873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1930, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740172473 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1940, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740190373 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1941, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740316273 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1956, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.783963299 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1967, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.859968302 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1985, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.859970472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2066, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.855491221 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1977, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.859989272 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2067, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.859982262 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1986, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.859998232 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1987, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.860014692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2068, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.860036172 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2069, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740391752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1970, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.740407702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1971, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.860011462 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1988, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.861153290 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2082, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.861172190 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2002, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.861176920 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2083, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.861155050 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2001, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.861197570 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2095, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.861186150 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2003, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.871963580 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1999, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.871989340 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1990, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.872003860 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1989, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.895969114 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2006, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.911966503 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2005, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.756329482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2049, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:21.871978450 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1998, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:22.539995965 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2004, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\nfind model: /root/.insightface/models/buffalo_l/w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5\nset det-size: (640, 640)\nPre-trained weights will be downloaded.\nDownloading...\nFrom: https://github.com/bhky/opennsfw2/releases/download/v0.1.0/open_nsfw_weights.h5\nTo: /root/.opennsfw2/weights/open_nsfw_weights.h5\n 0%| | 0.00/24.2M [00:00<?, ?B/s]\n 6%|▋ | 1.57M/24.2M [00:00<00:01, 15.6MB/s]\n 22%|██▏ | 5.24M/24.2M [00:00<00:00, 26.7MB/s]\n 54%|█████▍ | 13.1M/24.2M [00:00<00:00, 49.8MB/s]\n100%|██████████| 24.2M/24.2M [00:00<00:00, 63.8MB/s]\n 0%| | 0/386 [00:00<?, ?it/s]\n 1%| | 2/386 [00:00<03:06, 2.06it/s]\n 12%|█▏ | 45/386 [00:01<00:05, 56.90it/s]\n 25%|██▍ | 96/386 [00:01<00:02, 126.70it/s]\n 36%|███▌ | 138/386 [00:01<00:01, 179.64it/s]\n 48%|████▊ | 187/386 [00:01<00:00, 242.70it/s]\n 60%|█████▉ | 230/386 [00:01<00:00, 284.32it/s]\n 71%|███████ | 273/386 [00:01<00:00, 311.17it/s]\n 82%|████████▏ | 315/386 [00:01<00:00, 333.40it/s]\n 94%|█████████▍| 364/386 [00:01<00:00, 374.21it/s]\n100%|██████████| 386/386 [00:01<00:00, 209.78it/s]\n[ROOP.CORE] Creating temporary resources...\n[ROOP.CORE] Extracting frames with 30 FPS...\n[ROOP.FACE-SWAPPER] Progressing...\nProcessing: 0%| | 0/463 [00:00<?, ?frame/s]2023-12-22 06:01:47.141114224 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2470, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.142207202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2489, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.142238182 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2488, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.142264432 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2479, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.144222228 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2486, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.142227912 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2485, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.149273109 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2487, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.151149705 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2503, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.151616974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2497, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.154328099 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2490, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.142216702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2484, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.155981375 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2505, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.159387639 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2491, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.159870138 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2498, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.159992028 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2512, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.161179105 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2496, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.160009708 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2513, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.161167666 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2493, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.162503553 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2499, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.166422296 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2500, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.151141125 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2502, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.172080875 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2482, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.142252682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2483, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.155967605 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2504, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.178528962 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2508, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.159973768 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2506, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.179973950 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2514, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.182238065 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2509, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.160085448 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2481, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.184816330 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2474, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.186963476 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2515, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.187779194 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2516, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.187797034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2507, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.160066568 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2480, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.189801781 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2510, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.190686719 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2523, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.190837279 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2511, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.192924275 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2524, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.192941295 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2492, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.196028439 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2525, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.196121318 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2476, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.196764187 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2531, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.196801627 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2494, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.199970721 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2475, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.202098107 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2532, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.202177077 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2477, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.167072085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2501, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.203972223 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2478, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.207153907 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2533, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.160152558 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2495, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.211969068 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2473, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.211965118 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2534, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.211985988 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2535, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.232785578 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2472, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.235995992 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2545, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.239979824 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2546, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.246333012 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2547, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.247968938 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2556, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.251393742 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2548, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.253025749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2555, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.254842706 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2527, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.255976974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2549, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.259890175 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2528, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.260000035 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2550, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.263962138 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2529, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.266541453 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2526, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.266568893 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2551, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.267965720 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2530, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.268042910 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2557, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.271596064 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2522, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.271630664 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2552, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.275060966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2536, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.275962745 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2521, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.275969595 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2553, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.278311380 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2554, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.279963877 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2537, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.279972147 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2558, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.280751956 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2559, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.280771746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2520, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.280889446 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2538, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.283963260 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2539, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.286766924 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2519, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.286803114 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2560, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.290230408 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2540, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.291820134 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2518, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.291862694 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2561, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.296874955 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2517, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.296916325 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2562, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.299969639 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2563, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.305322099 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2564, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-12-22 06:01:47.325928589 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2471, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\ninswapper-shape: [1, 3, 128, 128]\nProcessing: 0%| | 0/463 [00:04<?, ?frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 0/463 [00:04<?, ?frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/463 [00:04<38:08, 4.95s/frame, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/463 [00:04<38:08, 4.95s/frame, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/463 [00:04<38:08, 4.95s/frame, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/463 [00:05<38:03, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/463 [00:05<38:03, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/463 [00:05<37:58, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/463 [00:05<37:58, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/463 [00:05<07:26, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/463 [00:05<07:26, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/463 [00:05<07:26, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/463 [00:05<07:25, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/463 [00:05<07:25, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/463 [00:05<07:24, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/463 [00:05<07:24, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/463 [00:05<07:23, 1.03frame/s, memory_usage=05.39GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/463 [00:05<07:23, 1.03frame/s, memory_usage=05.39GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/463 [00:05<07:22, 1.03frame/s, memory_usage=05.56GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/463 [00:05<07:22, 1.03frame/s, memory_usage=05.56GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/463 [00:05<02:58, 2.54frame/s, memory_usage=05.56GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/463 [00:05<02:58, 2.54frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/463 [00:05<02:58, 2.54frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/463 [00:05<02:58, 2.54frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/463 [00:05<02:58, 2.54frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/463 [00:05<02:57, 2.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/463 [00:05<02:57, 2.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/463 [00:05<02:00, 3.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/463 [00:05<02:00, 3.75frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/463 [00:05<02:00, 3.75frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/463 [00:05<02:00, 3.75frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/463 [00:05<02:00, 3.75frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 16/463 [00:06<01:36, 4.64frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 16/463 [00:06<01:36, 4.64frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 17/463 [00:06<01:21, 5.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 17/463 [00:06<01:21, 5.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 17/463 [00:06<01:21, 5.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/463 [00:06<01:21, 5.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/463 [00:06<01:21, 5.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/463 [00:06<01:09, 6.35frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/463 [00:06<00:57, 7.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 23/463 [00:06<00:57, 7.67frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 23/463 [00:06<00:57, 7.67frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/463 [00:06<00:45, 9.68frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/463 [00:06<00:45, 9.68frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/463 [00:06<00:45, 9.68frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 25/463 [00:06<00:45, 9.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 25/463 [00:06<00:45, 9.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/463 [00:06<00:46, 9.38frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/463 [00:07<00:46, 9.38frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/463 [00:07<00:46, 9.38frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/463 [00:07<00:46, 9.38frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/463 [00:07<00:46, 9.38frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/463 [00:07<00:48, 8.89frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/463 [00:07<00:48, 8.89frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/463 [00:07<00:48, 8.89frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/463 [00:07<00:48, 8.89frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/463 [00:07<00:48, 8.89frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 30/463 [00:07<00:48, 8.89frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 30/463 [00:07<00:48, 8.89frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/463 [00:07<00:37, 11.55frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/463 [00:07<00:37, 11.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/463 [00:07<00:37, 11.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/463 [00:07<00:37, 11.55frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/463 [00:07<00:37, 11.55frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/463 [00:07<00:35, 12.09frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/463 [00:07<00:35, 12.09frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/463 [00:07<00:35, 12.09frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 34/463 [00:07<00:35, 12.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 34/463 [00:07<00:35, 12.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/463 [00:07<00:34, 12.25frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/463 [00:07<00:34, 12.25frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/463 [00:07<00:34, 12.25frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/463 [00:07<00:34, 12.25frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/463 [00:07<00:34, 12.25frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/463 [00:07<00:40, 10.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/463 [00:07<00:40, 10.47frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/463 [00:07<00:40, 10.47frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/463 [00:08<00:40, 10.47frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/463 [00:08<00:40, 10.47frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 39/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 39/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 39/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 40/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 40/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/463 [00:08<00:43, 9.65frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/463 [00:08<00:43, 9.65frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/463 [00:08<00:32, 12.80frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/463 [00:08<00:32, 12.80frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/463 [00:08<00:32, 12.80frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 43/463 [00:08<00:32, 12.80frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 43/463 [00:08<00:32, 12.80frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/463 [00:08<00:31, 13.11frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/463 [00:08<00:31, 13.11frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/463 [00:08<00:31, 13.11frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 45/463 [00:08<00:31, 13.11frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 45/463 [00:08<00:31, 13.11frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 46/463 [00:08<00:32, 12.65frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 46/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 46/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 48/463 [00:08<00:42, 9.74frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 48/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 48/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 51/463 [00:08<00:42, 9.74frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 51/463 [00:08<00:42, 9.74frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 52/463 [00:08<00:28, 14.37frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 52/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 52/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 53/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 53/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/463 [00:09<00:29, 14.03frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/463 [00:09<00:29, 14.03frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/463 [00:09<00:29, 14.03frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/463 [00:09<00:29, 14.03frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/463 [00:09<00:29, 14.03frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/463 [00:09<00:40, 10.17frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/463 [00:09<00:40, 10.17frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/463 [00:09<00:40, 10.17frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 57/463 [00:09<00:39, 10.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 57/463 [00:09<00:39, 10.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/463 [00:09<00:39, 10.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/463 [00:09<00:39, 10.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/463 [00:09<00:39, 10.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 61/463 [00:09<00:39, 10.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 61/463 [00:09<00:39, 10.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 62/463 [00:09<00:28, 14.11frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 62/463 [00:09<00:28, 14.11frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 62/463 [00:09<00:28, 14.11frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 63/463 [00:10<00:28, 14.11frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 63/463 [00:10<00:28, 14.11frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/463 [00:10<00:39, 10.08frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/463 [00:10<00:39, 10.08frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/463 [00:10<00:39, 10.08frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/463 [00:10<00:39, 10.08frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/463 [00:10<00:39, 10.08frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 66/463 [00:10<00:39, 10.08frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 66/463 [00:10<00:39, 10.08frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 67/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 67/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 67/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 68/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 68/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 69/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 69/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 70/463 [00:10<00:28, 13.87frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 70/463 [00:10<00:28, 13.87frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 70/463 [00:10<00:28, 13.87frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 71/463 [00:10<00:28, 13.87frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 71/463 [00:10<00:28, 13.87frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/463 [00:10<00:31, 12.59frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/463 [00:10<00:31, 12.59frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/463 [00:10<00:31, 12.59frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/463 [00:10<00:30, 12.59frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/463 [00:10<00:30, 12.59frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 74/463 [00:10<00:35, 10.88frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 74/463 [00:10<00:35, 10.88frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 74/463 [00:10<00:35, 10.88frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 75/463 [00:11<00:35, 10.88frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 75/463 [00:11<00:35, 10.88frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 75/463 [00:11<00:35, 10.88frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 76/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 76/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/463 [00:11<00:39, 9.79frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/463 [00:11<00:39, 9.79frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 79/463 [00:11<00:30, 12.64frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 79/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 79/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 80/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 80/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 81/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 81/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 81/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 84/463 [00:11<00:32, 11.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 84/463 [00:11<00:32, 11.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 84/463 [00:11<00:32, 11.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 85/463 [00:11<00:32, 11.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 85/463 [00:11<00:32, 11.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 86/463 [00:11<00:30, 12.40frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 86/463 [00:12<00:30, 12.40frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 86/463 [00:12<00:30, 12.40frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/463 [00:12<00:30, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/463 [00:12<00:30, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 88/463 [00:12<00:35, 10.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 88/463 [00:12<00:35, 10.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 88/463 [00:12<00:35, 10.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 89/463 [00:12<00:35, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 89/463 [00:12<00:35, 10.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 90/463 [00:12<00:31, 11.73frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 90/463 [00:12<00:31, 11.73frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 92/463 [00:12<00:25, 14.66frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 92/463 [00:12<00:25, 14.66frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 93/463 [00:12<00:25, 14.25frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 93/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 93/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 94/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 94/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/463 [00:12<00:25, 14.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/463 [00:12<00:25, 14.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 96/463 [00:12<00:31, 11.68frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 96/463 [00:12<00:31, 11.68frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 96/463 [00:12<00:31, 11.68frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 97/463 [00:12<00:31, 11.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 97/463 [00:12<00:31, 11.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 98/463 [00:12<00:30, 12.09frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 98/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 98/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 99/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 99/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 102/463 [00:13<00:30, 11.84frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 102/463 [00:13<00:30, 11.84frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 104/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/463 [00:13<00:25, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/463 [00:13<00:25, 14.09frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/463 [00:13<00:25, 14.09frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 106/463 [00:13<00:25, 14.09frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 106/463 [00:13<00:25, 14.09frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 107/463 [00:13<00:33, 10.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 107/463 [00:13<00:33, 10.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 107/463 [00:13<00:33, 10.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 108/463 [00:13<00:33, 10.72frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 108/463 [00:13<00:33, 10.72frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 109/463 [00:13<00:30, 11.67frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 109/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 109/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 111/463 [00:13<00:27, 12.90frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 111/463 [00:13<00:27, 12.90frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 111/463 [00:13<00:27, 12.90frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 112/463 [00:14<00:27, 12.90frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 112/463 [00:14<00:27, 12.90frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 113/463 [00:14<00:33, 10.49frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 113/463 [00:14<00:33, 10.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 113/463 [00:14<00:33, 10.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 114/463 [00:14<00:33, 10.49frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 114/463 [00:14<00:33, 10.49frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 115/463 [00:14<00:29, 11.99frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 115/463 [00:14<00:29, 11.99frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 115/463 [00:14<00:29, 11.99frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 116/463 [00:14<00:28, 11.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 116/463 [00:14<00:28, 11.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 117/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 117/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 117/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 118/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 118/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 119/463 [00:14<00:29, 11.77frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 119/463 [00:14<00:29, 11.77frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 120/463 [00:14<00:24, 13.89frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 120/463 [00:14<00:24, 13.89frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 120/463 [00:14<00:24, 13.89frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 121/463 [00:14<00:24, 13.89frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 121/463 [00:14<00:24, 13.89frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 122/463 [00:14<00:30, 11.19frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 122/463 [00:14<00:30, 11.19frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 122/463 [00:14<00:30, 11.19frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/463 [00:15<00:30, 11.19frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/463 [00:15<00:30, 11.19frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 124/463 [00:15<00:29, 11.64frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 124/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 124/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 125/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 125/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 126/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 126/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 126/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 127/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 127/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/463 [00:15<00:29, 11.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/463 [00:15<00:29, 11.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 129/463 [00:15<00:28, 11.85frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 129/463 [00:15<00:28, 11.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 129/463 [00:15<00:28, 11.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 130/463 [00:15<00:28, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 130/463 [00:15<00:28, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 131/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 131/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 131/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 132/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 132/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 133/463 [00:15<00:24, 13.38frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 133/463 [00:15<00:24, 13.38frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 133/463 [00:15<00:24, 13.38frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 134/463 [00:15<00:24, 13.38frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 134/463 [00:15<00:24, 13.38frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 135/463 [00:15<00:26, 12.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 135/463 [00:15<00:26, 12.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 135/463 [00:15<00:26, 12.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 136/463 [00:16<00:26, 12.18frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 136/463 [00:16<00:26, 12.18frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 137/463 [00:16<00:29, 10.94frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 137/463 [00:16<00:29, 10.94frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 137/463 [00:16<00:29, 10.94frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 138/463 [00:16<00:29, 10.94frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 138/463 [00:16<00:29, 10.94frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 139/463 [00:16<00:29, 10.97frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 139/463 [00:16<00:29, 10.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 139/463 [00:16<00:29, 10.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 140/463 [00:16<00:29, 10.97frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 140/463 [00:16<00:29, 10.97frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 141/463 [00:16<00:25, 12.48frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 141/463 [00:16<00:25, 12.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 141/463 [00:16<00:25, 12.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 142/463 [00:16<00:25, 12.48frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 142/463 [00:16<00:25, 12.48frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 143/463 [00:16<00:25, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 143/463 [00:16<00:25, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 144/463 [00:16<00:24, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 144/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 144/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 145/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 145/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/463 [00:16<00:26, 11.88frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/463 [00:16<00:26, 11.88frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/463 [00:16<00:26, 11.88frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 147/463 [00:17<00:26, 11.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 147/463 [00:17<00:26, 11.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 148/463 [00:17<00:26, 11.85frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 148/463 [00:17<00:26, 11.85frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 148/463 [00:17<00:26, 11.85frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 149/463 [00:17<00:26, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 149/463 [00:17<00:26, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 150/463 [00:17<00:30, 10.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 150/463 [00:17<00:30, 10.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 150/463 [00:17<00:30, 10.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 151/463 [00:17<00:30, 10.36frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 151/463 [00:17<00:30, 10.36frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 152/463 [00:17<00:30, 10.36frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 152/463 [00:17<00:30, 10.36frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 153/463 [00:17<00:29, 10.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 153/463 [00:17<00:29, 10.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 154/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 154/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 154/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 155/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 155/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 156/463 [00:17<00:25, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 156/463 [00:17<00:25, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 157/463 [00:17<00:22, 13.38frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 157/463 [00:17<00:22, 13.38frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 157/463 [00:17<00:22, 13.38frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 158/463 [00:17<00:22, 13.38frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 158/463 [00:17<00:22, 13.38frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 159/463 [00:17<00:25, 11.78frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 159/463 [00:18<00:25, 11.78frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 159/463 [00:18<00:25, 11.78frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 160/463 [00:18<00:25, 11.78frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 160/463 [00:18<00:25, 11.78frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 161/463 [00:18<00:27, 10.93frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 161/463 [00:18<00:27, 10.93frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 161/463 [00:18<00:27, 10.93frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 162/463 [00:18<00:27, 10.93frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 162/463 [00:18<00:27, 10.93frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 163/463 [00:18<00:27, 10.93frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 163/463 [00:18<00:27, 10.93frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 164/463 [00:18<00:21, 13.97frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 164/463 [00:18<00:21, 13.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 164/463 [00:18<00:21, 13.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 165/463 [00:18<00:21, 13.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 165/463 [00:18<00:21, 13.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 166/463 [00:18<00:23, 12.76frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 166/463 [00:18<00:23, 12.76frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 166/463 [00:18<00:23, 12.76frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 167/463 [00:18<00:23, 12.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 167/463 [00:18<00:23, 12.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 168/463 [00:18<00:26, 11.34frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 168/463 [00:18<00:26, 11.34frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 168/463 [00:18<00:26, 11.34frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 169/463 [00:18<00:25, 11.34frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 169/463 [00:18<00:25, 11.34frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 170/463 [00:18<00:23, 12.69frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 170/463 [00:18<00:23, 12.69frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 170/463 [00:18<00:23, 12.69frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 171/463 [00:19<00:23, 12.69frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 171/463 [00:19<00:23, 12.69frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 172/463 [00:19<00:26, 10.91frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 172/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 172/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 173/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 173/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 174/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 174/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 175/463 [00:19<00:24, 11.84frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 175/463 [00:19<00:24, 11.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 175/463 [00:19<00:24, 11.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 176/463 [00:19<00:24, 11.84frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 176/463 [00:19<00:24, 11.84frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 177/463 [00:19<00:25, 11.29frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 177/463 [00:19<00:25, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 177/463 [00:19<00:25, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 178/463 [00:19<00:25, 11.29frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 178/463 [00:19<00:25, 11.29frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 179/463 [00:19<00:23, 12.17frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 179/463 [00:19<00:23, 12.17frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 179/463 [00:19<00:23, 12.17frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 180/463 [00:19<00:23, 12.17frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 180/463 [00:19<00:23, 12.17frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 181/463 [00:19<00:22, 12.48frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 181/463 [00:19<00:22, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 181/463 [00:19<00:22, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 182/463 [00:19<00:22, 12.48frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 182/463 [00:19<00:22, 12.48frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 183/463 [00:19<00:22, 12.28frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 183/463 [00:19<00:22, 12.28frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 183/463 [00:19<00:22, 12.28frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 184/463 [00:20<00:22, 12.28frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 184/463 [00:20<00:22, 12.28frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 185/463 [00:20<00:24, 11.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 185/463 [00:20<00:24, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 185/463 [00:20<00:24, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 186/463 [00:20<00:24, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 186/463 [00:20<00:24, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 187/463 [00:20<00:25, 10.64frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 187/463 [00:20<00:25, 10.64frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 187/463 [00:20<00:25, 10.64frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 188/463 [00:20<00:25, 10.64frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 188/463 [00:20<00:25, 10.64frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 189/463 [00:20<00:25, 10.64frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 189/463 [00:20<00:25, 10.64frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 190/463 [00:20<00:25, 10.64frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 190/463 [00:20<00:25, 10.64frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 191/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 191/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 191/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 192/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 192/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 193/463 [00:20<00:18, 14.78frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 193/463 [00:20<00:18, 14.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 193/463 [00:20<00:18, 14.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 194/463 [00:21<00:18, 14.78frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 194/463 [00:21<00:18, 14.78frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 195/463 [00:21<00:29, 9.12frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 195/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 195/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 196/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 196/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 197/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 197/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 198/463 [00:21<00:22, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 198/463 [00:21<00:22, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 198/463 [00:21<00:22, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 199/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 199/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 200/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 200/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 201/463 [00:21<00:21, 12.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 201/463 [00:21<00:21, 12.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 202/463 [00:21<00:22, 11.43frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 202/463 [00:21<00:22, 11.43frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 202/463 [00:21<00:22, 11.43frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 203/463 [00:21<00:22, 11.43frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 203/463 [00:21<00:22, 11.43frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 205/463 [00:21<00:23, 11.15frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 205/463 [00:21<00:23, 11.15frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 206/463 [00:21<00:21, 12.13frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 207/463 [00:22<00:21, 12.13frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 207/463 [00:22<00:21, 12.13frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 208/463 [00:22<00:21, 12.13frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 208/463 [00:22<00:21, 12.13frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 209/463 [00:22<00:18, 14.10frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 209/463 [00:22<00:18, 14.10frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 209/463 [00:22<00:18, 14.10frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 210/463 [00:22<00:17, 14.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 210/463 [00:22<00:17, 14.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 211/463 [00:22<00:17, 14.76frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 211/463 [00:22<00:17, 14.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 211/463 [00:22<00:17, 14.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 212/463 [00:22<00:17, 14.76frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 212/463 [00:22<00:17, 14.76frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 213/463 [00:22<00:23, 10.80frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 213/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 213/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 214/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 214/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 215/463 [00:22<00:21, 11.28frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 215/463 [00:22<00:21, 11.28frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 215/463 [00:22<00:21, 11.28frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 216/463 [00:22<00:21, 11.28frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 216/463 [00:22<00:21, 11.28frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 217/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 217/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 217/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 218/463 [00:22<00:21, 11.25frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 218/463 [00:22<00:21, 11.25frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 219/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 219/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 220/463 [00:23<00:21, 11.25frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 220/463 [00:23<00:21, 11.25frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 221/463 [00:23<00:18, 13.08frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 221/463 [00:23<00:18, 13.08frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 221/463 [00:23<00:18, 13.08frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 222/463 [00:23<00:18, 13.08frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 222/463 [00:23<00:18, 13.08frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 223/463 [00:23<00:21, 10.94frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 223/463 [00:23<00:21, 10.94frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 223/463 [00:23<00:21, 10.94frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 224/463 [00:23<00:21, 10.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 224/463 [00:23<00:21, 10.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 225/463 [00:23<00:19, 12.24frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 225/463 [00:23<00:19, 12.24frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 225/463 [00:23<00:19, 12.24frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 226/463 [00:23<00:19, 12.24frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 226/463 [00:23<00:19, 12.24frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 227/463 [00:23<00:20, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 227/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 227/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 228/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 228/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 229/463 [00:23<00:18, 12.85frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 229/463 [00:23<00:18, 12.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 229/463 [00:23<00:18, 12.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 230/463 [00:24<00:18, 12.85frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 230/463 [00:24<00:18, 12.85frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 231/463 [00:24<00:20, 11.57frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 231/463 [00:24<00:20, 11.57frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 231/463 [00:24<00:20, 11.57frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 232/463 [00:24<00:19, 11.57frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 232/463 [00:24<00:19, 11.57frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 233/463 [00:24<00:20, 11.32frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 233/463 [00:24<00:20, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 233/463 [00:24<00:20, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 234/463 [00:24<00:20, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 234/463 [00:24<00:20, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 235/463 [00:24<00:19, 11.45frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 235/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 235/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 236/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 236/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 237/463 [00:24<00:19, 11.45frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 237/463 [00:24<00:19, 11.45frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 238/463 [00:24<00:16, 13.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 238/463 [00:24<00:16, 13.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 238/463 [00:24<00:16, 13.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 239/463 [00:24<00:16, 13.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 239/463 [00:24<00:16, 13.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 240/463 [00:24<00:18, 12.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 240/463 [00:24<00:18, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 240/463 [00:24<00:18, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 241/463 [00:24<00:17, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 241/463 [00:24<00:17, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 242/463 [00:24<00:20, 10.97frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 242/463 [00:25<00:20, 10.97frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 242/463 [00:25<00:20, 10.97frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 243/463 [00:25<00:20, 10.97frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 243/463 [00:25<00:20, 10.97frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 244/463 [00:25<00:19, 10.97frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 244/463 [00:25<00:19, 10.97frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 245/463 [00:25<00:17, 12.35frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 245/463 [00:25<00:17, 12.35frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 245/463 [00:25<00:17, 12.35frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 246/463 [00:25<00:17, 12.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 246/463 [00:25<00:17, 12.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 247/463 [00:25<00:16, 12.71frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 247/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 247/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 248/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 248/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 249/463 [00:25<00:18, 11.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 249/463 [00:25<00:18, 11.63frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 249/463 [00:25<00:18, 11.63frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 250/463 [00:25<00:18, 11.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 250/463 [00:25<00:18, 11.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 251/463 [00:25<00:18, 11.63frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 251/463 [00:25<00:18, 11.63frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 252/463 [00:25<00:17, 12.40frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 252/463 [00:25<00:17, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 252/463 [00:25<00:17, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 253/463 [00:25<00:16, 12.40frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 253/463 [00:25<00:16, 12.40frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 254/463 [00:25<00:18, 11.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 254/463 [00:25<00:18, 11.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 254/463 [00:25<00:18, 11.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 255/463 [00:26<00:18, 11.22frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 255/463 [00:26<00:18, 11.22frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 256/463 [00:26<00:16, 12.49frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 256/463 [00:26<00:16, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 256/463 [00:26<00:16, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 257/463 [00:26<00:16, 12.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 257/463 [00:26<00:16, 12.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 258/463 [00:26<00:15, 13.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 258/463 [00:26<00:15, 13.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 258/463 [00:26<00:15, 13.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 259/463 [00:26<00:15, 13.14frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 259/463 [00:26<00:15, 13.14frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 260/463 [00:26<00:15, 12.92frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 260/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 260/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 261/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 261/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 262/463 [00:26<00:21, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 262/463 [00:26<00:21, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 262/463 [00:26<00:21, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 263/463 [00:26<00:20, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 263/463 [00:26<00:20, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 264/463 [00:26<00:20, 9.55frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 264/463 [00:26<00:20, 9.55frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 265/463 [00:26<00:16, 12.14frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 265/463 [00:26<00:16, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 265/463 [00:26<00:16, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 266/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 266/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 267/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 267/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 268/463 [00:26<00:13, 14.50frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 268/463 [00:27<00:13, 14.50frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 268/463 [00:27<00:13, 14.50frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 269/463 [00:27<00:13, 14.50frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 269/463 [00:27<00:13, 14.50frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 270/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 270/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 270/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 271/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 271/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 272/463 [00:27<00:18, 10.24frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 272/463 [00:27<00:18, 10.24frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 273/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 273/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 273/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 274/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 274/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 275/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 275/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 275/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 276/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 276/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 277/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 277/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 278/463 [00:27<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 278/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 278/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 279/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 279/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 280/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 280/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 281/463 [00:28<00:13, 13.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 281/463 [00:28<00:13, 13.71frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 281/463 [00:28<00:13, 13.71frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 282/463 [00:28<00:13, 13.71frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 282/463 [00:28<00:13, 13.71frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 283/463 [00:28<00:17, 10.48frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 283/463 [00:28<00:17, 10.48frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 283/463 [00:28<00:17, 10.48frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 284/463 [00:28<00:17, 10.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 284/463 [00:28<00:17, 10.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 285/463 [00:28<00:16, 10.48frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 285/463 [00:28<00:16, 10.48frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 286/463 [00:28<00:13, 12.68frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 286/463 [00:28<00:13, 12.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 286/463 [00:28<00:13, 12.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 287/463 [00:28<00:13, 12.68frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 287/463 [00:28<00:13, 12.68frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 288/463 [00:28<00:13, 13.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 288/463 [00:28<00:13, 13.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 288/463 [00:28<00:13, 13.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 289/463 [00:28<00:13, 13.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 289/463 [00:28<00:13, 13.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 290/463 [00:28<00:13, 13.25frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 290/463 [00:29<00:13, 13.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 290/463 [00:29<00:13, 13.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 291/463 [00:29<00:12, 13.25frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 291/463 [00:29<00:12, 13.25frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 292/463 [00:29<00:15, 10.97frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 292/463 [00:29<00:15, 10.97frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 292/463 [00:29<00:15, 10.97frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 293/463 [00:29<00:15, 10.97frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 293/463 [00:29<00:15, 10.97frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 294/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 294/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 294/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 295/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 295/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 296/463 [00:29<00:15, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 296/463 [00:29<00:15, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 297/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 297/463 [00:29<00:12, 13.49frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 297/463 [00:29<00:12, 13.49frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 298/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 298/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 299/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 299/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 300/463 [00:29<00:11, 14.51frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 300/463 [00:29<00:11, 14.51frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 300/463 [00:29<00:11, 14.51frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 301/463 [00:29<00:11, 14.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 301/463 [00:29<00:11, 14.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 302/463 [00:29<00:13, 12.21frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 302/463 [00:30<00:13, 12.21frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 302/463 [00:30<00:13, 12.21frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 303/463 [00:30<00:13, 12.21frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 303/463 [00:30<00:13, 12.21frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 304/463 [00:30<00:13, 11.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 304/463 [00:30<00:13, 11.68frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 304/463 [00:30<00:13, 11.68frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 305/463 [00:30<00:13, 11.68frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 305/463 [00:30<00:13, 11.68frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 306/463 [00:30<00:13, 11.73frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 306/463 [00:30<00:13, 11.73frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 306/463 [00:30<00:13, 11.73frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 307/463 [00:30<00:13, 11.73frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 307/463 [00:30<00:13, 11.73frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 308/463 [00:30<00:13, 11.43frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 308/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 308/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 309/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 309/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 310/463 [00:30<00:13, 11.36frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 310/463 [00:30<00:13, 11.36frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 310/463 [00:30<00:13, 11.36frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 311/463 [00:30<00:13, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 311/463 [00:30<00:13, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 312/463 [00:30<00:13, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 312/463 [00:30<00:13, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 313/463 [00:30<00:12, 11.81frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 313/463 [00:31<00:12, 11.81frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 313/463 [00:31<00:12, 11.81frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 314/463 [00:31<00:12, 11.81frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 314/463 [00:31<00:12, 11.81frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 315/463 [00:31<00:13, 10.91frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 315/463 [00:31<00:13, 10.91frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 315/463 [00:31<00:13, 10.91frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 316/463 [00:31<00:13, 10.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 316/463 [00:31<00:13, 10.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 317/463 [00:31<00:13, 10.46frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 317/463 [00:31<00:13, 10.46frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 317/463 [00:31<00:13, 10.46frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 318/463 [00:31<00:13, 10.46frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 318/463 [00:31<00:13, 10.46frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 319/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 319/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 319/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 320/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 320/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 321/463 [00:31<00:11, 12.06frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 321/463 [00:31<00:11, 12.06frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 322/463 [00:31<00:12, 11.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 322/463 [00:31<00:12, 11.18frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 322/463 [00:31<00:12, 11.18frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 323/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 323/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 324/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 324/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 325/463 [00:31<00:10, 12.58frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 325/463 [00:31<00:10, 12.58frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 325/463 [00:31<00:10, 12.58frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 326/463 [00:32<00:10, 12.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 326/463 [00:32<00:10, 12.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 327/463 [00:32<00:10, 12.42frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 327/463 [00:32<00:10, 12.42frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 327/463 [00:32<00:10, 12.42frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 328/463 [00:32<00:10, 12.42frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 328/463 [00:32<00:10, 12.42frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 329/463 [00:32<00:10, 12.42frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 329/463 [00:32<00:10, 12.42frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 330/463 [00:32<00:12, 10.95frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 330/463 [00:32<00:12, 10.95frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 330/463 [00:32<00:12, 10.95frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 331/463 [00:32<00:12, 10.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 331/463 [00:32<00:12, 10.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 332/463 [00:32<00:11, 10.95frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 332/463 [00:32<00:11, 10.95frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 333/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 333/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 333/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 334/463 [00:32<00:10, 12.31frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 334/463 [00:32<00:10, 12.31frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 335/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 335/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 336/463 [00:32<00:09, 13.27frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 336/463 [00:32<00:09, 13.27frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 336/463 [00:32<00:09, 13.27frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 337/463 [00:33<00:09, 13.27frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 337/463 [00:33<00:09, 13.27frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 338/463 [00:33<00:11, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 338/463 [00:33<00:11, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 338/463 [00:33<00:11, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 339/463 [00:33<00:10, 11.36frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 339/463 [00:33<00:10, 11.36frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 340/463 [00:33<00:10, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 340/463 [00:33<00:10, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 341/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 341/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 341/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 342/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 342/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 343/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 343/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 343/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 344/463 [00:33<00:09, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 344/463 [00:33<00:09, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 345/463 [00:33<00:08, 13.19frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 345/463 [00:33<00:08, 13.19frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 346/463 [00:33<00:09, 12.22frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 346/463 [00:33<00:09, 12.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 346/463 [00:33<00:09, 12.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 347/463 [00:33<00:09, 12.22frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 347/463 [00:33<00:09, 12.22frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 348/463 [00:33<00:10, 11.46frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 348/463 [00:33<00:10, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 348/463 [00:33<00:10, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 349/463 [00:33<00:09, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 349/463 [00:33<00:09, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 350/463 [00:33<00:09, 11.94frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 350/463 [00:34<00:09, 11.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 350/463 [00:34<00:09, 11.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 351/463 [00:34<00:09, 11.94frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 351/463 [00:34<00:09, 11.94frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 352/463 [00:34<00:09, 11.58frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 352/463 [00:34<00:09, 11.58frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 352/463 [00:34<00:09, 11.58frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 353/463 [00:34<00:09, 11.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 353/463 [00:34<00:09, 11.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 354/463 [00:34<00:08, 12.81frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 354/463 [00:34<00:08, 12.81frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 354/463 [00:34<00:08, 12.81frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 355/463 [00:34<00:08, 12.81frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 355/463 [00:34<00:08, 12.81frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 356/463 [00:34<00:07, 13.72frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 356/463 [00:34<00:07, 13.72frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 356/463 [00:34<00:07, 13.72frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 357/463 [00:34<00:07, 13.72frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 357/463 [00:34<00:07, 13.72frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 358/463 [00:34<00:07, 13.53frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 358/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 358/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 359/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 359/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 360/463 [00:34<00:08, 12.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 360/463 [00:34<00:08, 12.22frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 360/463 [00:34<00:08, 12.22frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 361/463 [00:35<00:08, 12.22frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 361/463 [00:35<00:08, 12.22frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 362/463 [00:35<00:10, 9.99frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 362/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 362/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 363/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 363/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 364/463 [00:35<00:09, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 364/463 [00:35<00:09, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 365/463 [00:35<00:07, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 365/463 [00:35<00:07, 13.19frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 365/463 [00:35<00:07, 13.19frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 366/463 [00:35<00:07, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 366/463 [00:35<00:07, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 367/463 [00:35<00:08, 11.66frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 367/463 [00:35<00:08, 11.66frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 367/463 [00:35<00:08, 11.66frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 368/463 [00:35<00:08, 11.66frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 368/463 [00:35<00:08, 11.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 369/463 [00:35<00:09, 10.13frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 369/463 [00:35<00:09, 10.13frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 371/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 371/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 372/463 [00:35<00:08, 10.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 372/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 372/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 373/463 [00:35<00:08, 10.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 373/463 [00:35<00:08, 10.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 374/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 374/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 375/463 [00:35<00:07, 12.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 375/463 [00:36<00:07, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 375/463 [00:36<00:07, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 376/463 [00:36<00:06, 12.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 376/463 [00:36<00:06, 12.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 377/463 [00:36<00:07, 11.61frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 377/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 377/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 378/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 378/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 379/463 [00:36<00:08, 10.40frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 379/463 [00:36<00:08, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 379/463 [00:36<00:08, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 380/463 [00:36<00:07, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 380/463 [00:36<00:07, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 381/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 381/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 381/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 382/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 382/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 383/463 [00:36<00:07, 10.42frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 383/463 [00:36<00:07, 10.42frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 384/463 [00:36<00:07, 10.42frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 384/463 [00:36<00:07, 10.42frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 385/463 [00:36<00:06, 12.65frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 385/463 [00:36<00:06, 12.65frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 385/463 [00:36<00:06, 12.65frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 386/463 [00:37<00:06, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 386/463 [00:37<00:06, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 387/463 [00:37<00:06, 12.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 387/463 [00:37<00:06, 12.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 387/463 [00:37<00:06, 12.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 388/463 [00:37<00:05, 12.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 388/463 [00:37<00:05, 12.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 389/463 [00:37<00:07, 10.50frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 389/463 [00:37<00:07, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 389/463 [00:37<00:07, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 390/463 [00:37<00:06, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 390/463 [00:37<00:06, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 392/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 393/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 393/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 394/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 394/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 394/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 395/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 395/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 396/463 [00:37<00:05, 12.79frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 396/463 [00:37<00:05, 12.79frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 396/463 [00:37<00:05, 12.79frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 397/463 [00:37<00:05, 12.79frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 397/463 [00:37<00:05, 12.79frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 398/463 [00:37<00:05, 12.37frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 398/463 [00:38<00:05, 12.37frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 398/463 [00:38<00:05, 12.37frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 399/463 [00:38<00:05, 12.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 399/463 [00:38<00:05, 12.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 400/463 [00:38<00:05, 11.30frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 400/463 [00:38<00:05, 11.30frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 400/463 [00:38<00:05, 11.30frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 401/463 [00:38<00:05, 11.30frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 401/463 [00:38<00:05, 11.30frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 402/463 [00:38<00:05, 11.64frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 402/463 [00:38<00:05, 11.64frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 402/463 [00:38<00:05, 11.64frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 403/463 [00:38<00:05, 11.64frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 403/463 [00:38<00:05, 11.64frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 404/463 [00:38<00:04, 12.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 404/463 [00:38<00:04, 12.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 404/463 [00:38<00:04, 12.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 405/463 [00:38<00:04, 12.97frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 405/463 [00:38<00:04, 12.97frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 406/463 [00:38<00:04, 12.21frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 406/463 [00:38<00:04, 12.21frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 406/463 [00:38<00:04, 12.21frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 407/463 [00:38<00:04, 12.21frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 407/463 [00:38<00:04, 12.21frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 408/463 [00:38<00:05, 10.53frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 408/463 [00:38<00:05, 10.53frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 408/463 [00:38<00:05, 10.53frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 409/463 [00:39<00:05, 10.53frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 409/463 [00:39<00:05, 10.53frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 410/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 410/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 410/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 411/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 411/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 412/463 [00:39<00:04, 11.80frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 412/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 412/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 413/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 413/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 414/463 [00:39<00:04, 12.07frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 414/463 [00:39<00:04, 12.07frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 414/463 [00:39<00:04, 12.07frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 415/463 [00:39<00:03, 12.07frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 415/463 [00:39<00:03, 12.07frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 416/463 [00:39<00:03, 12.26frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 416/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 416/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 417/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 417/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 418/463 [00:39<00:03, 12.26frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 418/463 [00:39<00:03, 12.26frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 419/463 [00:39<00:03, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 419/463 [00:39<00:03, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 419/463 [00:39<00:03, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 420/463 [00:40<00:03, 14.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 420/463 [00:40<00:03, 14.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 421/463 [00:40<00:04, 9.95frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 421/463 [00:40<00:04, 9.95frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 421/463 [00:40<00:04, 9.95frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 422/463 [00:40<00:04, 9.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 422/463 [00:40<00:04, 9.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 423/463 [00:40<00:04, 9.95frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 423/463 [00:40<00:04, 9.95frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 424/463 [00:40<00:03, 9.95frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 424/463 [00:40<00:03, 9.95frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 425/463 [00:40<00:02, 12.70frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 425/463 [00:40<00:02, 12.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 425/463 [00:40<00:02, 12.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 426/463 [00:40<00:02, 12.70frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 426/463 [00:40<00:02, 12.70frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 427/463 [00:40<00:02, 13.18frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 427/463 [00:40<00:02, 13.18frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 427/463 [00:40<00:02, 13.18frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 428/463 [00:40<00:02, 13.18frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 428/463 [00:40<00:02, 13.18frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 429/463 [00:40<00:03, 9.89frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 429/463 [00:40<00:03, 9.89frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 429/463 [00:40<00:03, 9.89frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 430/463 [00:40<00:03, 9.89frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 430/463 [00:40<00:03, 9.89frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 431/463 [00:40<00:03, 10.40frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 431/463 [00:40<00:03, 10.40frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 431/463 [00:40<00:03, 10.40frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 432/463 [00:40<00:02, 10.40frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 432/463 [00:40<00:02, 10.40frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 433/463 [00:40<00:02, 10.40frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 433/463 [00:40<00:02, 10.40frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 434/463 [00:41<00:02, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 434/463 [00:41<00:02, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 435/463 [00:41<00:02, 13.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 435/463 [00:41<00:02, 13.91frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 435/463 [00:41<00:02, 13.91frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 436/463 [00:41<00:01, 13.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 436/463 [00:41<00:01, 13.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 437/463 [00:41<00:02, 12.82frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 437/463 [00:41<00:02, 12.82frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 437/463 [00:41<00:02, 12.82frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 438/463 [00:41<00:01, 12.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 438/463 [00:41<00:01, 12.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 439/463 [00:41<00:02, 10.04frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 439/463 [00:41<00:02, 10.04frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 439/463 [00:41<00:02, 10.04frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 440/463 [00:41<00:02, 10.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 440/463 [00:41<00:02, 10.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 441/463 [00:41<00:01, 11.17frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 441/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 441/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 442/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 442/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 443/463 [00:41<00:01, 11.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 443/463 [00:41<00:01, 11.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 444/463 [00:41<00:01, 13.96frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 444/463 [00:41<00:01, 13.96frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 444/463 [00:41<00:01, 13.96frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 445/463 [00:41<00:01, 13.96frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 445/463 [00:41<00:01, 13.96frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 446/463 [00:41<00:01, 14.71frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 446/463 [00:41<00:01, 14.71frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 446/463 [00:41<00:01, 14.71frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 447/463 [00:42<00:01, 14.71frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 447/463 [00:42<00:01, 14.71frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 448/463 [00:42<00:01, 11.82frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 448/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 448/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 449/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 449/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 450/463 [00:42<00:01, 11.82frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 450/463 [00:42<00:01, 11.82frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 451/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 451/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 451/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 452/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 452/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 453/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 453/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 454/463 [00:42<00:00, 12.54frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 454/463 [00:42<00:00, 12.54frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 454/463 [00:42<00:00, 12.54frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 455/463 [00:42<00:00, 12.54frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 455/463 [00:42<00:00, 12.54frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 456/463 [00:42<00:00, 12.54frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 456/463 [00:42<00:00, 12.54frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 457/463 [00:42<00:00, 13.54frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 457/463 [00:42<00:00, 13.54frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 457/463 [00:42<00:00, 13.54frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 458/463 [00:42<00:00, 13.54frame/s, memory_usage=05.46GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 458/463 [00:42<00:00, 13.54frame/s, memory_usage=05.46GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 459/463 [00:42<00:00, 13.54frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 459/463 [00:42<00:00, 13.54frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 460/463 [00:42<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 460/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 460/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 461/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 461/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 462/463 [00:43<00:00, 9.99frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 462/463 [00:43<00:00, 9.99frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 462/463 [00:43<00:00, 9.99frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|██████████| 463/463 [00:43<00:00, 10.62frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\n[ROOP.FACE-ENHANCER] Progressing...\nProcessing: 0%| | 0/463 [00:00<?, ?frame/s]\nProcessing: 0%| | 0/463 [00:01<?, ?frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 0/463 [00:01<?, ?frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/463 [00:01<15:02, 1.95s/frame, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/463 [00:02<15:02, 1.95s/frame, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/463 [00:02<15:02, 1.95s/frame, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/463 [00:02<07:03, 1.09frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/463 [00:02<07:03, 1.09frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/463 [00:02<07:03, 1.09frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/463 [00:02<04:32, 1.69frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/463 [00:02<04:32, 1.69frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/463 [00:02<04:32, 1.69frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/463 [00:02<03:14, 2.35frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/463 [00:02<03:14, 2.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/463 [00:02<03:14, 2.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/463 [00:02<02:29, 3.06frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/463 [00:02<02:29, 3.06frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/463 [00:02<02:29, 3.06frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/463 [00:02<02:03, 3.70frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/463 [00:02<02:03, 3.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/463 [00:02<02:03, 3.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/463 [00:02<01:46, 4.28frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/463 [00:03<01:46, 4.28frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/463 [00:03<01:46, 4.28frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/463 [00:03<01:38, 4.64frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/463 [00:03<01:38, 4.64frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/463 [00:03<01:38, 4.64frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/463 [00:03<01:25, 5.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/463 [00:03<01:25, 5.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/463 [00:03<01:25, 5.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/463 [00:03<01:30, 4.98frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/463 [00:03<01:30, 4.98frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/463 [00:03<01:30, 4.98frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/463 [00:03<01:22, 5.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/463 [00:03<01:22, 5.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/463 [00:03<01:22, 5.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/463 [00:03<01:20, 5.58frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/463 [00:03<01:20, 5.58frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/463 [00:03<01:20, 5.58frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/463 [00:03<01:15, 5.95frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/463 [00:04<01:15, 5.95frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/463 [00:04<01:15, 5.95frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/463 [00:04<01:13, 6.13frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/463 [00:04<01:13, 6.13frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/463 [00:04<01:13, 6.13frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/463 [00:04<01:11, 6.24frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/463 [00:04<01:11, 6.24frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/463 [00:04<01:11, 6.24frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 16/463 [00:04<01:13, 6.11frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 16/463 [00:04<01:13, 6.11frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 16/463 [00:04<01:13, 6.11frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 17/463 [00:04<01:08, 6.53frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 17/463 [00:04<01:08, 6.53frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 17/463 [00:04<01:08, 6.53frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/463 [00:04<01:07, 6.60frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/463 [00:04<01:07, 6.60frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/463 [00:04<01:07, 6.60frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/463 [00:04<01:14, 5.98frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/463 [00:05<01:14, 5.98frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/463 [00:05<01:14, 5.98frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/463 [00:05<01:13, 6.03frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/463 [00:05<01:13, 6.03frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/463 [00:05<01:13, 6.03frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/463 [00:05<01:10, 6.31frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/463 [00:05<01:10, 6.31frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/463 [00:05<01:10, 6.31frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/463 [00:05<01:08, 6.46frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/463 [00:05<01:08, 6.46frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/463 [00:05<01:08, 6.46frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 23/463 [00:05<01:09, 6.36frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 23/463 [00:05<01:09, 6.36frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 23/463 [00:05<01:09, 6.36frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/463 [00:05<01:09, 6.30frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/463 [00:05<01:09, 6.30frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/463 [00:05<01:09, 6.30frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 25/463 [00:05<01:05, 6.66frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 25/463 [00:05<01:05, 6.66frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 25/463 [00:05<01:05, 6.66frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/463 [00:05<01:05, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/463 [00:06<01:05, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/463 [00:06<01:05, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/463 [00:06<01:04, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/463 [00:06<01:04, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/463 [00:06<01:04, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/463 [00:06<01:04, 6.75frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/463 [00:06<01:04, 6.75frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/463 [00:06<01:04, 6.75frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/463 [00:06<01:03, 6.81frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/463 [00:06<01:03, 6.81frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/463 [00:06<01:03, 6.81frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 30/463 [00:06<01:03, 6.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 30/463 [00:06<01:03, 6.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 30/463 [00:06<01:03, 6.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/463 [00:06<01:03, 6.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/463 [00:06<01:03, 6.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/463 [00:06<01:03, 6.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/463 [00:06<01:02, 6.90frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/463 [00:07<01:02, 6.90frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/463 [00:07<01:02, 6.90frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/463 [00:07<01:02, 6.92frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/463 [00:07<01:02, 6.92frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/463 [00:07<01:02, 6.92frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 34/463 [00:07<01:04, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 34/463 [00:07<01:04, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 34/463 [00:07<01:04, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/463 [00:07<01:02, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/463 [00:07<01:02, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/463 [00:07<01:02, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/463 [00:07<01:08, 6.22frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/463 [00:07<01:08, 6.22frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/463 [00:07<01:08, 6.22frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 39/463 [00:07<01:06, 6.40frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 39/463 [00:08<01:06, 6.40frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 39/463 [00:08<01:06, 6.40frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 40/463 [00:08<01:05, 6.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 40/463 [00:08<01:05, 6.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 40/463 [00:08<01:05, 6.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/463 [00:08<01:03, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/463 [00:08<01:03, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/463 [00:08<01:03, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 43/463 [00:08<01:01, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 43/463 [00:08<01:01, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 43/463 [00:08<01:01, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/463 [00:08<01:02, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/463 [00:08<01:02, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 45/463 [00:08<01:01, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 45/463 [00:08<01:01, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 45/463 [00:08<01:01, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 46/463 [00:08<01:02, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 46/463 [00:09<01:02, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 46/463 [00:09<01:02, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/463 [00:09<01:01, 6.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/463 [00:09<01:01, 6.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/463 [00:09<01:01, 6.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 48/463 [00:09<01:02, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 48/463 [00:09<01:02, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 48/463 [00:09<01:02, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/463 [00:09<01:03, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/463 [00:09<01:03, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/463 [00:09<01:03, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/463 [00:09<01:02, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/463 [00:09<01:02, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/463 [00:09<01:02, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 51/463 [00:09<01:01, 6.69frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 51/463 [00:09<01:01, 6.69frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 51/463 [00:09<01:01, 6.69frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 52/463 [00:09<01:01, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 52/463 [00:10<01:01, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 52/463 [00:10<01:01, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 53/463 [00:10<01:00, 6.77frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 53/463 [00:10<01:00, 6.77frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 53/463 [00:10<01:00, 6.77frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/463 [00:10<01:00, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/463 [00:10<01:00, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/463 [00:10<01:00, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/463 [00:10<01:00, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/463 [00:10<01:00, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/463 [00:10<01:00, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/463 [00:10<00:59, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/463 [00:10<00:59, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/463 [00:10<00:59, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 57/463 [00:10<00:58, 6.90frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 57/463 [00:10<00:58, 6.90frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 57/463 [00:10<00:58, 6.90frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/463 [00:11<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/463 [00:11<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/463 [00:11<00:58, 6.83frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/463 [00:11<00:58, 6.83frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/463 [00:11<00:58, 6.83frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 61/463 [00:11<00:58, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 61/463 [00:11<00:58, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 61/463 [00:11<00:58, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 62/463 [00:11<00:58, 6.82frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 62/463 [00:11<00:58, 6.82frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 62/463 [00:11<00:58, 6.82frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 63/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 63/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 63/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/463 [00:11<00:57, 6.91frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/463 [00:11<00:57, 6.91frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/463 [00:11<00:57, 6.91frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 66/463 [00:11<00:57, 6.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 66/463 [00:12<00:57, 6.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 66/463 [00:12<00:57, 6.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 67/463 [00:12<01:03, 6.27frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 67/463 [00:12<01:03, 6.27frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 67/463 [00:12<01:03, 6.27frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 68/463 [00:12<01:04, 6.16frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 68/463 [00:12<01:04, 6.16frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 68/463 [00:12<01:04, 6.16frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 69/463 [00:12<01:02, 6.30frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 69/463 [00:12<01:02, 6.30frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 69/463 [00:12<01:02, 6.30frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 70/463 [00:12<01:00, 6.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 70/463 [00:12<01:00, 6.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 70/463 [00:12<01:00, 6.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 71/463 [00:12<00:59, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 71/463 [00:12<00:59, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 71/463 [00:12<00:59, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/463 [00:12<00:59, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/463 [00:13<00:59, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/463 [00:13<00:59, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/463 [00:13<00:58, 6.71frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/463 [00:13<00:58, 6.71frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/463 [00:13<00:58, 6.71frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 74/463 [00:13<00:59, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 74/463 [00:13<00:59, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 74/463 [00:13<00:59, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 75/463 [00:13<01:00, 6.43frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 75/463 [00:13<01:00, 6.43frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 75/463 [00:13<01:00, 6.43frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 76/463 [00:13<00:58, 6.58frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 76/463 [00:13<00:58, 6.58frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 76/463 [00:13<00:58, 6.58frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 79/463 [00:13<00:57, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 79/463 [00:14<00:57, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 79/463 [00:14<00:57, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 80/463 [00:14<00:56, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 80/463 [00:14<00:56, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 80/463 [00:14<00:56, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 81/463 [00:14<00:56, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 81/463 [00:14<00:56, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 81/463 [00:14<00:56, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/463 [00:14<00:56, 6.74frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/463 [00:14<00:56, 6.74frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/463 [00:14<00:56, 6.74frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/463 [00:14<00:58, 6.52frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/463 [00:14<00:58, 6.52frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/463 [00:14<00:58, 6.52frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 84/463 [00:14<00:57, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 84/463 [00:14<00:57, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 84/463 [00:14<00:57, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 85/463 [00:14<00:57, 6.63frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 85/463 [00:14<00:57, 6.63frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 85/463 [00:14<00:57, 6.63frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 86/463 [00:14<00:56, 6.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 86/463 [00:15<00:56, 6.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 86/463 [00:15<00:56, 6.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/463 [00:15<00:55, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/463 [00:15<00:55, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/463 [00:15<00:55, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 88/463 [00:15<00:55, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 88/463 [00:15<00:55, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 88/463 [00:15<00:55, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 89/463 [00:15<00:54, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 89/463 [00:15<00:54, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 89/463 [00:15<00:54, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 90/463 [00:15<00:54, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 90/463 [00:15<00:54, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 90/463 [00:15<00:54, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 91/463 [00:15<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 91/463 [00:15<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 91/463 [00:15<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 92/463 [00:15<00:55, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 92/463 [00:15<00:55, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 92/463 [00:15<00:55, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 93/463 [00:15<00:54, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 93/463 [00:16<00:54, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 93/463 [00:16<00:54, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 94/463 [00:16<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 94/463 [00:16<00:54, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 94/463 [00:16<00:54, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/463 [00:16<01:00, 6.06frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/463 [00:16<01:00, 6.06frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/463 [00:16<01:00, 6.06frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 96/463 [00:16<00:57, 6.34frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 96/463 [00:16<00:57, 6.34frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 96/463 [00:16<00:57, 6.34frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 97/463 [00:16<00:56, 6.46frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 97/463 [00:16<00:56, 6.46frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 97/463 [00:16<00:56, 6.46frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 98/463 [00:16<00:55, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 98/463 [00:16<00:55, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 98/463 [00:16<00:55, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 99/463 [00:16<00:55, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 99/463 [00:17<00:55, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 99/463 [00:17<00:55, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/463 [00:17<00:54, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/463 [00:17<00:54, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/463 [00:17<00:54, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/463 [00:17<00:53, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/463 [00:17<00:53, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/463 [00:17<00:53, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 102/463 [00:17<00:53, 6.77frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 102/463 [00:17<00:53, 6.77frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 102/463 [00:17<00:53, 6.77frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 103/463 [00:17<00:52, 6.88frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 103/463 [00:17<00:52, 6.88frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 103/463 [00:17<00:52, 6.88frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 104/463 [00:17<00:52, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 104/463 [00:17<00:52, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 104/463 [00:17<00:52, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/463 [00:17<00:51, 6.96frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/463 [00:17<00:51, 6.96frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/463 [00:17<00:51, 6.96frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 106/463 [00:17<00:51, 6.91frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 106/463 [00:18<00:51, 6.91frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 106/463 [00:18<00:51, 6.91frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 107/463 [00:18<00:52, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 107/463 [00:18<00:52, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 107/463 [00:18<00:52, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 108/463 [00:18<00:51, 6.89frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 108/463 [00:18<00:51, 6.89frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 108/463 [00:18<00:51, 6.89frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 109/463 [00:18<00:51, 6.86frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 109/463 [00:18<00:51, 6.86frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 109/463 [00:18<00:51, 6.86frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/463 [00:18<00:50, 6.94frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/463 [00:18<00:50, 6.94frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/463 [00:18<00:50, 6.94frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 111/463 [00:18<00:54, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 111/463 [00:18<00:54, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 111/463 [00:18<00:54, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 112/463 [00:18<00:51, 6.78frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 112/463 [00:18<00:51, 6.78frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 112/463 [00:18<00:51, 6.78frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 113/463 [00:18<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 113/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 113/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 114/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 114/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 114/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 115/463 [00:19<00:52, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 115/463 [00:19<00:52, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 115/463 [00:19<00:52, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 116/463 [00:19<00:52, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 116/463 [00:19<00:52, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 116/463 [00:19<00:52, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 117/463 [00:19<00:51, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 117/463 [00:19<00:51, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 117/463 [00:19<00:51, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 118/463 [00:19<00:53, 6.40frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 118/463 [00:19<00:53, 6.40frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 118/463 [00:19<00:53, 6.40frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 119/463 [00:19<00:52, 6.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 119/463 [00:20<00:52, 6.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 119/463 [00:20<00:52, 6.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 120/463 [00:20<00:51, 6.71frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 120/463 [00:20<00:51, 6.71frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 120/463 [00:20<00:51, 6.71frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 121/463 [00:20<00:51, 6.58frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 121/463 [00:20<00:51, 6.58frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 121/463 [00:20<00:51, 6.58frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 122/463 [00:20<00:53, 6.38frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 122/463 [00:20<00:53, 6.38frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 122/463 [00:20<00:53, 6.38frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/463 [00:20<00:51, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/463 [00:20<00:51, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/463 [00:20<00:51, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 124/463 [00:20<00:51, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 124/463 [00:20<00:51, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 124/463 [00:20<00:51, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 125/463 [00:20<00:52, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 125/463 [00:20<00:52, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 125/463 [00:20<00:52, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 126/463 [00:20<00:50, 6.72frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 126/463 [00:21<00:50, 6.72frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 126/463 [00:21<00:50, 6.72frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 127/463 [00:21<00:52, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 127/463 [00:21<00:52, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 127/463 [00:21<00:52, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/463 [00:21<00:52, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/463 [00:21<00:52, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/463 [00:21<00:52, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 129/463 [00:21<00:49, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 129/463 [00:21<00:49, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 129/463 [00:21<00:49, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 130/463 [00:21<00:50, 6.60frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 130/463 [00:21<00:50, 6.60frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 130/463 [00:21<00:50, 6.60frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 131/463 [00:21<00:51, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 131/463 [00:21<00:51, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 131/463 [00:21<00:51, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 132/463 [00:21<00:50, 6.53frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 132/463 [00:22<00:50, 6.53frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 132/463 [00:22<00:50, 6.53frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 133/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 133/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 133/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 134/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 134/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 134/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 135/463 [00:22<00:51, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 135/463 [00:22<00:51, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 135/463 [00:22<00:51, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 136/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 136/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 136/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 137/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 137/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 137/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 138/463 [00:22<00:48, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 138/463 [00:22<00:48, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 138/463 [00:22<00:48, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 139/463 [00:22<00:50, 6.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 139/463 [00:23<00:50, 6.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 139/463 [00:23<00:50, 6.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 140/463 [00:23<00:49, 6.49frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 140/463 [00:23<00:49, 6.49frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 140/463 [00:23<00:49, 6.49frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 141/463 [00:23<00:51, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 141/463 [00:23<00:51, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 141/463 [00:23<00:51, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 142/463 [00:23<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 142/463 [00:23<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 142/463 [00:23<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 143/463 [00:23<00:48, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 143/463 [00:23<00:48, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 143/463 [00:23<00:48, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 144/463 [00:23<00:50, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 144/463 [00:23<00:50, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 144/463 [00:23<00:50, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 145/463 [00:23<00:51, 6.23frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 145/463 [00:24<00:51, 6.23frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 145/463 [00:24<00:51, 6.23frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/463 [00:24<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/463 [00:24<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/463 [00:24<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 147/463 [00:24<00:48, 6.55frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 147/463 [00:24<00:48, 6.55frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 147/463 [00:24<00:48, 6.55frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 148/463 [00:24<00:49, 6.33frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 148/463 [00:24<00:49, 6.33frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 148/463 [00:24<00:49, 6.33frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 149/463 [00:24<00:49, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 149/463 [00:24<00:49, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 149/463 [00:24<00:49, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 150/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 150/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 150/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 151/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 151/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 151/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 152/463 [00:24<00:48, 6.48frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 152/463 [00:25<00:48, 6.48frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 152/463 [00:25<00:48, 6.48frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 153/463 [00:25<00:50, 6.09frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 153/463 [00:25<00:50, 6.09frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 153/463 [00:25<00:50, 6.09frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 154/463 [00:25<00:49, 6.27frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 154/463 [00:25<00:49, 6.27frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 154/463 [00:25<00:49, 6.27frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 155/463 [00:25<00:48, 6.39frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 155/463 [00:25<00:48, 6.39frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 155/463 [00:25<00:48, 6.39frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 156/463 [00:25<00:49, 6.21frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 156/463 [00:25<00:49, 6.21frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 156/463 [00:25<00:49, 6.21frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 157/463 [00:25<00:48, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 157/463 [00:25<00:48, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 157/463 [00:25<00:48, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 158/463 [00:25<00:46, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 158/463 [00:26<00:46, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 158/463 [00:26<00:46, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 159/463 [00:26<00:45, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 159/463 [00:26<00:45, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 159/463 [00:26<00:45, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 160/463 [00:26<00:45, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 160/463 [00:26<00:45, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 160/463 [00:26<00:45, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 161/463 [00:26<00:46, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 161/463 [00:26<00:46, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 161/463 [00:26<00:46, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 162/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 162/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 162/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 163/463 [00:26<00:44, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 163/463 [00:26<00:44, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 163/463 [00:26<00:44, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 164/463 [00:26<00:45, 6.54frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 164/463 [00:26<00:45, 6.54frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 164/463 [00:26<00:45, 6.54frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 165/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 165/463 [00:27<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 165/463 [00:27<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 166/463 [00:27<00:43, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 166/463 [00:27<00:43, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 166/463 [00:27<00:43, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 167/463 [00:27<00:43, 6.83frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 167/463 [00:27<00:43, 6.83frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 167/463 [00:27<00:43, 6.83frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 168/463 [00:27<00:44, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 168/463 [00:27<00:44, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 168/463 [00:27<00:44, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 169/463 [00:27<00:44, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 169/463 [00:27<00:44, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 169/463 [00:27<00:44, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 170/463 [00:27<00:43, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 170/463 [00:27<00:43, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 170/463 [00:27<00:43, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 171/463 [00:27<00:44, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 171/463 [00:28<00:44, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 171/463 [00:28<00:44, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 172/463 [00:28<00:45, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 172/463 [00:28<00:45, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 172/463 [00:28<00:45, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 173/463 [00:28<00:43, 6.67frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 173/463 [00:28<00:43, 6.67frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 173/463 [00:28<00:43, 6.67frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 174/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 174/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 174/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 175/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 175/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 175/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 176/463 [00:28<00:41, 6.84frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 176/463 [00:28<00:41, 6.84frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 176/463 [00:28<00:41, 6.84frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 177/463 [00:28<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 177/463 [00:28<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 177/463 [00:28<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 178/463 [00:28<00:44, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 178/463 [00:29<00:44, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 178/463 [00:29<00:44, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 179/463 [00:29<00:44, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 179/463 [00:29<00:44, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 179/463 [00:29<00:44, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 180/463 [00:29<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 180/463 [00:29<00:45, 6.28frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 180/463 [00:29<00:45, 6.28frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 181/463 [00:29<00:42, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 181/463 [00:29<00:42, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 181/463 [00:29<00:42, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 182/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 182/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 182/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 183/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 183/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 183/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 184/463 [00:29<00:41, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 184/463 [00:30<00:41, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 184/463 [00:30<00:41, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 185/463 [00:30<00:42, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 185/463 [00:30<00:42, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 185/463 [00:30<00:42, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 186/463 [00:30<00:43, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 186/463 [00:30<00:43, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 186/463 [00:30<00:43, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 187/463 [00:30<00:42, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 187/463 [00:30<00:42, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 187/463 [00:30<00:42, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 188/463 [00:30<00:42, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 188/463 [00:30<00:42, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 188/463 [00:30<00:42, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 189/463 [00:30<00:41, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 189/463 [00:30<00:41, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 189/463 [00:30<00:41, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 190/463 [00:30<00:40, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 190/463 [00:30<00:40, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 190/463 [00:30<00:40, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 191/463 [00:30<00:40, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 191/463 [00:31<00:40, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 191/463 [00:31<00:40, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 192/463 [00:31<00:40, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 192/463 [00:31<00:40, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 192/463 [00:31<00:40, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 193/463 [00:31<00:41, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 193/463 [00:31<00:41, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 193/463 [00:31<00:41, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 194/463 [00:31<00:39, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 194/463 [00:31<00:39, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 194/463 [00:31<00:39, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 195/463 [00:31<00:40, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 195/463 [00:31<00:40, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 195/463 [00:31<00:40, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 196/463 [00:31<00:41, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 196/463 [00:31<00:41, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 196/463 [00:31<00:41, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 197/463 [00:31<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 197/463 [00:31<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 197/463 [00:31<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 198/463 [00:31<00:39, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 198/463 [00:32<00:39, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 198/463 [00:32<00:39, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 199/463 [00:32<00:40, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 199/463 [00:32<00:40, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 199/463 [00:32<00:40, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 200/463 [00:32<00:39, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 200/463 [00:32<00:39, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 200/463 [00:32<00:39, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 201/463 [00:32<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 201/463 [00:32<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 201/463 [00:32<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 202/463 [00:32<00:40, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 202/463 [00:32<00:40, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 202/463 [00:32<00:40, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 203/463 [00:32<00:39, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 203/463 [00:32<00:39, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 203/463 [00:32<00:39, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:32<00:40, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:33<00:40, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 204/463 [00:33<00:40, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 205/463 [00:33<00:40, 6.34frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 205/463 [00:33<00:40, 6.34frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 205/463 [00:33<00:40, 6.34frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 206/463 [00:33<00:38, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 206/463 [00:33<00:38, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 206/463 [00:33<00:38, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 207/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 207/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 207/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 208/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 208/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 208/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 209/463 [00:33<00:37, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 209/463 [00:33<00:37, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 209/463 [00:33<00:37, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 210/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 210/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 210/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 211/463 [00:33<00:37, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 211/463 [00:34<00:37, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 211/463 [00:34<00:37, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 212/463 [00:34<00:37, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 212/463 [00:34<00:37, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 212/463 [00:34<00:37, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 213/463 [00:34<00:38, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 213/463 [00:34<00:38, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 213/463 [00:34<00:38, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 214/463 [00:34<00:37, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 214/463 [00:34<00:37, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 214/463 [00:34<00:37, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 215/463 [00:34<00:36, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 215/463 [00:34<00:36, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 215/463 [00:34<00:36, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 216/463 [00:34<00:36, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 216/463 [00:34<00:36, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 216/463 [00:34<00:36, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 217/463 [00:34<00:37, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 217/463 [00:35<00:37, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 217/463 [00:35<00:37, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 218/463 [00:35<00:37, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 218/463 [00:35<00:37, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 218/463 [00:35<00:37, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 219/463 [00:35<00:37, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 219/463 [00:35<00:37, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 219/463 [00:35<00:37, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 220/463 [00:35<00:36, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 220/463 [00:35<00:36, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 220/463 [00:35<00:36, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 221/463 [00:35<00:36, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 221/463 [00:35<00:36, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 221/463 [00:35<00:36, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 222/463 [00:35<00:36, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 222/463 [00:35<00:36, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 222/463 [00:35<00:36, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 223/463 [00:35<00:35, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 223/463 [00:35<00:35, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 223/463 [00:35<00:35, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 224/463 [00:35<00:35, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 224/463 [00:36<00:35, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 224/463 [00:36<00:35, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 225/463 [00:36<00:35, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 225/463 [00:36<00:35, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 225/463 [00:36<00:35, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 226/463 [00:36<00:35, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 226/463 [00:36<00:35, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 226/463 [00:36<00:35, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 227/463 [00:36<00:36, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 227/463 [00:36<00:36, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 227/463 [00:36<00:36, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 228/463 [00:36<00:35, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 228/463 [00:36<00:35, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 228/463 [00:36<00:35, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 229/463 [00:36<00:35, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 229/463 [00:36<00:35, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 229/463 [00:36<00:35, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 230/463 [00:36<00:36, 6.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 230/463 [00:37<00:36, 6.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 230/463 [00:37<00:36, 6.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 231/463 [00:37<00:37, 6.27frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 231/463 [00:37<00:37, 6.27frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 231/463 [00:37<00:37, 6.27frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 232/463 [00:37<00:34, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 232/463 [00:37<00:34, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 232/463 [00:37<00:34, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 233/463 [00:37<00:34, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 233/463 [00:37<00:34, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 233/463 [00:37<00:34, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 234/463 [00:37<00:36, 6.29frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 234/463 [00:37<00:36, 6.29frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 234/463 [00:37<00:36, 6.29frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 235/463 [00:37<00:36, 6.25frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 235/463 [00:37<00:36, 6.25frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 235/463 [00:37<00:36, 6.25frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 236/463 [00:37<00:34, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 236/463 [00:37<00:34, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 236/463 [00:37<00:34, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 237/463 [00:37<00:33, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 237/463 [00:38<00:33, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 237/463 [00:38<00:33, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 238/463 [00:38<00:34, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 238/463 [00:38<00:34, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 238/463 [00:38<00:34, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 239/463 [00:38<00:33, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 239/463 [00:38<00:33, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 239/463 [00:38<00:33, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 240/463 [00:38<00:33, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 240/463 [00:38<00:33, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 240/463 [00:38<00:33, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 241/463 [00:38<00:32, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 241/463 [00:38<00:32, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 241/463 [00:38<00:32, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 242/463 [00:38<00:32, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 242/463 [00:38<00:32, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 242/463 [00:38<00:32, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 243/463 [00:38<00:32, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 243/463 [00:38<00:32, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 243/463 [00:38<00:32, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 244/463 [00:38<00:32, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 244/463 [00:39<00:32, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 244/463 [00:39<00:32, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 245/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 245/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 245/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 246/463 [00:39<00:31, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 246/463 [00:39<00:31, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 246/463 [00:39<00:31, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 247/463 [00:39<00:31, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 247/463 [00:39<00:31, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 247/463 [00:39<00:31, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 248/463 [00:39<00:31, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 248/463 [00:39<00:31, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 248/463 [00:39<00:31, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 249/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 249/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 249/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 250/463 [00:39<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 250/463 [00:39<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 250/463 [00:39<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 251/463 [00:39<00:30, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 251/463 [00:40<00:30, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 251/463 [00:40<00:30, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 252/463 [00:40<00:30, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 252/463 [00:40<00:30, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 252/463 [00:40<00:30, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 253/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 253/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 253/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 254/463 [00:40<00:30, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 254/463 [00:40<00:30, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 254/463 [00:40<00:30, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 255/463 [00:40<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 255/463 [00:40<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 255/463 [00:40<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 256/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 256/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 256/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 257/463 [00:40<00:29, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 257/463 [00:40<00:29, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 257/463 [00:40<00:29, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 258/463 [00:40<00:29, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 258/463 [00:41<00:29, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 258/463 [00:41<00:29, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 259/463 [00:41<00:29, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 259/463 [00:41<00:29, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 259/463 [00:41<00:29, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 260/463 [00:41<00:29, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 260/463 [00:41<00:29, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 260/463 [00:41<00:29, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 261/463 [00:41<00:29, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 261/463 [00:41<00:29, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 261/463 [00:41<00:29, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 262/463 [00:41<00:30, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 262/463 [00:41<00:30, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 262/463 [00:41<00:30, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 263/463 [00:41<00:31, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 263/463 [00:41<00:31, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 263/463 [00:41<00:31, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 264/463 [00:41<00:29, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 264/463 [00:42<00:29, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 264/463 [00:42<00:29, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 265/463 [00:42<00:29, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 265/463 [00:42<00:29, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 265/463 [00:42<00:29, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 266/463 [00:42<00:29, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 266/463 [00:42<00:29, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 266/463 [00:42<00:29, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 267/463 [00:42<00:29, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 267/463 [00:42<00:29, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 267/463 [00:42<00:29, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 268/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 268/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 268/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 269/463 [00:42<00:28, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 269/463 [00:42<00:28, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 269/463 [00:42<00:28, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 270/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 270/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 270/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 271/463 [00:42<00:29, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 271/463 [00:43<00:29, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 271/463 [00:43<00:29, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 272/463 [00:43<00:28, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 272/463 [00:43<00:28, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 272/463 [00:43<00:28, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 273/463 [00:43<00:27, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 273/463 [00:43<00:27, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 273/463 [00:43<00:27, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 274/463 [00:43<00:27, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 274/463 [00:43<00:27, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 274/463 [00:43<00:27, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 275/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 275/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 275/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 276/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 276/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 276/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 277/463 [00:43<00:28, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 277/463 [00:43<00:28, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 277/463 [00:43<00:28, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 278/463 [00:43<00:27, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 278/463 [00:44<00:27, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 278/463 [00:44<00:27, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 279/463 [00:44<00:26, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 279/463 [00:44<00:26, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 279/463 [00:44<00:26, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 280/463 [00:44<00:26, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 280/463 [00:44<00:26, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 280/463 [00:44<00:26, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 281/463 [00:44<00:26, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 281/463 [00:44<00:26, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 281/463 [00:44<00:26, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 282/463 [00:44<00:27, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 282/463 [00:44<00:27, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 282/463 [00:44<00:27, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 283/463 [00:44<00:26, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 283/463 [00:44<00:26, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 283/463 [00:44<00:26, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 284/463 [00:44<00:26, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 284/463 [00:45<00:26, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 284/463 [00:45<00:26, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 285/463 [00:45<00:27, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 285/463 [00:45<00:27, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 285/463 [00:45<00:27, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 286/463 [00:45<00:27, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 286/463 [00:45<00:27, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 286/463 [00:45<00:27, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 287/463 [00:45<00:27, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 287/463 [00:45<00:27, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 287/463 [00:45<00:27, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 288/463 [00:45<00:27, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 288/463 [00:45<00:27, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 288/463 [00:45<00:27, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 289/463 [00:45<00:27, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 289/463 [00:45<00:27, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 289/463 [00:45<00:27, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 290/463 [00:45<00:26, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 290/463 [00:45<00:26, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 290/463 [00:45<00:26, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 291/463 [00:45<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 291/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 291/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 292/463 [00:46<00:25, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 292/463 [00:46<00:25, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 292/463 [00:46<00:25, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 293/463 [00:46<00:25, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 293/463 [00:46<00:25, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 293/463 [00:46<00:25, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 294/463 [00:46<00:26, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 294/463 [00:46<00:26, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 294/463 [00:46<00:26, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 295/463 [00:46<00:26, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 295/463 [00:46<00:26, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 295/463 [00:46<00:26, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 296/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 296/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 296/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 297/463 [00:46<00:25, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 297/463 [00:47<00:25, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 297/463 [00:47<00:25, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 298/463 [00:47<00:25, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 298/463 [00:47<00:25, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 298/463 [00:47<00:25, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 299/463 [00:47<00:24, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 299/463 [00:47<00:24, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 299/463 [00:47<00:24, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 300/463 [00:47<00:24, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 300/463 [00:47<00:24, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 300/463 [00:47<00:24, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 301/463 [00:47<00:24, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 301/463 [00:47<00:24, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 301/463 [00:47<00:24, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 302/463 [00:47<00:23, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 302/463 [00:47<00:23, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 302/463 [00:47<00:23, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 303/463 [00:47<00:25, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 303/463 [00:47<00:25, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 303/463 [00:47<00:25, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 304/463 [00:47<00:23, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 304/463 [00:48<00:23, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 304/463 [00:48<00:23, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 305/463 [00:48<00:23, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 305/463 [00:48<00:23, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 305/463 [00:48<00:23, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 306/463 [00:48<00:24, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 306/463 [00:48<00:24, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 306/463 [00:48<00:24, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 307/463 [00:48<00:23, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 307/463 [00:48<00:23, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 307/463 [00:48<00:23, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 308/463 [00:48<00:23, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 308/463 [00:48<00:23, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 308/463 [00:48<00:23, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 309/463 [00:48<00:23, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 309/463 [00:48<00:23, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 309/463 [00:48<00:23, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 310/463 [00:48<00:22, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 310/463 [00:48<00:22, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 310/463 [00:48<00:22, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 311/463 [00:48<00:22, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 311/463 [00:49<00:22, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 311/463 [00:49<00:22, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 312/463 [00:49<00:22, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 312/463 [00:49<00:22, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 312/463 [00:49<00:22, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 313/463 [00:49<00:23, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 313/463 [00:49<00:23, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 313/463 [00:49<00:23, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 314/463 [00:49<00:22, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 314/463 [00:49<00:22, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 314/463 [00:49<00:22, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 315/463 [00:49<00:21, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 315/463 [00:49<00:21, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 315/463 [00:49<00:21, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 316/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 316/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 316/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 317/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 317/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 317/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 318/463 [00:49<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 318/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 318/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 319/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 319/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 319/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 320/463 [00:50<00:21, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 320/463 [00:50<00:21, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 320/463 [00:50<00:21, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 321/463 [00:50<00:21, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 321/463 [00:50<00:21, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 321/463 [00:50<00:21, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 322/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 322/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 322/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 323/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 323/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 323/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 324/463 [00:50<00:21, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 324/463 [00:51<00:21, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 324/463 [00:51<00:21, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 325/463 [00:51<00:20, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 325/463 [00:51<00:20, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 325/463 [00:51<00:20, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 326/463 [00:51<00:20, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 326/463 [00:51<00:20, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 326/463 [00:51<00:20, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 327/463 [00:51<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 327/463 [00:51<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 327/463 [00:51<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 328/463 [00:51<00:20, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 328/463 [00:51<00:20, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 328/463 [00:51<00:20, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 329/463 [00:51<00:20, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 329/463 [00:51<00:20, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 329/463 [00:51<00:20, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 330/463 [00:51<00:20, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 330/463 [00:51<00:20, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 330/463 [00:51<00:20, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 331/463 [00:51<00:19, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 331/463 [00:52<00:19, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 331/463 [00:52<00:19, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 332/463 [00:52<00:19, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 332/463 [00:52<00:19, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 332/463 [00:52<00:19, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 333/463 [00:52<00:19, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 333/463 [00:52<00:19, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 333/463 [00:52<00:19, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 334/463 [00:52<00:19, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 334/463 [00:52<00:19, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 334/463 [00:52<00:19, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 335/463 [00:52<00:19, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 335/463 [00:52<00:19, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 335/463 [00:52<00:19, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 336/463 [00:52<00:18, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 336/463 [00:52<00:18, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 336/463 [00:52<00:18, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 337/463 [00:52<00:19, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 337/463 [00:53<00:19, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 337/463 [00:53<00:19, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 338/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 338/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 338/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 339/463 [00:53<00:18, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 339/463 [00:53<00:18, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 339/463 [00:53<00:18, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 340/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 340/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 340/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 341/463 [00:53<00:18, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 341/463 [00:53<00:18, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 341/463 [00:53<00:18, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 342/463 [00:53<00:18, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 342/463 [00:53<00:18, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 342/463 [00:53<00:18, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 343/463 [00:53<00:17, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 343/463 [00:53<00:17, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 343/463 [00:53<00:17, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 344/463 [00:53<00:17, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 344/463 [00:54<00:17, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 344/463 [00:54<00:17, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 345/463 [00:54<00:18, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 345/463 [00:54<00:18, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 345/463 [00:54<00:18, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 346/463 [00:54<00:17, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 346/463 [00:54<00:17, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 346/463 [00:54<00:17, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 347/463 [00:54<00:17, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 347/463 [00:54<00:17, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 347/463 [00:54<00:17, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 348/463 [00:54<00:16, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 348/463 [00:54<00:16, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 348/463 [00:54<00:16, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 349/463 [00:54<00:17, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 349/463 [00:54<00:17, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 349/463 [00:54<00:17, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 350/463 [00:54<00:17, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 350/463 [00:54<00:17, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 350/463 [00:54<00:17, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 351/463 [00:54<00:16, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 351/463 [00:55<00:16, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 351/463 [00:55<00:16, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 352/463 [00:55<00:16, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 352/463 [00:55<00:16, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 352/463 [00:55<00:16, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 353/463 [00:55<00:16, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 353/463 [00:55<00:16, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 353/463 [00:55<00:16, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 354/463 [00:55<00:16, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 354/463 [00:55<00:16, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 354/463 [00:55<00:16, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 355/463 [00:55<00:16, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 355/463 [00:55<00:16, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 355/463 [00:55<00:16, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 356/463 [00:55<00:15, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 356/463 [00:55<00:15, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 356/463 [00:55<00:15, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 357/463 [00:55<00:15, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 357/463 [00:56<00:15, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 357/463 [00:56<00:15, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 358/463 [00:56<00:15, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 358/463 [00:56<00:15, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 358/463 [00:56<00:15, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 359/463 [00:56<00:15, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 359/463 [00:56<00:15, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 359/463 [00:56<00:15, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 360/463 [00:56<00:15, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 360/463 [00:56<00:15, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 360/463 [00:56<00:15, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 361/463 [00:56<00:14, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 361/463 [00:56<00:14, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 361/463 [00:56<00:14, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 362/463 [00:56<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 362/463 [00:56<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 362/463 [00:56<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 363/463 [00:56<00:14, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 363/463 [00:56<00:14, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 363/463 [00:56<00:14, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 364/463 [00:56<00:14, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 364/463 [00:57<00:14, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 364/463 [00:57<00:14, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 365/463 [00:57<00:14, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 365/463 [00:57<00:14, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 365/463 [00:57<00:14, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 366/463 [00:57<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 366/463 [00:57<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 366/463 [00:57<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 367/463 [00:57<00:13, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 367/463 [00:57<00:13, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 367/463 [00:57<00:13, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 368/463 [00:57<00:13, 6.94frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 368/463 [00:57<00:13, 6.94frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 368/463 [00:57<00:13, 6.94frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 369/463 [00:57<00:13, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 369/463 [00:57<00:13, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 369/463 [00:57<00:13, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 370/463 [00:57<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 370/463 [00:57<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 370/463 [00:57<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 371/463 [00:57<00:14, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 371/463 [00:58<00:14, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 371/463 [00:58<00:14, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 372/463 [00:58<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 372/463 [00:58<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 372/463 [00:58<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 373/463 [00:58<00:13, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 373/463 [00:58<00:13, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 373/463 [00:58<00:13, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 374/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 374/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 374/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 375/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 375/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 375/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 376/463 [00:58<00:12, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 376/463 [00:58<00:12, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 376/463 [00:58<00:12, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 377/463 [00:58<00:12, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 377/463 [00:58<00:12, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 377/463 [00:58<00:12, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 378/463 [00:58<00:12, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 378/463 [00:59<00:12, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 378/463 [00:59<00:12, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 379/463 [00:59<00:12, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 379/463 [00:59<00:12, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 379/463 [00:59<00:12, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 380/463 [00:59<00:12, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 380/463 [00:59<00:12, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 380/463 [00:59<00:12, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 381/463 [00:59<00:12, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 381/463 [00:59<00:12, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 381/463 [00:59<00:12, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 382/463 [00:59<00:11, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 382/463 [00:59<00:11, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 382/463 [00:59<00:11, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 383/463 [00:59<00:11, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 383/463 [00:59<00:11, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 383/463 [00:59<00:11, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 384/463 [00:59<00:11, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 384/463 [00:59<00:11, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 384/463 [00:59<00:11, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 385/463 [00:59<00:11, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 385/463 [01:00<00:11, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 385/463 [01:00<00:11, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 386/463 [01:00<00:11, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 386/463 [01:00<00:11, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 386/463 [01:00<00:11, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 387/463 [01:00<00:11, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 387/463 [01:00<00:11, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 387/463 [01:00<00:11, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 388/463 [01:00<00:11, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 388/463 [01:00<00:11, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 388/463 [01:00<00:11, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 389/463 [01:00<00:10, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 389/463 [01:00<00:10, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 389/463 [01:00<00:10, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 390/463 [01:00<00:10, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 390/463 [01:00<00:10, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 390/463 [01:00<00:10, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 391/463 [01:00<00:10, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 391/463 [01:00<00:10, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 391/463 [01:00<00:10, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 392/463 [01:00<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 392/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 392/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 393/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 393/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 393/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 394/463 [01:01<00:10, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 394/463 [01:01<00:10, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 394/463 [01:01<00:10, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 395/463 [01:01<00:10, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 395/463 [01:01<00:10, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 395/463 [01:01<00:10, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 396/463 [01:01<00:09, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 396/463 [01:01<00:09, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 396/463 [01:01<00:09, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 397/463 [01:01<00:09, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 397/463 [01:01<00:09, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 397/463 [01:01<00:09, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 398/463 [01:01<00:09, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 398/463 [01:02<00:09, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 398/463 [01:02<00:09, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 399/463 [01:02<00:09, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 399/463 [01:02<00:09, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 399/463 [01:02<00:09, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 400/463 [01:02<00:09, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 400/463 [01:02<00:09, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 400/463 [01:02<00:09, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 401/463 [01:02<00:09, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 401/463 [01:02<00:09, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 401/463 [01:02<00:09, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 402/463 [01:02<00:09, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 402/463 [01:02<00:09, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 402/463 [01:02<00:09, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 403/463 [01:02<00:09, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 403/463 [01:02<00:09, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 403/463 [01:02<00:09, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 404/463 [01:02<00:08, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 404/463 [01:02<00:08, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 404/463 [01:02<00:08, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 405/463 [01:02<00:08, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 405/463 [01:03<00:08, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 405/463 [01:03<00:08, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 406/463 [01:03<00:08, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 406/463 [01:03<00:08, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 406/463 [01:03<00:08, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 407/463 [01:03<00:08, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 407/463 [01:03<00:08, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 407/463 [01:03<00:08, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 408/463 [01:03<00:07, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 408/463 [01:03<00:07, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 408/463 [01:03<00:07, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 409/463 [01:03<00:08, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 409/463 [01:03<00:08, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 409/463 [01:03<00:08, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 410/463 [01:03<00:08, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 410/463 [01:03<00:08, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 410/463 [01:03<00:08, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 411/463 [01:03<00:07, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 411/463 [01:03<00:07, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 411/463 [01:03<00:07, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 412/463 [01:03<00:07, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 412/463 [01:04<00:07, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 412/463 [01:04<00:07, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 413/463 [01:04<00:07, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 413/463 [01:04<00:07, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 413/463 [01:04<00:07, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 414/463 [01:04<00:07, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 414/463 [01:04<00:07, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 414/463 [01:04<00:07, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 415/463 [01:04<00:07, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 415/463 [01:04<00:07, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 415/463 [01:04<00:07, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 416/463 [01:04<00:07, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 416/463 [01:04<00:07, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 416/463 [01:04<00:07, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 417/463 [01:04<00:06, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 417/463 [01:04<00:06, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 417/463 [01:04<00:06, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 418/463 [01:04<00:06, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 418/463 [01:05<00:06, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 418/463 [01:05<00:06, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 419/463 [01:05<00:06, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 419/463 [01:05<00:06, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 419/463 [01:05<00:06, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 420/463 [01:05<00:06, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 420/463 [01:05<00:06, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 420/463 [01:05<00:06, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 421/463 [01:05<00:06, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 421/463 [01:05<00:06, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 421/463 [01:05<00:06, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 422/463 [01:05<00:06, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 422/463 [01:05<00:06, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 422/463 [01:05<00:06, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 423/463 [01:05<00:06, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 423/463 [01:05<00:06, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 423/463 [01:05<00:06, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 424/463 [01:05<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 424/463 [01:05<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 424/463 [01:05<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 425/463 [01:05<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 425/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 425/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 426/463 [01:06<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 426/463 [01:06<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 426/463 [01:06<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 427/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 427/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 427/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 428/463 [01:06<00:05, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 428/463 [01:06<00:05, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 428/463 [01:06<00:05, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 429/463 [01:06<00:04, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 429/463 [01:06<00:04, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 429/463 [01:06<00:04, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 430/463 [01:06<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 430/463 [01:06<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 430/463 [01:06<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 431/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 431/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 431/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 432/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 432/463 [01:07<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 432/463 [01:07<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 433/463 [01:07<00:04, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 433/463 [01:07<00:04, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 433/463 [01:07<00:04, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 434/463 [01:07<00:04, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 434/463 [01:07<00:04, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 434/463 [01:07<00:04, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 435/463 [01:07<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 435/463 [01:07<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 435/463 [01:07<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 436/463 [01:07<00:04, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 436/463 [01:07<00:04, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 436/463 [01:07<00:04, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 437/463 [01:07<00:03, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 437/463 [01:07<00:03, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 437/463 [01:07<00:03, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 438/463 [01:07<00:03, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 438/463 [01:07<00:03, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 438/463 [01:07<00:03, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 439/463 [01:07<00:03, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 439/463 [01:08<00:03, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 439/463 [01:08<00:03, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 440/463 [01:08<00:03, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 440/463 [01:08<00:03, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 440/463 [01:08<00:03, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 441/463 [01:08<00:03, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 441/463 [01:08<00:03, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 441/463 [01:08<00:03, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 442/463 [01:08<00:03, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 442/463 [01:08<00:03, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 442/463 [01:08<00:03, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 443/463 [01:08<00:03, 6.36frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 443/463 [01:08<00:03, 6.36frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 443/463 [01:08<00:03, 6.36frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 444/463 [01:08<00:02, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 444/463 [01:08<00:02, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 444/463 [01:08<00:02, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 445/463 [01:08<00:02, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 445/463 [01:09<00:02, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 445/463 [01:09<00:02, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 446/463 [01:09<00:02, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 446/463 [01:09<00:02, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 446/463 [01:09<00:02, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 447/463 [01:09<00:02, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 447/463 [01:09<00:02, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 447/463 [01:09<00:02, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 448/463 [01:09<00:02, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 448/463 [01:09<00:02, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 448/463 [01:09<00:02, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 449/463 [01:09<00:02, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 449/463 [01:09<00:02, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 449/463 [01:09<00:02, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 450/463 [01:09<00:02, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 450/463 [01:09<00:02, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 450/463 [01:09<00:02, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 451/463 [01:09<00:01, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 451/463 [01:09<00:01, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 451/463 [01:09<00:01, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 452/463 [01:09<00:01, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 452/463 [01:10<00:01, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 452/463 [01:10<00:01, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 453/463 [01:10<00:01, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 453/463 [01:10<00:01, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 453/463 [01:10<00:01, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 454/463 [01:10<00:01, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 454/463 [01:10<00:01, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 454/463 [01:10<00:01, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 455/463 [01:10<00:01, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 455/463 [01:10<00:01, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 455/463 [01:10<00:01, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 456/463 [01:10<00:01, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 456/463 [01:10<00:01, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 456/463 [01:10<00:01, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 457/463 [01:10<00:00, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 457/463 [01:10<00:00, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 457/463 [01:10<00:00, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 458/463 [01:10<00:00, 5.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 458/463 [01:11<00:00, 5.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 458/463 [01:11<00:00, 5.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 459/463 [01:11<00:00, 5.10frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 459/463 [01:11<00:00, 5.10frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 459/463 [01:11<00:00, 5.10frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 460/463 [01:11<00:00, 4.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 460/463 [01:11<00:00, 4.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 460/463 [01:11<00:00, 4.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 461/463 [01:11<00:00, 4.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 461/463 [01:11<00:00, 4.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 461/463 [01:11<00:00, 4.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 462/463 [01:11<00:00, 4.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 462/463 [01:12<00:00, 4.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 462/463 [01:12<00:00, 4.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|██████████| 463/463 [01:12<00:00, 4.26frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|██████████| 463/463 [01:12<00:00, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\n[ROOP.CORE] Creating video with 30 FPS...\n[ROOP.CORE] Restoring audio might cause issues as fps are not kept...\n[ROOP.CORE] Cleaning temporary resources...\n[ROOP.CORE] Processing to video succeed!\nStatus: swap successful!", "metrics": { "predict_time": 168.890826, "total_time": 264.568978 }, "output": [ "https://replicate.delivery/pbxt/pbiGMQTv4aJqCpYrWtlrOei6VOaTVVEYdMFKodREwnImxWCJA/output.mp4" ], "started_at": "2023-12-22T06:01:08.881633Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/z5iscftbneozgstebg7v5ahcwy", "cancel": "https://api.replicate.com/v1/predictions/z5iscftbneozgstebg7v5ahcwy/cancel" }, "version": "104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440" }
Generated insource: /tmp/tmpn5dfaamn未命名_220706.mp4 target: /tmp/tmpnxtrm0lhWechatIMG69.jpg /root/.pyenv/versions/3.11.5/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 开始生产中 2023-12-22 06:01:16.554101265 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1592, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.554117315 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1593, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.562634818 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1626, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.563131557 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1605, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.566013332 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1628, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.565977052 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1627, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.572409220 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1648, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.576068573 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1659, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.579971525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1660, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.580756454 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1599, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.583968058 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1661, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.583982688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1623, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.587967610 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1597, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.587999370 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1620, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.591970302 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1618, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.591987702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1595, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.595968974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1622, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.595978685 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1616, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.595981034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1617, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.599972627 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1621, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.599991517 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1614, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.603969239 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1619, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.603971009 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1613, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.603998339 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1611, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.607198523 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1601, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.607246823 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1610, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.603985289 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1612, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.607290113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1598, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.611969414 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1609, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.612006994 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1606, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.616041776 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1607, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.616984434 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1608, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.591971762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1596, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.583968098 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1624, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.599972657 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1615, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.639979430 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1662, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.647973134 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1600, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.665809880 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1671, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.666364979 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1667, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.689684294 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1604, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.696153682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1602, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.719627017 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1668, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.719991446 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1629, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.721109864 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1630, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.722343062 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1632, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.727969791 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1633, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.730251596 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1634, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.732749992 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1635, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.735962466 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1603, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.735970616 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1636, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.739971688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1637, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.743966960 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1638, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.747999182 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1639, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.751970695 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1640, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.755971447 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1641, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.759974469 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1669, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.759989779 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1642, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.763965072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1670, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.763977392 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1625, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.765285879 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1643, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.770890238 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1644, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.775969539 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1645, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.778405264 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1646, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.780234691 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1655, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.781144798 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1649, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.781158638 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1658, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.782478286 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1650, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.576053873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1657, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.576005333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1653, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.575984943 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1651, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.576021363 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1654, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.575995823 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1652, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.576038633 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1656, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.780226380 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1631, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.871974523 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1594, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.871993743 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1647, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.935993881 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1673, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.939987203 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1674, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.943970776 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1675, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.947967408 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1676, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.951970590 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1677, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.955968762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1678, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.958847927 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1679, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.963522628 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1680, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.967588180 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1681, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.971511543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1682, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.975967304 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1683, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.976425183 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1684, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.976889272 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1685, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.977941790 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1686, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:16.979168098 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1672, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} find model: /root/.insightface/models/buffalo_l/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0 2023-12-22 06:01:20.540116731 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1713, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.540153710 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1714, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.541383708 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1720, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.547977395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1717, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548470824 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1775, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.547980455 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1721, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548487504 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1782, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.547980675 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1724, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548001015 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1722, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.551970788 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1783, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548000245 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1718, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548001005 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1725, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548017275 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1726, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548023655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1719, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.564044214 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1788, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548033325 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1735, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.567977227 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1776, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.567996167 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1789, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.571987689 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1790, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548034395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1727, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.574280475 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1716, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548050295 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1736, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.575973631 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1791, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548064735 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1737, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.575998521 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1778, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.579975034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1781, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548064525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1729, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.583987976 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1797, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548048035 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1728, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548080165 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1738, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.587978089 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1798, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548095235 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1731, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.591998830 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1799, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548095215 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1739, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.593351398 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1800, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548080185 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1730, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.598856208 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1801, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548109655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1732, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548123775 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1741, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548126425 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1733, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.603991598 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1805, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548146675 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1734, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548160655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1743, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548167115 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1759, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548174585 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1744, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.611974862 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1715, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548188465 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1760, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548199815 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1745, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548202495 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1761, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548216525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1746, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548229035 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1762, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548233995 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1747, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548263225 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1763, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548271995 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1748, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548282205 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1764, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548287395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1749, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548298905 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1765, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548305505 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1750, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548314774 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1766, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548323334 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1751, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548329485 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1767, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548337545 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1752, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.667957524 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1792, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548345325 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1768, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548352434 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1753, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548359054 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1769, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548367534 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1754, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.679967911 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1807, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548375545 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1770, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.695965061 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1793, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.699961873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1794, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.703969046 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1795, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.705882262 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1803, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.709133786 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1802, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.715972642 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1806, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548384654 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1755, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548390014 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1771, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548400154 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1756, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548405504 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1772, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548416144 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1757, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548417484 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1773, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} 2023-12-22 06:01:20.548435594 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1758, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548444854 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1774, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548454144 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1779, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548471244 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1780, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548013865 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1723, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.575979391 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1777, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.583969706 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1796, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548107685 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1740, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.603975088 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1804, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.548137025 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1742, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. find model: /root/.insightface/models/buffalo_l/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0 2023-12-22 06:01:20.818899604 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1808, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.823968515 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1809, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.826935809 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1810, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.831968879 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1811, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.839990684 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1813, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.840103804 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1822, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.840033834 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1815, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.842437389 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1826, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.843594377 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1829, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.840055124 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1816, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.850170124 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1812, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.851940261 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1814, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.840069454 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1819, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.840089594 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1820, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.856044953 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1824, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.842418729 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1825, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.847970169 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1830, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.855988253 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1818, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.864030167 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1833, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.856029053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1823, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.868044360 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1840, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.871882593 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1831, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.871889083 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1844, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.875973384 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1835, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.876071314 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1848, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.879972077 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1836, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.880060677 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1852, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.883972489 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1853, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.884061119 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1847, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.887973132 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1850, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.888063482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1855, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.891978464 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1856, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.892075924 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1867, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.895975996 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1857, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.896059976 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1872, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.896144766 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1858, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.899971799 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1859, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.868065110 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1817, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.907974683 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1860, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.911972366 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1861, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.912057215 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1877, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.912140485 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1862, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.883972480 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1837, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.916033758 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1863, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.883987409 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1841, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.863993428 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1828, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.884003749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1842, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.879969367 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1849, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.884039479 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1846, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.891976694 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1851, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.887973122 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1854, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.891998374 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1864, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.892025724 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1865, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.892055384 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1866, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.895975986 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1868, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.895993586 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1869, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.896023236 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1870, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.896043616 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1871, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.911993566 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1874, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.912017866 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1875, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.912037315 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1876, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.867979930 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1834, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.856010113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1821, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.984039097 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1885, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.875973375 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1845, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.867997410 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1838, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.988074479 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1895, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.864014048 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1832, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.992028612 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1896, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.992843130 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1897, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.868022640 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1839, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.996025714 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1898, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.998486569 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1899, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.863967668 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1827, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.935993499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1901, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.004047319 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1902, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.936010599 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1900, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.911972946 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1873, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.971976430 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1892, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.971993660 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1891, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.979978475 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1878, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.983994157 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1883, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.984016147 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1884, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.884019659 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1843, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.987984009 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1886, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.988004489 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1887, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.988019459 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1888, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.988036459 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1893, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:20.988058589 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1894, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.031975225 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1890, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.031994355 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1889, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} find model: /root/.insightface/models/buffalo_l/det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0 2023-12-22 06:01:21.728082426 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1909, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.728145616 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1910, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.729510613 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1918, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.735974171 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1919, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.739963513 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1913, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.739963523 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1912, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} 2023-12-22 06:01:21.739971673 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1920, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. find model: /root/.insightface/models/buffalo_l/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0 2023-12-22 06:01:21.739982583 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1923, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.739989703 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1921, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740000693 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1924, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.759966985 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2080, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.759983415 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1952, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.760047985 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2081, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.760091225 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1960, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740008053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1922, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.762567870 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1961, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740029593 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1932, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.763849197 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1962, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740045543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1933, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.767963950 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1963, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.767967530 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2084, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.768614859 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2085, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740057063 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1934, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.769586117 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2086, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.771517202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2087, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.775962154 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1965, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.775968044 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2088, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.775969084 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1914, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740017813 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1925, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776229454 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1917, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.779503958 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2098, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740080463 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1935, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.779965017 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1966, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.783965819 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2007, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740106113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1936, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740121333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1937, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740071473 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1927, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740134783 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1938, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.792032023 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2029, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.794461029 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2030, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.798715270 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2051, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740101253 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1928, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.799963098 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1968, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740153453 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1939, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740119683 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1929, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.804026280 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2052, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.807761163 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2053, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740165573 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1946, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.808163202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2054, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740155963 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1931, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.812047745 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2055, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740179903 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1947, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.816029167 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2056, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.819911050 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2057, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740195543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1948, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740205993 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1942, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740206613 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1949, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740218373 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1950, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740219133 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1943, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740237293 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1944, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740252653 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1945, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740270042 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1953, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740284433 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1954, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740298502 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1955, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.852034068 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1976, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740329882 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1957, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740341562 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1958, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.855508211 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1978, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740355612 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1959, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740373512 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1969, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.860029662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2000, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.860128142 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2079, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740422472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1972, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.861215280 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2028, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.863968445 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1979, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740434012 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1973, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740449262 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1974, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740463962 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1975, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.743970206 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1911, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.743992826 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1984, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.744015086 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1991, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.744030966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1992, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.744049655 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1993, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.744071745 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1994, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.744088195 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1995, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.744104625 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1996, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.744119775 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1997, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.755968942 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2010, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.755988212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2011, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.755998482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2012, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756015532 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2013, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756024752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2014, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756039432 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2015, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756052762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2016, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756065892 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2017, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756082202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2018, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756092812 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2019, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.947978874 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2022, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756105002 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2020, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756117462 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2021, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756129122 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2009, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756139532 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2031, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756149212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2032, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756160072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2033, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756171632 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2034, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756182502 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2035, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756193862 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2036, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756202532 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2037, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756212892 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2038, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756224132 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2039, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756234682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2040, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756243692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2041, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756252402 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2042, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.003974196 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2027, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756263922 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2043, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756277302 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2044, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.007978618 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2026, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756286992 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2045, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.011965130 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2025, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756308092 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2047, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756295692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2046, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756319382 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2048, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756337972 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2050, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756361842 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2059, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756372752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2008, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756350212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2058, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.027983880 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2024, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.031963942 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2090, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756382632 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2060, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756393111 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2061, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.033452429 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2089, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756423702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2062, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.039968156 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2023, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756435131 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2063, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756446031 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2064, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756455322 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2065, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756465091 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2070, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756476022 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2071, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.059967538 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2094, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756489631 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2072, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756499991 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2073, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756513201 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2074, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.768621059 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1964, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776146994 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2091, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.759967115 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1951, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776177444 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2093, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776164054 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2092, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776189584 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2096, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776170884 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1915, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776204674 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1916, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.776203744 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2097, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740043873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1926, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740139873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1930, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740172473 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1940, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740190373 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1941, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740316273 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1956, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.783963299 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1967, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.859968302 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1985, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.859970472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2066, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.855491221 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1977, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.859989272 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2067, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.859982262 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1986, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.859998232 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1987, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.860014692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2068, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.860036172 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2069, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740391752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1970, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.740407702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1971, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.860011462 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1988, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.861153290 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2082, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.861172190 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2002, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.861176920 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2083, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.861155050 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2001, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.861197570 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2095, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.861186150 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2003, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.871963580 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1999, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.871989340 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1990, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.872003860 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1989, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.895969114 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2006, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.911966503 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2005, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.756329482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2049, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:21.871978450 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1998, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:22.539995965 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2004, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} find model: /root/.insightface/models/buffalo_l/w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5 set det-size: (640, 640) Pre-trained weights will be downloaded. Downloading... From: https://github.com/bhky/opennsfw2/releases/download/v0.1.0/open_nsfw_weights.h5 To: /root/.opennsfw2/weights/open_nsfw_weights.h5 0%| | 0.00/24.2M [00:00<?, ?B/s] 6%|▋ | 1.57M/24.2M [00:00<00:01, 15.6MB/s] 22%|██▏ | 5.24M/24.2M [00:00<00:00, 26.7MB/s] 54%|█████▍ | 13.1M/24.2M [00:00<00:00, 49.8MB/s] 100%|██████████| 24.2M/24.2M [00:00<00:00, 63.8MB/s] 0%| | 0/386 [00:00<?, ?it/s] 1%| | 2/386 [00:00<03:06, 2.06it/s] 12%|█▏ | 45/386 [00:01<00:05, 56.90it/s] 25%|██▍ | 96/386 [00:01<00:02, 126.70it/s] 36%|███▌ | 138/386 [00:01<00:01, 179.64it/s] 48%|████▊ | 187/386 [00:01<00:00, 242.70it/s] 60%|█████▉ | 230/386 [00:01<00:00, 284.32it/s] 71%|███████ | 273/386 [00:01<00:00, 311.17it/s] 82%|████████▏ | 315/386 [00:01<00:00, 333.40it/s] 94%|█████████▍| 364/386 [00:01<00:00, 374.21it/s] 100%|██████████| 386/386 [00:01<00:00, 209.78it/s] [ROOP.CORE] Creating temporary resources... [ROOP.CORE] Extracting frames with 30 FPS... [ROOP.FACE-SWAPPER] Progressing... Processing: 0%| | 0/463 [00:00<?, ?frame/s]2023-12-22 06:01:47.141114224 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2470, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.142207202 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2489, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.142238182 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2488, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.142264432 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2479, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.144222228 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2486, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.142227912 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2485, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.149273109 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2487, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.151149705 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2503, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.151616974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2497, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.154328099 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2490, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.142216702 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2484, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.155981375 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2505, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.159387639 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2491, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.159870138 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2498, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.159992028 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2512, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.161179105 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2496, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.160009708 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2513, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.161167666 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2493, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.162503553 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2499, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.166422296 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2500, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.151141125 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2502, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.172080875 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2482, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.142252682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2483, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.155967605 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2504, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.178528962 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2508, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.159973768 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2506, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.179973950 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2514, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.182238065 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2509, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.160085448 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2481, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.184816330 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2474, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.186963476 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2515, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.187779194 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2516, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.187797034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2507, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.160066568 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2480, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.189801781 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2510, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.190686719 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2523, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.190837279 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2511, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.192924275 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2524, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.192941295 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2492, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.196028439 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2525, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.196121318 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2476, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.196764187 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2531, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.196801627 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2494, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.199970721 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2475, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.202098107 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2532, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.202177077 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2477, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.167072085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2501, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.203972223 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2478, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.207153907 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2533, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.160152558 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2495, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.211969068 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2473, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.211965118 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2534, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.211985988 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2535, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.232785578 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2472, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.235995992 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2545, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.239979824 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2546, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.246333012 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2547, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.247968938 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2556, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.251393742 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2548, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.253025749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2555, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.254842706 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2527, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.255976974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2549, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.259890175 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2528, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.260000035 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2550, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.263962138 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2529, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.266541453 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2526, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.266568893 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2551, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.267965720 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2530, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.268042910 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2557, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.271596064 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2522, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.271630664 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2552, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.275060966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2536, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.275962745 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2521, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.275969595 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2553, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.278311380 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2554, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.279963877 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2537, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.279972147 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2558, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.280751956 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2559, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.280771746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2520, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.280889446 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2538, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.283963260 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2539, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.286766924 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2519, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.286803114 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2560, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.290230408 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2540, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.291820134 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2518, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.291862694 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2561, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.296874955 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2517, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.296916325 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2562, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.299969639 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2563, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.305322099 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2564, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-12-22 06:01:47.325928589 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2471, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} inswapper-shape: [1, 3, 128, 128] Processing: 0%| | 0/463 [00:04<?, ?frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 0/463 [00:04<?, ?frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/463 [00:04<38:08, 4.95s/frame, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/463 [00:04<38:08, 4.95s/frame, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/463 [00:04<38:08, 4.95s/frame, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/463 [00:05<38:03, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/463 [00:05<38:03, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/463 [00:05<37:58, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/463 [00:05<37:58, 4.95s/frame, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/463 [00:05<07:26, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/463 [00:05<07:26, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/463 [00:05<07:26, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/463 [00:05<07:25, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/463 [00:05<07:25, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/463 [00:05<07:24, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/463 [00:05<07:24, 1.03frame/s, memory_usage=05.38GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/463 [00:05<07:23, 1.03frame/s, memory_usage=05.39GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/463 [00:05<07:23, 1.03frame/s, memory_usage=05.39GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/463 [00:05<07:22, 1.03frame/s, memory_usage=05.56GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/463 [00:05<07:22, 1.03frame/s, memory_usage=05.56GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/463 [00:05<02:58, 2.54frame/s, memory_usage=05.56GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/463 [00:05<02:58, 2.54frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/463 [00:05<02:58, 2.54frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/463 [00:05<02:58, 2.54frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/463 [00:05<02:58, 2.54frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/463 [00:05<02:57, 2.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/463 [00:05<02:57, 2.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/463 [00:05<02:00, 3.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/463 [00:05<02:00, 3.75frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/463 [00:05<02:00, 3.75frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/463 [00:05<02:00, 3.75frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/463 [00:05<02:00, 3.75frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/463 [00:05<01:36, 4.64frame/s, memory_usage=05.51GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 16/463 [00:06<01:36, 4.64frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 16/463 [00:06<01:36, 4.64frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 17/463 [00:06<01:21, 5.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 17/463 [00:06<01:21, 5.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 17/463 [00:06<01:21, 5.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/463 [00:06<01:21, 5.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/463 [00:06<01:21, 5.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/463 [00:06<01:09, 6.35frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/463 [00:06<01:09, 6.35frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/463 [00:06<00:57, 7.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/463 [00:06<00:57, 7.67frame/s, memory_usage=05.52GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 23/463 [00:06<00:57, 7.67frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 23/463 [00:06<00:57, 7.67frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/463 [00:06<00:45, 9.68frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/463 [00:06<00:45, 9.68frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/463 [00:06<00:45, 9.68frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 25/463 [00:06<00:45, 9.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 25/463 [00:06<00:45, 9.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/463 [00:06<00:46, 9.38frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/463 [00:07<00:46, 9.38frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/463 [00:07<00:46, 9.38frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/463 [00:07<00:46, 9.38frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/463 [00:07<00:46, 9.38frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/463 [00:07<00:48, 8.89frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/463 [00:07<00:48, 8.89frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/463 [00:07<00:48, 8.89frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/463 [00:07<00:48, 8.89frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/463 [00:07<00:48, 8.89frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 30/463 [00:07<00:48, 8.89frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 30/463 [00:07<00:48, 8.89frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/463 [00:07<00:37, 11.55frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/463 [00:07<00:37, 11.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/463 [00:07<00:37, 11.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/463 [00:07<00:37, 11.55frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/463 [00:07<00:37, 11.55frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/463 [00:07<00:35, 12.09frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/463 [00:07<00:35, 12.09frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/463 [00:07<00:35, 12.09frame/s, memory_usage=05.57GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 34/463 [00:07<00:35, 12.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 34/463 [00:07<00:35, 12.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/463 [00:07<00:34, 12.25frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/463 [00:07<00:34, 12.25frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/463 [00:07<00:34, 12.25frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/463 [00:07<00:34, 12.25frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/463 [00:07<00:34, 12.25frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/463 [00:07<00:40, 10.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/463 [00:07<00:40, 10.47frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/463 [00:07<00:40, 10.47frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/463 [00:08<00:40, 10.47frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/463 [00:08<00:40, 10.47frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 39/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 39/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 39/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 40/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 40/463 [00:08<00:43, 9.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/463 [00:08<00:43, 9.65frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/463 [00:08<00:43, 9.65frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/463 [00:08<00:32, 12.80frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/463 [00:08<00:32, 12.80frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/463 [00:08<00:32, 12.80frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 43/463 [00:08<00:32, 12.80frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 43/463 [00:08<00:32, 12.80frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/463 [00:08<00:31, 13.11frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/463 [00:08<00:31, 13.11frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/463 [00:08<00:31, 13.11frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 45/463 [00:08<00:31, 13.11frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 45/463 [00:08<00:31, 13.11frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 46/463 [00:08<00:32, 12.65frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 46/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 46/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/463 [00:08<00:32, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 48/463 [00:08<00:42, 9.74frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 48/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 48/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/463 [00:08<00:42, 9.74frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 51/463 [00:08<00:42, 9.74frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 51/463 [00:08<00:42, 9.74frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 52/463 [00:08<00:28, 14.37frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 52/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 52/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 53/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 53/463 [00:09<00:28, 14.37frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/463 [00:09<00:29, 14.03frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/463 [00:09<00:29, 14.03frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/463 [00:09<00:29, 14.03frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/463 [00:09<00:29, 14.03frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/463 [00:09<00:29, 14.03frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/463 [00:09<00:40, 10.17frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/463 [00:09<00:40, 10.17frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/463 [00:09<00:40, 10.17frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 57/463 [00:09<00:39, 10.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 57/463 [00:09<00:39, 10.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/463 [00:09<00:39, 10.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/463 [00:09<00:39, 10.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/463 [00:09<00:39, 10.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/463 [00:09<00:39, 10.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 61/463 [00:09<00:39, 10.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 61/463 [00:09<00:39, 10.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 62/463 [00:09<00:28, 14.11frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 62/463 [00:09<00:28, 14.11frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 62/463 [00:09<00:28, 14.11frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 63/463 [00:10<00:28, 14.11frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 63/463 [00:10<00:28, 14.11frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/463 [00:10<00:39, 10.08frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/463 [00:10<00:39, 10.08frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/463 [00:10<00:39, 10.08frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/463 [00:10<00:39, 10.08frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/463 [00:10<00:39, 10.08frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 66/463 [00:10<00:39, 10.08frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 66/463 [00:10<00:39, 10.08frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 67/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 67/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 67/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 68/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 68/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 69/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 69/463 [00:10<00:35, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 70/463 [00:10<00:28, 13.87frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 70/463 [00:10<00:28, 13.87frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 70/463 [00:10<00:28, 13.87frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 71/463 [00:10<00:28, 13.87frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 71/463 [00:10<00:28, 13.87frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/463 [00:10<00:31, 12.59frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/463 [00:10<00:31, 12.59frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/463 [00:10<00:31, 12.59frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/463 [00:10<00:30, 12.59frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/463 [00:10<00:30, 12.59frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 74/463 [00:10<00:35, 10.88frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 74/463 [00:10<00:35, 10.88frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 74/463 [00:10<00:35, 10.88frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 75/463 [00:11<00:35, 10.88frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 75/463 [00:11<00:35, 10.88frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 75/463 [00:11<00:35, 10.88frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 76/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 76/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/463 [00:11<00:39, 9.79frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/463 [00:11<00:39, 9.79frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/463 [00:11<00:39, 9.79frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 79/463 [00:11<00:30, 12.64frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 79/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 79/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 80/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 80/463 [00:11<00:30, 12.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 81/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 81/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 81/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/463 [00:11<00:28, 13.34frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 84/463 [00:11<00:32, 11.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 84/463 [00:11<00:32, 11.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 84/463 [00:11<00:32, 11.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 85/463 [00:11<00:32, 11.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 85/463 [00:11<00:32, 11.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 86/463 [00:11<00:30, 12.40frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 86/463 [00:12<00:30, 12.40frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 86/463 [00:12<00:30, 12.40frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/463 [00:12<00:30, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/463 [00:12<00:30, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 88/463 [00:12<00:35, 10.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 88/463 [00:12<00:35, 10.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 88/463 [00:12<00:35, 10.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 89/463 [00:12<00:35, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 89/463 [00:12<00:35, 10.49frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 90/463 [00:12<00:31, 11.73frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 90/463 [00:12<00:31, 11.73frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 91/463 [00:12<00:25, 14.66frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 92/463 [00:12<00:25, 14.66frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 92/463 [00:12<00:25, 14.66frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 93/463 [00:12<00:25, 14.25frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 93/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 93/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 94/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 94/463 [00:12<00:25, 14.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/463 [00:12<00:25, 14.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/463 [00:12<00:25, 14.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 96/463 [00:12<00:31, 11.68frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 96/463 [00:12<00:31, 11.68frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 96/463 [00:12<00:31, 11.68frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 97/463 [00:12<00:31, 11.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 97/463 [00:12<00:31, 11.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 98/463 [00:12<00:30, 12.09frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 98/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 98/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 99/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 99/463 [00:13<00:30, 12.09frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/463 [00:13<00:30, 11.84frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 102/463 [00:13<00:30, 11.84frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 102/463 [00:13<00:30, 11.84frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 103/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 104/463 [00:13<00:27, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/463 [00:13<00:25, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/463 [00:13<00:25, 14.09frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/463 [00:13<00:25, 14.09frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 106/463 [00:13<00:25, 14.09frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 106/463 [00:13<00:25, 14.09frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 107/463 [00:13<00:33, 10.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 107/463 [00:13<00:33, 10.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 107/463 [00:13<00:33, 10.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 108/463 [00:13<00:33, 10.72frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 108/463 [00:13<00:33, 10.72frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 109/463 [00:13<00:30, 11.67frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 109/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 109/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/463 [00:13<00:30, 11.67frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 111/463 [00:13<00:27, 12.90frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 111/463 [00:13<00:27, 12.90frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 111/463 [00:13<00:27, 12.90frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 112/463 [00:14<00:27, 12.90frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 112/463 [00:14<00:27, 12.90frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 113/463 [00:14<00:33, 10.49frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 113/463 [00:14<00:33, 10.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 113/463 [00:14<00:33, 10.49frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 114/463 [00:14<00:33, 10.49frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 114/463 [00:14<00:33, 10.49frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 115/463 [00:14<00:29, 11.99frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 115/463 [00:14<00:29, 11.99frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 115/463 [00:14<00:29, 11.99frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 116/463 [00:14<00:28, 11.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 116/463 [00:14<00:28, 11.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 117/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 117/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 117/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 118/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 118/463 [00:14<00:29, 11.77frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 119/463 [00:14<00:29, 11.77frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 119/463 [00:14<00:29, 11.77frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 120/463 [00:14<00:24, 13.89frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 120/463 [00:14<00:24, 13.89frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 120/463 [00:14<00:24, 13.89frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 121/463 [00:14<00:24, 13.89frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 121/463 [00:14<00:24, 13.89frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 122/463 [00:14<00:30, 11.19frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 122/463 [00:14<00:30, 11.19frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 122/463 [00:14<00:30, 11.19frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/463 [00:15<00:30, 11.19frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/463 [00:15<00:30, 11.19frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 124/463 [00:15<00:29, 11.64frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 124/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 124/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 125/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 125/463 [00:15<00:29, 11.64frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 126/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 126/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 126/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 127/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 127/463 [00:15<00:29, 11.37frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/463 [00:15<00:29, 11.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/463 [00:15<00:29, 11.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 129/463 [00:15<00:28, 11.85frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 129/463 [00:15<00:28, 11.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 129/463 [00:15<00:28, 11.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 130/463 [00:15<00:28, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 130/463 [00:15<00:28, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 131/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 131/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 131/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 132/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 132/463 [00:15<00:27, 11.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 133/463 [00:15<00:24, 13.38frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 133/463 [00:15<00:24, 13.38frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 133/463 [00:15<00:24, 13.38frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 134/463 [00:15<00:24, 13.38frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 134/463 [00:15<00:24, 13.38frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 135/463 [00:15<00:26, 12.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 135/463 [00:15<00:26, 12.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 135/463 [00:15<00:26, 12.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 136/463 [00:16<00:26, 12.18frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 136/463 [00:16<00:26, 12.18frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 137/463 [00:16<00:29, 10.94frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 137/463 [00:16<00:29, 10.94frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 137/463 [00:16<00:29, 10.94frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 138/463 [00:16<00:29, 10.94frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 138/463 [00:16<00:29, 10.94frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 139/463 [00:16<00:29, 10.97frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 139/463 [00:16<00:29, 10.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 139/463 [00:16<00:29, 10.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 140/463 [00:16<00:29, 10.97frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 140/463 [00:16<00:29, 10.97frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 141/463 [00:16<00:25, 12.48frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 141/463 [00:16<00:25, 12.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 141/463 [00:16<00:25, 12.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 142/463 [00:16<00:25, 12.48frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 142/463 [00:16<00:25, 12.48frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 143/463 [00:16<00:25, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 143/463 [00:16<00:25, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 144/463 [00:16<00:24, 13.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 144/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 144/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 145/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 145/463 [00:16<00:24, 13.10frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/463 [00:16<00:26, 11.88frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/463 [00:16<00:26, 11.88frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/463 [00:16<00:26, 11.88frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 147/463 [00:17<00:26, 11.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 147/463 [00:17<00:26, 11.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 148/463 [00:17<00:26, 11.85frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 148/463 [00:17<00:26, 11.85frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 148/463 [00:17<00:26, 11.85frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 149/463 [00:17<00:26, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 149/463 [00:17<00:26, 11.85frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 150/463 [00:17<00:30, 10.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 150/463 [00:17<00:30, 10.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 150/463 [00:17<00:30, 10.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 151/463 [00:17<00:30, 10.36frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 151/463 [00:17<00:30, 10.36frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 152/463 [00:17<00:30, 10.36frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 152/463 [00:17<00:30, 10.36frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 153/463 [00:17<00:29, 10.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 153/463 [00:17<00:29, 10.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 154/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 154/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 154/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 155/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 155/463 [00:17<00:25, 12.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 156/463 [00:17<00:25, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 156/463 [00:17<00:25, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 157/463 [00:17<00:22, 13.38frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 157/463 [00:17<00:22, 13.38frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 157/463 [00:17<00:22, 13.38frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 158/463 [00:17<00:22, 13.38frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 158/463 [00:17<00:22, 13.38frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 159/463 [00:17<00:25, 11.78frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 159/463 [00:18<00:25, 11.78frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 159/463 [00:18<00:25, 11.78frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 160/463 [00:18<00:25, 11.78frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 160/463 [00:18<00:25, 11.78frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 161/463 [00:18<00:27, 10.93frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 161/463 [00:18<00:27, 10.93frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 161/463 [00:18<00:27, 10.93frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 162/463 [00:18<00:27, 10.93frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 162/463 [00:18<00:27, 10.93frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 163/463 [00:18<00:27, 10.93frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 163/463 [00:18<00:27, 10.93frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 164/463 [00:18<00:21, 13.97frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 164/463 [00:18<00:21, 13.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 164/463 [00:18<00:21, 13.97frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 165/463 [00:18<00:21, 13.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 165/463 [00:18<00:21, 13.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 166/463 [00:18<00:23, 12.76frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 166/463 [00:18<00:23, 12.76frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 166/463 [00:18<00:23, 12.76frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 167/463 [00:18<00:23, 12.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 167/463 [00:18<00:23, 12.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 168/463 [00:18<00:26, 11.34frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 168/463 [00:18<00:26, 11.34frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 168/463 [00:18<00:26, 11.34frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 169/463 [00:18<00:25, 11.34frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 169/463 [00:18<00:25, 11.34frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 170/463 [00:18<00:23, 12.69frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 170/463 [00:18<00:23, 12.69frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 170/463 [00:18<00:23, 12.69frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 171/463 [00:19<00:23, 12.69frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 171/463 [00:19<00:23, 12.69frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 172/463 [00:19<00:26, 10.91frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 172/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 172/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 173/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 173/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 174/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 174/463 [00:19<00:26, 10.91frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 175/463 [00:19<00:24, 11.84frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 175/463 [00:19<00:24, 11.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 175/463 [00:19<00:24, 11.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 176/463 [00:19<00:24, 11.84frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 176/463 [00:19<00:24, 11.84frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 177/463 [00:19<00:25, 11.29frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 177/463 [00:19<00:25, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 177/463 [00:19<00:25, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 178/463 [00:19<00:25, 11.29frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 178/463 [00:19<00:25, 11.29frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 179/463 [00:19<00:23, 12.17frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 179/463 [00:19<00:23, 12.17frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 179/463 [00:19<00:23, 12.17frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 180/463 [00:19<00:23, 12.17frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 180/463 [00:19<00:23, 12.17frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 181/463 [00:19<00:22, 12.48frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 181/463 [00:19<00:22, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 181/463 [00:19<00:22, 12.48frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 182/463 [00:19<00:22, 12.48frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 182/463 [00:19<00:22, 12.48frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 183/463 [00:19<00:22, 12.28frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 183/463 [00:19<00:22, 12.28frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 183/463 [00:19<00:22, 12.28frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 184/463 [00:20<00:22, 12.28frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 184/463 [00:20<00:22, 12.28frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 185/463 [00:20<00:24, 11.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 185/463 [00:20<00:24, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 185/463 [00:20<00:24, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 186/463 [00:20<00:24, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 186/463 [00:20<00:24, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 187/463 [00:20<00:25, 10.64frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 187/463 [00:20<00:25, 10.64frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 187/463 [00:20<00:25, 10.64frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 188/463 [00:20<00:25, 10.64frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 188/463 [00:20<00:25, 10.64frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 189/463 [00:20<00:25, 10.64frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 189/463 [00:20<00:25, 10.64frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 190/463 [00:20<00:25, 10.64frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 190/463 [00:20<00:25, 10.64frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 191/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 191/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 191/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 192/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 192/463 [00:20<00:19, 14.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 193/463 [00:20<00:18, 14.78frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 193/463 [00:20<00:18, 14.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 193/463 [00:20<00:18, 14.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 194/463 [00:21<00:18, 14.78frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 194/463 [00:21<00:18, 14.78frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 195/463 [00:21<00:29, 9.12frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 195/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 195/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 196/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 196/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 197/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 197/463 [00:21<00:29, 9.12frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 198/463 [00:21<00:22, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 198/463 [00:21<00:22, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 198/463 [00:21<00:22, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 199/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 199/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 200/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 200/463 [00:21<00:21, 12.04frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 201/463 [00:21<00:21, 12.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 201/463 [00:21<00:21, 12.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 202/463 [00:21<00:22, 11.43frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 202/463 [00:21<00:22, 11.43frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 202/463 [00:21<00:22, 11.43frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 203/463 [00:21<00:22, 11.43frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 203/463 [00:21<00:22, 11.43frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:21<00:23, 11.15frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 205/463 [00:21<00:23, 11.15frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 205/463 [00:21<00:23, 11.15frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 206/463 [00:21<00:21, 12.13frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 207/463 [00:22<00:21, 12.13frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 207/463 [00:22<00:21, 12.13frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 208/463 [00:22<00:21, 12.13frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 208/463 [00:22<00:21, 12.13frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 209/463 [00:22<00:18, 14.10frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 209/463 [00:22<00:18, 14.10frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 209/463 [00:22<00:18, 14.10frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 210/463 [00:22<00:17, 14.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 210/463 [00:22<00:17, 14.10frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 211/463 [00:22<00:17, 14.76frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 211/463 [00:22<00:17, 14.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 211/463 [00:22<00:17, 14.76frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 212/463 [00:22<00:17, 14.76frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 212/463 [00:22<00:17, 14.76frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 213/463 [00:22<00:23, 10.80frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 213/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 213/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 214/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 214/463 [00:22<00:23, 10.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 215/463 [00:22<00:21, 11.28frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 215/463 [00:22<00:21, 11.28frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 215/463 [00:22<00:21, 11.28frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 216/463 [00:22<00:21, 11.28frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 216/463 [00:22<00:21, 11.28frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 217/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 217/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 217/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 218/463 [00:22<00:21, 11.25frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 218/463 [00:22<00:21, 11.25frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 219/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 219/463 [00:22<00:21, 11.25frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 220/463 [00:23<00:21, 11.25frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 220/463 [00:23<00:21, 11.25frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 221/463 [00:23<00:18, 13.08frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 221/463 [00:23<00:18, 13.08frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 221/463 [00:23<00:18, 13.08frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 222/463 [00:23<00:18, 13.08frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 222/463 [00:23<00:18, 13.08frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 223/463 [00:23<00:21, 10.94frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 223/463 [00:23<00:21, 10.94frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 223/463 [00:23<00:21, 10.94frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 224/463 [00:23<00:21, 10.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 224/463 [00:23<00:21, 10.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 225/463 [00:23<00:19, 12.24frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 225/463 [00:23<00:19, 12.24frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 225/463 [00:23<00:19, 12.24frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 226/463 [00:23<00:19, 12.24frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 226/463 [00:23<00:19, 12.24frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 227/463 [00:23<00:20, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 227/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 227/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 228/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 228/463 [00:23<00:20, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 229/463 [00:23<00:18, 12.85frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 229/463 [00:23<00:18, 12.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 229/463 [00:23<00:18, 12.85frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 230/463 [00:24<00:18, 12.85frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 230/463 [00:24<00:18, 12.85frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 231/463 [00:24<00:20, 11.57frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 231/463 [00:24<00:20, 11.57frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 231/463 [00:24<00:20, 11.57frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 232/463 [00:24<00:19, 11.57frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 232/463 [00:24<00:19, 11.57frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 233/463 [00:24<00:20, 11.32frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 233/463 [00:24<00:20, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 233/463 [00:24<00:20, 11.32frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 234/463 [00:24<00:20, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 234/463 [00:24<00:20, 11.32frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 235/463 [00:24<00:19, 11.45frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 235/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 235/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 236/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 236/463 [00:24<00:19, 11.45frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 237/463 [00:24<00:19, 11.45frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 237/463 [00:24<00:19, 11.45frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 238/463 [00:24<00:16, 13.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 238/463 [00:24<00:16, 13.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 238/463 [00:24<00:16, 13.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 239/463 [00:24<00:16, 13.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 239/463 [00:24<00:16, 13.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 240/463 [00:24<00:18, 12.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 240/463 [00:24<00:18, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 240/463 [00:24<00:18, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 241/463 [00:24<00:17, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 241/463 [00:24<00:17, 12.36frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 242/463 [00:24<00:20, 10.97frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 242/463 [00:25<00:20, 10.97frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 242/463 [00:25<00:20, 10.97frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 243/463 [00:25<00:20, 10.97frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 243/463 [00:25<00:20, 10.97frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 244/463 [00:25<00:19, 10.97frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 244/463 [00:25<00:19, 10.97frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 245/463 [00:25<00:17, 12.35frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 245/463 [00:25<00:17, 12.35frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 245/463 [00:25<00:17, 12.35frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 246/463 [00:25<00:17, 12.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 246/463 [00:25<00:17, 12.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 247/463 [00:25<00:16, 12.71frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 247/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 247/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 248/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 248/463 [00:25<00:16, 12.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 249/463 [00:25<00:18, 11.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 249/463 [00:25<00:18, 11.63frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 249/463 [00:25<00:18, 11.63frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 250/463 [00:25<00:18, 11.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 250/463 [00:25<00:18, 11.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 251/463 [00:25<00:18, 11.63frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 251/463 [00:25<00:18, 11.63frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 252/463 [00:25<00:17, 12.40frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 252/463 [00:25<00:17, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 252/463 [00:25<00:17, 12.40frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 253/463 [00:25<00:16, 12.40frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 253/463 [00:25<00:16, 12.40frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 254/463 [00:25<00:18, 11.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 254/463 [00:25<00:18, 11.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 254/463 [00:25<00:18, 11.22frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 255/463 [00:26<00:18, 11.22frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 255/463 [00:26<00:18, 11.22frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 256/463 [00:26<00:16, 12.49frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 256/463 [00:26<00:16, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 256/463 [00:26<00:16, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 257/463 [00:26<00:16, 12.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 257/463 [00:26<00:16, 12.49frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 258/463 [00:26<00:15, 13.14frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 258/463 [00:26<00:15, 13.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 258/463 [00:26<00:15, 13.14frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 259/463 [00:26<00:15, 13.14frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 259/463 [00:26<00:15, 13.14frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 260/463 [00:26<00:15, 12.92frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 260/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 260/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 261/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 261/463 [00:26<00:15, 12.92frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 262/463 [00:26<00:21, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 262/463 [00:26<00:21, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 262/463 [00:26<00:21, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 263/463 [00:26<00:20, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 263/463 [00:26<00:20, 9.55frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 264/463 [00:26<00:20, 9.55frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 264/463 [00:26<00:20, 9.55frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 265/463 [00:26<00:16, 12.14frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 265/463 [00:26<00:16, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 265/463 [00:26<00:16, 12.14frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 266/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 266/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 267/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 267/463 [00:26<00:16, 12.14frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 268/463 [00:26<00:13, 14.50frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 268/463 [00:27<00:13, 14.50frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 268/463 [00:27<00:13, 14.50frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 269/463 [00:27<00:13, 14.50frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 269/463 [00:27<00:13, 14.50frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 270/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 270/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 270/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 271/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 271/463 [00:27<00:18, 10.24frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 272/463 [00:27<00:18, 10.24frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 272/463 [00:27<00:18, 10.24frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 273/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 273/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 273/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 274/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 274/463 [00:27<00:16, 11.23frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 275/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 275/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 275/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 276/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 276/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 277/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 277/463 [00:27<00:15, 12.11frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 278/463 [00:27<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 278/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 278/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 279/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 279/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 280/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 280/463 [00:28<00:16, 11.27frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 281/463 [00:28<00:13, 13.71frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 281/463 [00:28<00:13, 13.71frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 281/463 [00:28<00:13, 13.71frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 282/463 [00:28<00:13, 13.71frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 282/463 [00:28<00:13, 13.71frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 283/463 [00:28<00:17, 10.48frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 283/463 [00:28<00:17, 10.48frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 283/463 [00:28<00:17, 10.48frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 284/463 [00:28<00:17, 10.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 284/463 [00:28<00:17, 10.48frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 285/463 [00:28<00:16, 10.48frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 285/463 [00:28<00:16, 10.48frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 286/463 [00:28<00:13, 12.68frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 286/463 [00:28<00:13, 12.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 286/463 [00:28<00:13, 12.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 287/463 [00:28<00:13, 12.68frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 287/463 [00:28<00:13, 12.68frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 288/463 [00:28<00:13, 13.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 288/463 [00:28<00:13, 13.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 288/463 [00:28<00:13, 13.04frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 289/463 [00:28<00:13, 13.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 289/463 [00:28<00:13, 13.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 290/463 [00:28<00:13, 13.25frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 290/463 [00:29<00:13, 13.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 290/463 [00:29<00:13, 13.25frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 291/463 [00:29<00:12, 13.25frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 291/463 [00:29<00:12, 13.25frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 292/463 [00:29<00:15, 10.97frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 292/463 [00:29<00:15, 10.97frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 292/463 [00:29<00:15, 10.97frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 293/463 [00:29<00:15, 10.97frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 293/463 [00:29<00:15, 10.97frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 294/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 294/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 294/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 295/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 295/463 [00:29<00:16, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 296/463 [00:29<00:15, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 296/463 [00:29<00:15, 10.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 297/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 297/463 [00:29<00:12, 13.49frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 297/463 [00:29<00:12, 13.49frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 298/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 298/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 299/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 299/463 [00:29<00:12, 13.49frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 300/463 [00:29<00:11, 14.51frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 300/463 [00:29<00:11, 14.51frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 300/463 [00:29<00:11, 14.51frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 301/463 [00:29<00:11, 14.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 301/463 [00:29<00:11, 14.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 302/463 [00:29<00:13, 12.21frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 302/463 [00:30<00:13, 12.21frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 302/463 [00:30<00:13, 12.21frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 303/463 [00:30<00:13, 12.21frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 303/463 [00:30<00:13, 12.21frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 304/463 [00:30<00:13, 11.68frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 304/463 [00:30<00:13, 11.68frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 304/463 [00:30<00:13, 11.68frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 305/463 [00:30<00:13, 11.68frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 305/463 [00:30<00:13, 11.68frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 306/463 [00:30<00:13, 11.73frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 306/463 [00:30<00:13, 11.73frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 306/463 [00:30<00:13, 11.73frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 307/463 [00:30<00:13, 11.73frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 307/463 [00:30<00:13, 11.73frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 308/463 [00:30<00:13, 11.43frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 308/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 308/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 309/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 309/463 [00:30<00:13, 11.43frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 310/463 [00:30<00:13, 11.36frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 310/463 [00:30<00:13, 11.36frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 310/463 [00:30<00:13, 11.36frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 311/463 [00:30<00:13, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 311/463 [00:30<00:13, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 312/463 [00:30<00:13, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 312/463 [00:30<00:13, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 313/463 [00:30<00:12, 11.81frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 313/463 [00:31<00:12, 11.81frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 313/463 [00:31<00:12, 11.81frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 314/463 [00:31<00:12, 11.81frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 314/463 [00:31<00:12, 11.81frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 315/463 [00:31<00:13, 10.91frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 315/463 [00:31<00:13, 10.91frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 315/463 [00:31<00:13, 10.91frame/s, memory_usage=05.76GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 316/463 [00:31<00:13, 10.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 316/463 [00:31<00:13, 10.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 317/463 [00:31<00:13, 10.46frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 317/463 [00:31<00:13, 10.46frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 317/463 [00:31<00:13, 10.46frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 318/463 [00:31<00:13, 10.46frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 318/463 [00:31<00:13, 10.46frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 319/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 319/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 319/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 320/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 320/463 [00:31<00:11, 12.06frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 321/463 [00:31<00:11, 12.06frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 321/463 [00:31<00:11, 12.06frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 322/463 [00:31<00:12, 11.18frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 322/463 [00:31<00:12, 11.18frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 322/463 [00:31<00:12, 11.18frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 323/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 323/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 324/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 324/463 [00:31<00:12, 11.18frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 325/463 [00:31<00:10, 12.58frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 325/463 [00:31<00:10, 12.58frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 325/463 [00:31<00:10, 12.58frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 326/463 [00:32<00:10, 12.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 326/463 [00:32<00:10, 12.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 327/463 [00:32<00:10, 12.42frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 327/463 [00:32<00:10, 12.42frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 327/463 [00:32<00:10, 12.42frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 328/463 [00:32<00:10, 12.42frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 328/463 [00:32<00:10, 12.42frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 329/463 [00:32<00:10, 12.42frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 329/463 [00:32<00:10, 12.42frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 330/463 [00:32<00:12, 10.95frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 330/463 [00:32<00:12, 10.95frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 330/463 [00:32<00:12, 10.95frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 331/463 [00:32<00:12, 10.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 331/463 [00:32<00:12, 10.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 332/463 [00:32<00:11, 10.95frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 332/463 [00:32<00:11, 10.95frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 333/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 333/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 333/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 334/463 [00:32<00:10, 12.31frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 334/463 [00:32<00:10, 12.31frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 335/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 335/463 [00:32<00:10, 12.31frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 336/463 [00:32<00:09, 13.27frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 336/463 [00:32<00:09, 13.27frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 336/463 [00:32<00:09, 13.27frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 337/463 [00:33<00:09, 13.27frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 337/463 [00:33<00:09, 13.27frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 338/463 [00:33<00:11, 11.36frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 338/463 [00:33<00:11, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 338/463 [00:33<00:11, 11.36frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 339/463 [00:33<00:10, 11.36frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 339/463 [00:33<00:10, 11.36frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 340/463 [00:33<00:10, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 340/463 [00:33<00:10, 11.36frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 341/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 341/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 341/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 342/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 342/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 343/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 343/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 343/463 [00:33<00:10, 11.13frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 344/463 [00:33<00:09, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 344/463 [00:33<00:09, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 345/463 [00:33<00:08, 13.19frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 345/463 [00:33<00:08, 13.19frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 346/463 [00:33<00:09, 12.22frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 346/463 [00:33<00:09, 12.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 346/463 [00:33<00:09, 12.22frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 347/463 [00:33<00:09, 12.22frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 347/463 [00:33<00:09, 12.22frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 348/463 [00:33<00:10, 11.46frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 348/463 [00:33<00:10, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 348/463 [00:33<00:10, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 349/463 [00:33<00:09, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 349/463 [00:33<00:09, 11.46frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 350/463 [00:33<00:09, 11.94frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 350/463 [00:34<00:09, 11.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 350/463 [00:34<00:09, 11.94frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 351/463 [00:34<00:09, 11.94frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 351/463 [00:34<00:09, 11.94frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 352/463 [00:34<00:09, 11.58frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 352/463 [00:34<00:09, 11.58frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 352/463 [00:34<00:09, 11.58frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 353/463 [00:34<00:09, 11.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 353/463 [00:34<00:09, 11.58frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 354/463 [00:34<00:08, 12.81frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 354/463 [00:34<00:08, 12.81frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 354/463 [00:34<00:08, 12.81frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 355/463 [00:34<00:08, 12.81frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 355/463 [00:34<00:08, 12.81frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 356/463 [00:34<00:07, 13.72frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 356/463 [00:34<00:07, 13.72frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 356/463 [00:34<00:07, 13.72frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 357/463 [00:34<00:07, 13.72frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 357/463 [00:34<00:07, 13.72frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 358/463 [00:34<00:07, 13.53frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 358/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 358/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 359/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 359/463 [00:34<00:07, 13.53frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 360/463 [00:34<00:08, 12.22frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 360/463 [00:34<00:08, 12.22frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 360/463 [00:34<00:08, 12.22frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 361/463 [00:35<00:08, 12.22frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 361/463 [00:35<00:08, 12.22frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 362/463 [00:35<00:10, 9.99frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 362/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 362/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 363/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 363/463 [00:35<00:10, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 364/463 [00:35<00:09, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 364/463 [00:35<00:09, 9.99frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 365/463 [00:35<00:07, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 365/463 [00:35<00:07, 13.19frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 365/463 [00:35<00:07, 13.19frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 366/463 [00:35<00:07, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 366/463 [00:35<00:07, 13.19frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 367/463 [00:35<00:08, 11.66frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 367/463 [00:35<00:08, 11.66frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 367/463 [00:35<00:08, 11.66frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 368/463 [00:35<00:08, 11.66frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 368/463 [00:35<00:08, 11.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 369/463 [00:35<00:09, 10.13frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 369/463 [00:35<00:09, 10.13frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 370/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 371/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 371/463 [00:35<00:08, 10.47frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 372/463 [00:35<00:08, 10.58frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 372/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 372/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 373/463 [00:35<00:08, 10.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 373/463 [00:35<00:08, 10.58frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 374/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 374/463 [00:35<00:08, 10.58frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 375/463 [00:35<00:07, 12.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 375/463 [00:36<00:07, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 375/463 [00:36<00:07, 12.49frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 376/463 [00:36<00:06, 12.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 376/463 [00:36<00:06, 12.49frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 377/463 [00:36<00:07, 11.61frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 377/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 377/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 378/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 378/463 [00:36<00:07, 11.61frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 379/463 [00:36<00:08, 10.40frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 379/463 [00:36<00:08, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 379/463 [00:36<00:08, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 380/463 [00:36<00:07, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 380/463 [00:36<00:07, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 381/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 381/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 381/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 382/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 382/463 [00:36<00:07, 10.42frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 383/463 [00:36<00:07, 10.42frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 383/463 [00:36<00:07, 10.42frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 384/463 [00:36<00:07, 10.42frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 384/463 [00:36<00:07, 10.42frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 385/463 [00:36<00:06, 12.65frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 385/463 [00:36<00:06, 12.65frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 385/463 [00:36<00:06, 12.65frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 386/463 [00:37<00:06, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 386/463 [00:37<00:06, 12.65frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 387/463 [00:37<00:06, 12.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 387/463 [00:37<00:06, 12.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 387/463 [00:37<00:06, 12.63frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 388/463 [00:37<00:05, 12.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 388/463 [00:37<00:05, 12.63frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 389/463 [00:37<00:07, 10.50frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 389/463 [00:37<00:07, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 389/463 [00:37<00:07, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 390/463 [00:37<00:06, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 390/463 [00:37<00:06, 10.50frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 391/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 392/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 393/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 393/463 [00:37<00:06, 11.39frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 394/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 394/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 394/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 395/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 395/463 [00:37<00:05, 13.20frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 396/463 [00:37<00:05, 12.79frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 396/463 [00:37<00:05, 12.79frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 396/463 [00:37<00:05, 12.79frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 397/463 [00:37<00:05, 12.79frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 397/463 [00:37<00:05, 12.79frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 398/463 [00:37<00:05, 12.37frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 398/463 [00:38<00:05, 12.37frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 398/463 [00:38<00:05, 12.37frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 399/463 [00:38<00:05, 12.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 399/463 [00:38<00:05, 12.37frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 400/463 [00:38<00:05, 11.30frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 400/463 [00:38<00:05, 11.30frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 400/463 [00:38<00:05, 11.30frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 401/463 [00:38<00:05, 11.30frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 401/463 [00:38<00:05, 11.30frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 402/463 [00:38<00:05, 11.64frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 402/463 [00:38<00:05, 11.64frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 402/463 [00:38<00:05, 11.64frame/s, memory_usage=05.63GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 403/463 [00:38<00:05, 11.64frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 403/463 [00:38<00:05, 11.64frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 404/463 [00:38<00:04, 12.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 404/463 [00:38<00:04, 12.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 404/463 [00:38<00:04, 12.97frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 405/463 [00:38<00:04, 12.97frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 405/463 [00:38<00:04, 12.97frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 406/463 [00:38<00:04, 12.21frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 406/463 [00:38<00:04, 12.21frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 406/463 [00:38<00:04, 12.21frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 407/463 [00:38<00:04, 12.21frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 407/463 [00:38<00:04, 12.21frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 408/463 [00:38<00:05, 10.53frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 408/463 [00:38<00:05, 10.53frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 408/463 [00:38<00:05, 10.53frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 409/463 [00:39<00:05, 10.53frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 409/463 [00:39<00:05, 10.53frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 410/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 410/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 410/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 411/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 411/463 [00:39<00:04, 11.29frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 412/463 [00:39<00:04, 11.80frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 412/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 412/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 413/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 413/463 [00:39<00:04, 11.80frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 414/463 [00:39<00:04, 12.07frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 414/463 [00:39<00:04, 12.07frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 414/463 [00:39<00:04, 12.07frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 415/463 [00:39<00:03, 12.07frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 415/463 [00:39<00:03, 12.07frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 416/463 [00:39<00:03, 12.26frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 416/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 416/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 417/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 417/463 [00:39<00:03, 12.26frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 418/463 [00:39<00:03, 12.26frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 418/463 [00:39<00:03, 12.26frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 419/463 [00:39<00:03, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 419/463 [00:39<00:03, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 419/463 [00:39<00:03, 14.09frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 420/463 [00:40<00:03, 14.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 420/463 [00:40<00:03, 14.09frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 421/463 [00:40<00:04, 9.95frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 421/463 [00:40<00:04, 9.95frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 421/463 [00:40<00:04, 9.95frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 422/463 [00:40<00:04, 9.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 422/463 [00:40<00:04, 9.95frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 423/463 [00:40<00:04, 9.95frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 423/463 [00:40<00:04, 9.95frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 424/463 [00:40<00:03, 9.95frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 424/463 [00:40<00:03, 9.95frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 425/463 [00:40<00:02, 12.70frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 425/463 [00:40<00:02, 12.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 425/463 [00:40<00:02, 12.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 426/463 [00:40<00:02, 12.70frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 426/463 [00:40<00:02, 12.70frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 427/463 [00:40<00:02, 13.18frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 427/463 [00:40<00:02, 13.18frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 427/463 [00:40<00:02, 13.18frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 428/463 [00:40<00:02, 13.18frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 428/463 [00:40<00:02, 13.18frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 429/463 [00:40<00:03, 9.89frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 429/463 [00:40<00:03, 9.89frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 429/463 [00:40<00:03, 9.89frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 430/463 [00:40<00:03, 9.89frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 430/463 [00:40<00:03, 9.89frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 431/463 [00:40<00:03, 10.40frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 431/463 [00:40<00:03, 10.40frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 431/463 [00:40<00:03, 10.40frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 432/463 [00:40<00:02, 10.40frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 432/463 [00:40<00:02, 10.40frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 433/463 [00:40<00:02, 10.40frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 433/463 [00:40<00:02, 10.40frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 434/463 [00:41<00:02, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 434/463 [00:41<00:02, 10.40frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 435/463 [00:41<00:02, 13.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 435/463 [00:41<00:02, 13.91frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 435/463 [00:41<00:02, 13.91frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 436/463 [00:41<00:01, 13.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 436/463 [00:41<00:01, 13.91frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 437/463 [00:41<00:02, 12.82frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 437/463 [00:41<00:02, 12.82frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 437/463 [00:41<00:02, 12.82frame/s, memory_usage=05.60GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 438/463 [00:41<00:01, 12.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 438/463 [00:41<00:01, 12.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 439/463 [00:41<00:02, 10.04frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 439/463 [00:41<00:02, 10.04frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 439/463 [00:41<00:02, 10.04frame/s, memory_usage=05.61GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 440/463 [00:41<00:02, 10.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 440/463 [00:41<00:02, 10.04frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 441/463 [00:41<00:01, 11.17frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 441/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 441/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 442/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 442/463 [00:41<00:01, 11.17frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 443/463 [00:41<00:01, 11.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 443/463 [00:41<00:01, 11.17frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 444/463 [00:41<00:01, 13.96frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 444/463 [00:41<00:01, 13.96frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 444/463 [00:41<00:01, 13.96frame/s, memory_usage=05.58GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 445/463 [00:41<00:01, 13.96frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 445/463 [00:41<00:01, 13.96frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 446/463 [00:41<00:01, 14.71frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 446/463 [00:41<00:01, 14.71frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 446/463 [00:41<00:01, 14.71frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 447/463 [00:42<00:01, 14.71frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 447/463 [00:42<00:01, 14.71frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 448/463 [00:42<00:01, 11.82frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 448/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 448/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 449/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 449/463 [00:42<00:01, 11.82frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 450/463 [00:42<00:01, 11.82frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 450/463 [00:42<00:01, 11.82frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 451/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 451/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 451/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 452/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 452/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 453/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 453/463 [00:42<00:00, 12.23frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 454/463 [00:42<00:00, 12.54frame/s, memory_usage=05.53GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 454/463 [00:42<00:00, 12.54frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 454/463 [00:42<00:00, 12.54frame/s, memory_usage=05.54GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 455/463 [00:42<00:00, 12.54frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 455/463 [00:42<00:00, 12.54frame/s, memory_usage=05.59GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 456/463 [00:42<00:00, 12.54frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 456/463 [00:42<00:00, 12.54frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 457/463 [00:42<00:00, 13.54frame/s, memory_usage=05.55GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 457/463 [00:42<00:00, 13.54frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 457/463 [00:42<00:00, 13.54frame/s, memory_usage=05.49GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 458/463 [00:42<00:00, 13.54frame/s, memory_usage=05.46GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 458/463 [00:42<00:00, 13.54frame/s, memory_usage=05.46GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 459/463 [00:42<00:00, 13.54frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 459/463 [00:42<00:00, 13.54frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 460/463 [00:42<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 460/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 460/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 461/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 461/463 [00:43<00:00, 14.95frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 462/463 [00:43<00:00, 9.99frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 462/463 [00:43<00:00, 9.99frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 462/463 [00:43<00:00, 9.99frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|██████████| 463/463 [00:43<00:00, 10.62frame/s, memory_usage=05.44GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] [ROOP.FACE-ENHANCER] Progressing... Processing: 0%| | 0/463 [00:00<?, ?frame/s] Processing: 0%| | 0/463 [00:01<?, ?frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 0/463 [00:01<?, ?frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/463 [00:01<15:02, 1.95s/frame, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/463 [00:02<15:02, 1.95s/frame, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/463 [00:02<15:02, 1.95s/frame, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/463 [00:02<07:03, 1.09frame/s, memory_usage=05.62GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/463 [00:02<07:03, 1.09frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/463 [00:02<07:03, 1.09frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/463 [00:02<04:32, 1.69frame/s, memory_usage=05.64GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/463 [00:02<04:32, 1.69frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/463 [00:02<04:32, 1.69frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/463 [00:02<03:14, 2.35frame/s, memory_usage=05.65GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/463 [00:02<03:14, 2.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/463 [00:02<03:14, 2.35frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/463 [00:02<02:29, 3.06frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/463 [00:02<02:29, 3.06frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/463 [00:02<02:29, 3.06frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/463 [00:02<02:03, 3.70frame/s, memory_usage=05.66GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/463 [00:02<02:03, 3.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/463 [00:02<02:03, 3.70frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/463 [00:02<01:46, 4.28frame/s, memory_usage=05.67GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/463 [00:03<01:46, 4.28frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/463 [00:03<01:46, 4.28frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/463 [00:03<01:38, 4.64frame/s, memory_usage=05.68GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/463 [00:03<01:38, 4.64frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/463 [00:03<01:38, 4.64frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/463 [00:03<01:25, 5.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/463 [00:03<01:25, 5.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/463 [00:03<01:25, 5.32frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/463 [00:03<01:30, 4.98frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/463 [00:03<01:30, 4.98frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/463 [00:03<01:30, 4.98frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/463 [00:03<01:22, 5.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/463 [00:03<01:22, 5.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/463 [00:03<01:22, 5.47frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/463 [00:03<01:20, 5.58frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/463 [00:03<01:20, 5.58frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/463 [00:03<01:20, 5.58frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/463 [00:03<01:15, 5.95frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/463 [00:04<01:15, 5.95frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/463 [00:04<01:15, 5.95frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/463 [00:04<01:13, 6.13frame/s, memory_usage=05.70GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/463 [00:04<01:13, 6.13frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/463 [00:04<01:13, 6.13frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/463 [00:04<01:11, 6.24frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/463 [00:04<01:11, 6.24frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/463 [00:04<01:11, 6.24frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 16/463 [00:04<01:13, 6.11frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 16/463 [00:04<01:13, 6.11frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 16/463 [00:04<01:13, 6.11frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 17/463 [00:04<01:08, 6.53frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 17/463 [00:04<01:08, 6.53frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 17/463 [00:04<01:08, 6.53frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/463 [00:04<01:07, 6.60frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/463 [00:04<01:07, 6.60frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/463 [00:04<01:07, 6.60frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/463 [00:04<01:14, 5.98frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/463 [00:05<01:14, 5.98frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/463 [00:05<01:14, 5.98frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/463 [00:05<01:13, 6.03frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/463 [00:05<01:13, 6.03frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/463 [00:05<01:13, 6.03frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/463 [00:05<01:10, 6.31frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/463 [00:05<01:10, 6.31frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/463 [00:05<01:10, 6.31frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/463 [00:05<01:08, 6.46frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/463 [00:05<01:08, 6.46frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/463 [00:05<01:08, 6.46frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 23/463 [00:05<01:09, 6.36frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 23/463 [00:05<01:09, 6.36frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 23/463 [00:05<01:09, 6.36frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/463 [00:05<01:09, 6.30frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/463 [00:05<01:09, 6.30frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/463 [00:05<01:09, 6.30frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 25/463 [00:05<01:05, 6.66frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 25/463 [00:05<01:05, 6.66frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 25/463 [00:05<01:05, 6.66frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/463 [00:05<01:05, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/463 [00:06<01:05, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/463 [00:06<01:05, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/463 [00:06<01:04, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/463 [00:06<01:04, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/463 [00:06<01:04, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/463 [00:06<01:04, 6.75frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/463 [00:06<01:04, 6.75frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/463 [00:06<01:04, 6.75frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/463 [00:06<01:03, 6.81frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/463 [00:06<01:03, 6.81frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/463 [00:06<01:03, 6.81frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 30/463 [00:06<01:03, 6.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 30/463 [00:06<01:03, 6.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 30/463 [00:06<01:03, 6.84frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/463 [00:06<01:03, 6.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/463 [00:06<01:03, 6.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/463 [00:06<01:03, 6.80frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/463 [00:06<01:02, 6.90frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/463 [00:07<01:02, 6.90frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/463 [00:07<01:02, 6.90frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/463 [00:07<01:02, 6.92frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/463 [00:07<01:02, 6.92frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/463 [00:07<01:02, 6.92frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 34/463 [00:07<01:04, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 34/463 [00:07<01:04, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 34/463 [00:07<01:04, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/463 [00:07<01:03, 6.72frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/463 [00:07<01:02, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/463 [00:07<01:02, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/463 [00:07<01:02, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/463 [00:07<01:08, 6.22frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/463 [00:07<01:08, 6.22frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/463 [00:07<01:08, 6.22frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 39/463 [00:07<01:06, 6.40frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 39/463 [00:08<01:06, 6.40frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 39/463 [00:08<01:06, 6.40frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 40/463 [00:08<01:05, 6.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 40/463 [00:08<01:05, 6.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 40/463 [00:08<01:05, 6.51frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/463 [00:08<01:03, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/463 [00:08<01:03, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/463 [00:08<01:03, 6.67frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 43/463 [00:08<01:01, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 43/463 [00:08<01:01, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 43/463 [00:08<01:01, 6.79frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/463 [00:08<01:02, 6.70frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/463 [00:08<01:02, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/463 [00:08<01:02, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 45/463 [00:08<01:01, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 45/463 [00:08<01:01, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 45/463 [00:08<01:01, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 46/463 [00:08<01:02, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 46/463 [00:09<01:02, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 46/463 [00:09<01:02, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/463 [00:09<01:01, 6.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/463 [00:09<01:01, 6.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/463 [00:09<01:01, 6.75frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 48/463 [00:09<01:02, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 48/463 [00:09<01:02, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 48/463 [00:09<01:02, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/463 [00:09<01:03, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/463 [00:09<01:03, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/463 [00:09<01:03, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/463 [00:09<01:02, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/463 [00:09<01:02, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/463 [00:09<01:02, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 51/463 [00:09<01:01, 6.69frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 51/463 [00:09<01:01, 6.69frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 51/463 [00:09<01:01, 6.69frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 52/463 [00:09<01:01, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 52/463 [00:10<01:01, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 52/463 [00:10<01:01, 6.64frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 53/463 [00:10<01:00, 6.77frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 53/463 [00:10<01:00, 6.77frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 53/463 [00:10<01:00, 6.77frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/463 [00:10<01:00, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/463 [00:10<01:00, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/463 [00:10<01:00, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/463 [00:10<01:00, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/463 [00:10<01:00, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/463 [00:10<01:00, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/463 [00:10<00:59, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/463 [00:10<00:59, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/463 [00:10<00:59, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 57/463 [00:10<00:58, 6.90frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 57/463 [00:10<00:58, 6.90frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 57/463 [00:10<00:58, 6.90frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/463 [00:10<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/463 [00:11<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/463 [00:11<00:59, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/463 [00:11<00:58, 6.83frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/463 [00:11<00:58, 6.83frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/463 [00:11<00:58, 6.83frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 61/463 [00:11<00:58, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 61/463 [00:11<00:58, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 61/463 [00:11<00:58, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 62/463 [00:11<00:58, 6.82frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 62/463 [00:11<00:58, 6.82frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 62/463 [00:11<00:58, 6.82frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 63/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 63/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 63/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/463 [00:11<00:58, 6.86frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/463 [00:11<00:57, 6.91frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/463 [00:11<00:57, 6.91frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/463 [00:11<00:57, 6.91frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 66/463 [00:11<00:57, 6.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 66/463 [00:12<00:57, 6.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 66/463 [00:12<00:57, 6.88frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 67/463 [00:12<01:03, 6.27frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 67/463 [00:12<01:03, 6.27frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 67/463 [00:12<01:03, 6.27frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 68/463 [00:12<01:04, 6.16frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 68/463 [00:12<01:04, 6.16frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 68/463 [00:12<01:04, 6.16frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 69/463 [00:12<01:02, 6.30frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 69/463 [00:12<01:02, 6.30frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 69/463 [00:12<01:02, 6.30frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 70/463 [00:12<01:00, 6.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 70/463 [00:12<01:00, 6.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 70/463 [00:12<01:00, 6.54frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 71/463 [00:12<00:59, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 71/463 [00:12<00:59, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 71/463 [00:12<00:59, 6.62frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/463 [00:12<00:59, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/463 [00:13<00:59, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/463 [00:13<00:59, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/463 [00:13<00:58, 6.71frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/463 [00:13<00:58, 6.71frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/463 [00:13<00:58, 6.71frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 74/463 [00:13<00:59, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 74/463 [00:13<00:59, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 74/463 [00:13<00:59, 6.55frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 75/463 [00:13<01:00, 6.43frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 75/463 [00:13<01:00, 6.43frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 75/463 [00:13<01:00, 6.43frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 76/463 [00:13<00:58, 6.58frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 76/463 [00:13<00:58, 6.58frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 76/463 [00:13<00:58, 6.58frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/463 [00:13<00:58, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 79/463 [00:13<00:57, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 79/463 [00:14<00:57, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 79/463 [00:14<00:57, 6.70frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 80/463 [00:14<00:56, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 80/463 [00:14<00:56, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 80/463 [00:14<00:56, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 81/463 [00:14<00:56, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 81/463 [00:14<00:56, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 81/463 [00:14<00:56, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/463 [00:14<00:56, 6.74frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/463 [00:14<00:56, 6.74frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/463 [00:14<00:56, 6.74frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/463 [00:14<00:58, 6.52frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/463 [00:14<00:58, 6.52frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/463 [00:14<00:58, 6.52frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 84/463 [00:14<00:57, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 84/463 [00:14<00:57, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 84/463 [00:14<00:57, 6.61frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 85/463 [00:14<00:57, 6.63frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 85/463 [00:14<00:57, 6.63frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 85/463 [00:14<00:57, 6.63frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 86/463 [00:14<00:56, 6.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 86/463 [00:15<00:56, 6.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 86/463 [00:15<00:56, 6.72frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/463 [00:15<00:55, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/463 [00:15<00:55, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/463 [00:15<00:55, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 88/463 [00:15<00:55, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 88/463 [00:15<00:55, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 88/463 [00:15<00:55, 6.79frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 89/463 [00:15<00:54, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 89/463 [00:15<00:54, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 89/463 [00:15<00:54, 6.87frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 90/463 [00:15<00:54, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 90/463 [00:15<00:54, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 90/463 [00:15<00:54, 6.84frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 91/463 [00:15<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 91/463 [00:15<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 91/463 [00:15<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 92/463 [00:15<00:55, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 92/463 [00:15<00:55, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 92/463 [00:15<00:55, 6.73frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 93/463 [00:15<00:54, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 93/463 [00:16<00:54, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 93/463 [00:16<00:54, 6.78frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 94/463 [00:16<00:54, 6.81frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 94/463 [00:16<00:54, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 94/463 [00:16<00:54, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/463 [00:16<01:00, 6.06frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/463 [00:16<01:00, 6.06frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/463 [00:16<01:00, 6.06frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 96/463 [00:16<00:57, 6.34frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 96/463 [00:16<00:57, 6.34frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 96/463 [00:16<00:57, 6.34frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 97/463 [00:16<00:56, 6.46frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 97/463 [00:16<00:56, 6.46frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 97/463 [00:16<00:56, 6.46frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 98/463 [00:16<00:55, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 98/463 [00:16<00:55, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 98/463 [00:16<00:55, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 99/463 [00:16<00:55, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 99/463 [00:17<00:55, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 99/463 [00:17<00:55, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/463 [00:17<00:54, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/463 [00:17<00:54, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/463 [00:17<00:54, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/463 [00:17<00:53, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/463 [00:17<00:53, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/463 [00:17<00:53, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 102/463 [00:17<00:53, 6.77frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 102/463 [00:17<00:53, 6.77frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 102/463 [00:17<00:53, 6.77frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 103/463 [00:17<00:52, 6.88frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 103/463 [00:17<00:52, 6.88frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 103/463 [00:17<00:52, 6.88frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 104/463 [00:17<00:52, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 104/463 [00:17<00:52, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 104/463 [00:17<00:52, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/463 [00:17<00:51, 6.96frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/463 [00:17<00:51, 6.96frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/463 [00:17<00:51, 6.96frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 106/463 [00:17<00:51, 6.91frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 106/463 [00:18<00:51, 6.91frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 106/463 [00:18<00:51, 6.91frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 107/463 [00:18<00:52, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 107/463 [00:18<00:52, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 107/463 [00:18<00:52, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 108/463 [00:18<00:51, 6.89frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 108/463 [00:18<00:51, 6.89frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 108/463 [00:18<00:51, 6.89frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 109/463 [00:18<00:51, 6.86frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 109/463 [00:18<00:51, 6.86frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 109/463 [00:18<00:51, 6.86frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/463 [00:18<00:50, 6.94frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/463 [00:18<00:50, 6.94frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/463 [00:18<00:50, 6.94frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 111/463 [00:18<00:54, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 111/463 [00:18<00:54, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 111/463 [00:18<00:54, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 112/463 [00:18<00:51, 6.78frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 112/463 [00:18<00:51, 6.78frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 112/463 [00:18<00:51, 6.78frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 113/463 [00:18<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 113/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 113/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 114/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 114/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 114/463 [00:19<00:51, 6.82frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 115/463 [00:19<00:52, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 115/463 [00:19<00:52, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 115/463 [00:19<00:52, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 116/463 [00:19<00:52, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 116/463 [00:19<00:52, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 116/463 [00:19<00:52, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 117/463 [00:19<00:51, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 117/463 [00:19<00:51, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 117/463 [00:19<00:51, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 118/463 [00:19<00:53, 6.40frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 118/463 [00:19<00:53, 6.40frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 118/463 [00:19<00:53, 6.40frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 119/463 [00:19<00:52, 6.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 119/463 [00:20<00:52, 6.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 119/463 [00:20<00:52, 6.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 120/463 [00:20<00:51, 6.71frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 120/463 [00:20<00:51, 6.71frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 120/463 [00:20<00:51, 6.71frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 121/463 [00:20<00:51, 6.58frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 121/463 [00:20<00:51, 6.58frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 121/463 [00:20<00:51, 6.58frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 122/463 [00:20<00:53, 6.38frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 122/463 [00:20<00:53, 6.38frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 122/463 [00:20<00:53, 6.38frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/463 [00:20<00:51, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/463 [00:20<00:51, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/463 [00:20<00:51, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 124/463 [00:20<00:51, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 124/463 [00:20<00:51, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 124/463 [00:20<00:51, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 125/463 [00:20<00:52, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 125/463 [00:20<00:52, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 125/463 [00:20<00:52, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 126/463 [00:20<00:50, 6.72frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 126/463 [00:21<00:50, 6.72frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 126/463 [00:21<00:50, 6.72frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 127/463 [00:21<00:52, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 127/463 [00:21<00:52, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 127/463 [00:21<00:52, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/463 [00:21<00:52, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/463 [00:21<00:52, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/463 [00:21<00:52, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 129/463 [00:21<00:49, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 129/463 [00:21<00:49, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 129/463 [00:21<00:49, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 130/463 [00:21<00:50, 6.60frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 130/463 [00:21<00:50, 6.60frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 130/463 [00:21<00:50, 6.60frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 131/463 [00:21<00:51, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 131/463 [00:21<00:51, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 131/463 [00:21<00:51, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 132/463 [00:21<00:50, 6.53frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 132/463 [00:22<00:50, 6.53frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 132/463 [00:22<00:50, 6.53frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 133/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 133/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 133/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 134/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 134/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 134/463 [00:22<00:52, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 135/463 [00:22<00:51, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 135/463 [00:22<00:51, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 135/463 [00:22<00:51, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 136/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 136/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 136/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 137/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 137/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 137/463 [00:22<00:49, 6.63frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 138/463 [00:22<00:48, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 138/463 [00:22<00:48, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 138/463 [00:22<00:48, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 139/463 [00:22<00:50, 6.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 139/463 [00:23<00:50, 6.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 139/463 [00:23<00:50, 6.47frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 140/463 [00:23<00:49, 6.49frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 140/463 [00:23<00:49, 6.49frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 140/463 [00:23<00:49, 6.49frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 141/463 [00:23<00:51, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 141/463 [00:23<00:51, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 141/463 [00:23<00:51, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 142/463 [00:23<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 142/463 [00:23<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 142/463 [00:23<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 143/463 [00:23<00:48, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 143/463 [00:23<00:48, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 143/463 [00:23<00:48, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 144/463 [00:23<00:50, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 144/463 [00:23<00:50, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 144/463 [00:23<00:50, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 145/463 [00:23<00:51, 6.23frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 145/463 [00:24<00:51, 6.23frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 145/463 [00:24<00:51, 6.23frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/463 [00:24<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/463 [00:24<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/463 [00:24<00:49, 6.45frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 147/463 [00:24<00:48, 6.55frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 147/463 [00:24<00:48, 6.55frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 147/463 [00:24<00:48, 6.55frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 148/463 [00:24<00:49, 6.33frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 148/463 [00:24<00:49, 6.33frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 148/463 [00:24<00:49, 6.33frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 149/463 [00:24<00:49, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 149/463 [00:24<00:49, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 149/463 [00:24<00:49, 6.30frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 150/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 150/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 150/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 151/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 151/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 151/463 [00:24<00:46, 6.66frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 152/463 [00:24<00:48, 6.48frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 152/463 [00:25<00:48, 6.48frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 152/463 [00:25<00:48, 6.48frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 153/463 [00:25<00:50, 6.09frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 153/463 [00:25<00:50, 6.09frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 153/463 [00:25<00:50, 6.09frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 154/463 [00:25<00:49, 6.27frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 154/463 [00:25<00:49, 6.27frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 154/463 [00:25<00:49, 6.27frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 155/463 [00:25<00:48, 6.39frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 155/463 [00:25<00:48, 6.39frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 155/463 [00:25<00:48, 6.39frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 156/463 [00:25<00:49, 6.21frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 156/463 [00:25<00:49, 6.21frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 156/463 [00:25<00:49, 6.21frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 157/463 [00:25<00:48, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 157/463 [00:25<00:48, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 157/463 [00:25<00:48, 6.36frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 158/463 [00:25<00:46, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 158/463 [00:26<00:46, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 158/463 [00:26<00:46, 6.61frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 159/463 [00:26<00:45, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 159/463 [00:26<00:45, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 159/463 [00:26<00:45, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 160/463 [00:26<00:45, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 160/463 [00:26<00:45, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 160/463 [00:26<00:45, 6.69frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 161/463 [00:26<00:46, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 161/463 [00:26<00:46, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 161/463 [00:26<00:46, 6.52frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 162/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 162/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 162/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 163/463 [00:26<00:44, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 163/463 [00:26<00:44, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 163/463 [00:26<00:44, 6.68frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 164/463 [00:26<00:45, 6.54frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 164/463 [00:26<00:45, 6.54frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 164/463 [00:26<00:45, 6.54frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 165/463 [00:26<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 165/463 [00:27<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 165/463 [00:27<00:44, 6.70frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 166/463 [00:27<00:43, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 166/463 [00:27<00:43, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 166/463 [00:27<00:43, 6.81frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 167/463 [00:27<00:43, 6.83frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 167/463 [00:27<00:43, 6.83frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 167/463 [00:27<00:43, 6.83frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 168/463 [00:27<00:44, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 168/463 [00:27<00:44, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 168/463 [00:27<00:44, 6.64frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 169/463 [00:27<00:44, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 169/463 [00:27<00:44, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 169/463 [00:27<00:44, 6.59frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 170/463 [00:27<00:43, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 170/463 [00:27<00:43, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 170/463 [00:27<00:43, 6.75frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 171/463 [00:27<00:44, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 171/463 [00:28<00:44, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 171/463 [00:28<00:44, 6.50frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 172/463 [00:28<00:45, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 172/463 [00:28<00:45, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 172/463 [00:28<00:45, 6.37frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 173/463 [00:28<00:43, 6.67frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 173/463 [00:28<00:43, 6.67frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 173/463 [00:28<00:43, 6.67frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 174/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 174/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 174/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 175/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 175/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 175/463 [00:28<00:42, 6.74frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 176/463 [00:28<00:41, 6.84frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 176/463 [00:28<00:41, 6.84frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 176/463 [00:28<00:41, 6.84frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 177/463 [00:28<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 177/463 [00:28<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 177/463 [00:28<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 178/463 [00:28<00:44, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 178/463 [00:29<00:44, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 178/463 [00:29<00:44, 6.41frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 179/463 [00:29<00:44, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 179/463 [00:29<00:44, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 179/463 [00:29<00:44, 6.35frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 180/463 [00:29<00:45, 6.28frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 180/463 [00:29<00:45, 6.28frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 180/463 [00:29<00:45, 6.28frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 181/463 [00:29<00:42, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 181/463 [00:29<00:42, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 181/463 [00:29<00:42, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 182/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 182/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 182/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 183/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 183/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 183/463 [00:29<00:41, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 184/463 [00:29<00:41, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 184/463 [00:30<00:41, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 184/463 [00:30<00:41, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 185/463 [00:30<00:42, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 185/463 [00:30<00:42, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 185/463 [00:30<00:42, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 186/463 [00:30<00:43, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 186/463 [00:30<00:43, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 186/463 [00:30<00:43, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 187/463 [00:30<00:42, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 187/463 [00:30<00:42, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 187/463 [00:30<00:42, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 188/463 [00:30<00:42, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 188/463 [00:30<00:42, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 188/463 [00:30<00:42, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 189/463 [00:30<00:41, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 189/463 [00:30<00:41, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 189/463 [00:30<00:41, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 190/463 [00:30<00:40, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 190/463 [00:30<00:40, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 190/463 [00:30<00:40, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 191/463 [00:30<00:40, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 191/463 [00:31<00:40, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 191/463 [00:31<00:40, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 192/463 [00:31<00:40, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 192/463 [00:31<00:40, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 192/463 [00:31<00:40, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 193/463 [00:31<00:41, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 193/463 [00:31<00:41, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 193/463 [00:31<00:41, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 194/463 [00:31<00:39, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 194/463 [00:31<00:39, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 194/463 [00:31<00:39, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 195/463 [00:31<00:40, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 195/463 [00:31<00:40, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 195/463 [00:31<00:40, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 196/463 [00:31<00:41, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 196/463 [00:31<00:41, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 196/463 [00:31<00:41, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 197/463 [00:31<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 197/463 [00:31<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 197/463 [00:31<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 198/463 [00:31<00:39, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 198/463 [00:32<00:39, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 198/463 [00:32<00:39, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 199/463 [00:32<00:40, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 199/463 [00:32<00:40, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 199/463 [00:32<00:40, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 200/463 [00:32<00:39, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 200/463 [00:32<00:39, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 200/463 [00:32<00:39, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 201/463 [00:32<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 201/463 [00:32<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 201/463 [00:32<00:40, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 202/463 [00:32<00:40, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 202/463 [00:32<00:40, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 202/463 [00:32<00:40, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 203/463 [00:32<00:39, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 203/463 [00:32<00:39, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 203/463 [00:32<00:39, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:32<00:40, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:33<00:40, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 204/463 [00:33<00:40, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 205/463 [00:33<00:40, 6.34frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 205/463 [00:33<00:40, 6.34frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 205/463 [00:33<00:40, 6.34frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 206/463 [00:33<00:38, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 206/463 [00:33<00:38, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 206/463 [00:33<00:38, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 207/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 207/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 207/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 208/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 208/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 208/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 209/463 [00:33<00:37, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 209/463 [00:33<00:37, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 209/463 [00:33<00:37, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 210/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 210/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 210/463 [00:33<00:37, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 211/463 [00:33<00:37, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 211/463 [00:34<00:37, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 211/463 [00:34<00:37, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 212/463 [00:34<00:37, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 212/463 [00:34<00:37, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 212/463 [00:34<00:37, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 213/463 [00:34<00:38, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 213/463 [00:34<00:38, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 213/463 [00:34<00:38, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 214/463 [00:34<00:37, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 214/463 [00:34<00:37, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 214/463 [00:34<00:37, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 215/463 [00:34<00:36, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 215/463 [00:34<00:36, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 215/463 [00:34<00:36, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 216/463 [00:34<00:36, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 216/463 [00:34<00:36, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 216/463 [00:34<00:36, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 217/463 [00:34<00:37, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 217/463 [00:35<00:37, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 217/463 [00:35<00:37, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 218/463 [00:35<00:37, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 218/463 [00:35<00:37, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 218/463 [00:35<00:37, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 219/463 [00:35<00:37, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 219/463 [00:35<00:37, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 219/463 [00:35<00:37, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 220/463 [00:35<00:36, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 220/463 [00:35<00:36, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 220/463 [00:35<00:36, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 221/463 [00:35<00:36, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 221/463 [00:35<00:36, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 221/463 [00:35<00:36, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 222/463 [00:35<00:36, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 222/463 [00:35<00:36, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 222/463 [00:35<00:36, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 223/463 [00:35<00:35, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 223/463 [00:35<00:35, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 223/463 [00:35<00:35, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 224/463 [00:35<00:35, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 224/463 [00:36<00:35, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 224/463 [00:36<00:35, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 225/463 [00:36<00:35, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 225/463 [00:36<00:35, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 225/463 [00:36<00:35, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 226/463 [00:36<00:35, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 226/463 [00:36<00:35, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 226/463 [00:36<00:35, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 227/463 [00:36<00:36, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 227/463 [00:36<00:36, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 227/463 [00:36<00:36, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 228/463 [00:36<00:35, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 228/463 [00:36<00:35, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 228/463 [00:36<00:35, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 229/463 [00:36<00:35, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 229/463 [00:36<00:35, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 229/463 [00:36<00:35, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 230/463 [00:36<00:36, 6.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 230/463 [00:37<00:36, 6.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 230/463 [00:37<00:36, 6.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 231/463 [00:37<00:37, 6.27frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 231/463 [00:37<00:37, 6.27frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 231/463 [00:37<00:37, 6.27frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 232/463 [00:37<00:34, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 232/463 [00:37<00:34, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 232/463 [00:37<00:34, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 233/463 [00:37<00:34, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 233/463 [00:37<00:34, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 233/463 [00:37<00:34, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 234/463 [00:37<00:36, 6.29frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 234/463 [00:37<00:36, 6.29frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 234/463 [00:37<00:36, 6.29frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 235/463 [00:37<00:36, 6.25frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 235/463 [00:37<00:36, 6.25frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 235/463 [00:37<00:36, 6.25frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 236/463 [00:37<00:34, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 236/463 [00:37<00:34, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 236/463 [00:37<00:34, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 237/463 [00:37<00:33, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 237/463 [00:38<00:33, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 237/463 [00:38<00:33, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 238/463 [00:38<00:34, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 238/463 [00:38<00:34, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 238/463 [00:38<00:34, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 239/463 [00:38<00:33, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 239/463 [00:38<00:33, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 239/463 [00:38<00:33, 6.61frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 240/463 [00:38<00:33, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 240/463 [00:38<00:33, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 240/463 [00:38<00:33, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 241/463 [00:38<00:32, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 241/463 [00:38<00:32, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 241/463 [00:38<00:32, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 242/463 [00:38<00:32, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 242/463 [00:38<00:32, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 242/463 [00:38<00:32, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 243/463 [00:38<00:32, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 243/463 [00:38<00:32, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 243/463 [00:38<00:32, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 244/463 [00:38<00:32, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 244/463 [00:39<00:32, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 244/463 [00:39<00:32, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 245/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 245/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 245/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 246/463 [00:39<00:31, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 246/463 [00:39<00:31, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 246/463 [00:39<00:31, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 247/463 [00:39<00:31, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 247/463 [00:39<00:31, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 247/463 [00:39<00:31, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 248/463 [00:39<00:31, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 248/463 [00:39<00:31, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 248/463 [00:39<00:31, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 249/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 249/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 249/463 [00:39<00:31, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 250/463 [00:39<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 250/463 [00:39<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 250/463 [00:39<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 251/463 [00:39<00:30, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 251/463 [00:40<00:30, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 251/463 [00:40<00:30, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 252/463 [00:40<00:30, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 252/463 [00:40<00:30, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 252/463 [00:40<00:30, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 253/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 253/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 253/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 254/463 [00:40<00:30, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 254/463 [00:40<00:30, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 254/463 [00:40<00:30, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 255/463 [00:40<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 255/463 [00:40<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 255/463 [00:40<00:30, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 256/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 256/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 256/463 [00:40<00:30, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 257/463 [00:40<00:29, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 257/463 [00:40<00:29, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 257/463 [00:40<00:29, 6.92frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 258/463 [00:40<00:29, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 258/463 [00:41<00:29, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 258/463 [00:41<00:29, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 259/463 [00:41<00:29, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 259/463 [00:41<00:29, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 259/463 [00:41<00:29, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 260/463 [00:41<00:29, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 260/463 [00:41<00:29, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 260/463 [00:41<00:29, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 261/463 [00:41<00:29, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 261/463 [00:41<00:29, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 261/463 [00:41<00:29, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 262/463 [00:41<00:30, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 262/463 [00:41<00:30, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 262/463 [00:41<00:30, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 263/463 [00:41<00:31, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 263/463 [00:41<00:31, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 263/463 [00:41<00:31, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 264/463 [00:41<00:29, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 264/463 [00:42<00:29, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 264/463 [00:42<00:29, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 265/463 [00:42<00:29, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 265/463 [00:42<00:29, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 265/463 [00:42<00:29, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 266/463 [00:42<00:29, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 266/463 [00:42<00:29, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 266/463 [00:42<00:29, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 267/463 [00:42<00:29, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 267/463 [00:42<00:29, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 267/463 [00:42<00:29, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 268/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 268/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 268/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 269/463 [00:42<00:28, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 269/463 [00:42<00:28, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 269/463 [00:42<00:28, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 270/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 270/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 270/463 [00:42<00:29, 6.55frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 271/463 [00:42<00:29, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 271/463 [00:43<00:29, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 271/463 [00:43<00:29, 6.44frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 272/463 [00:43<00:28, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 272/463 [00:43<00:28, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 272/463 [00:43<00:28, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 273/463 [00:43<00:27, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 273/463 [00:43<00:27, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 273/463 [00:43<00:27, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 274/463 [00:43<00:27, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 274/463 [00:43<00:27, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 274/463 [00:43<00:27, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 275/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 275/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 275/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 276/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 276/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 276/463 [00:43<00:27, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 277/463 [00:43<00:28, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 277/463 [00:43<00:28, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 277/463 [00:43<00:28, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 278/463 [00:43<00:27, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 278/463 [00:44<00:27, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 278/463 [00:44<00:27, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 279/463 [00:44<00:26, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 279/463 [00:44<00:26, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 279/463 [00:44<00:26, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 280/463 [00:44<00:26, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 280/463 [00:44<00:26, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 280/463 [00:44<00:26, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 281/463 [00:44<00:26, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 281/463 [00:44<00:26, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 281/463 [00:44<00:26, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 282/463 [00:44<00:27, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 282/463 [00:44<00:27, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 282/463 [00:44<00:27, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 283/463 [00:44<00:26, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 283/463 [00:44<00:26, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 283/463 [00:44<00:26, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 284/463 [00:44<00:26, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 284/463 [00:45<00:26, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 284/463 [00:45<00:26, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 285/463 [00:45<00:27, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 285/463 [00:45<00:27, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 285/463 [00:45<00:27, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 286/463 [00:45<00:27, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 286/463 [00:45<00:27, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 286/463 [00:45<00:27, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 287/463 [00:45<00:27, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 287/463 [00:45<00:27, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 287/463 [00:45<00:27, 6.40frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 288/463 [00:45<00:27, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 288/463 [00:45<00:27, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 288/463 [00:45<00:27, 6.41frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 289/463 [00:45<00:27, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 289/463 [00:45<00:27, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 289/463 [00:45<00:27, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 290/463 [00:45<00:26, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 290/463 [00:45<00:26, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 290/463 [00:45<00:26, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 291/463 [00:45<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 291/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 291/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 292/463 [00:46<00:25, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 292/463 [00:46<00:25, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 292/463 [00:46<00:25, 6.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 293/463 [00:46<00:25, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 293/463 [00:46<00:25, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 293/463 [00:46<00:25, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 294/463 [00:46<00:26, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 294/463 [00:46<00:26, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 294/463 [00:46<00:26, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 295/463 [00:46<00:26, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 295/463 [00:46<00:26, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 295/463 [00:46<00:26, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 296/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 296/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 296/463 [00:46<00:25, 6.67frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 297/463 [00:46<00:25, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 297/463 [00:47<00:25, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 297/463 [00:47<00:25, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 298/463 [00:47<00:25, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 298/463 [00:47<00:25, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 298/463 [00:47<00:25, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 299/463 [00:47<00:24, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 299/463 [00:47<00:24, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 299/463 [00:47<00:24, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 300/463 [00:47<00:24, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 300/463 [00:47<00:24, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 300/463 [00:47<00:24, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 301/463 [00:47<00:24, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 301/463 [00:47<00:24, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 301/463 [00:47<00:24, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 302/463 [00:47<00:23, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 302/463 [00:47<00:23, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 302/463 [00:47<00:23, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 303/463 [00:47<00:25, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 303/463 [00:47<00:25, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 303/463 [00:47<00:25, 6.39frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 304/463 [00:47<00:23, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 304/463 [00:48<00:23, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 304/463 [00:48<00:23, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 305/463 [00:48<00:23, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 305/463 [00:48<00:23, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 305/463 [00:48<00:23, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 306/463 [00:48<00:24, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 306/463 [00:48<00:24, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 306/463 [00:48<00:24, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 307/463 [00:48<00:23, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 307/463 [00:48<00:23, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 307/463 [00:48<00:23, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 308/463 [00:48<00:23, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 308/463 [00:48<00:23, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 308/463 [00:48<00:23, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 309/463 [00:48<00:23, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 309/463 [00:48<00:23, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 309/463 [00:48<00:23, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 310/463 [00:48<00:22, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 310/463 [00:48<00:22, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 310/463 [00:48<00:22, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 311/463 [00:48<00:22, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 311/463 [00:49<00:22, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 311/463 [00:49<00:22, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 312/463 [00:49<00:22, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 312/463 [00:49<00:22, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 312/463 [00:49<00:22, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 313/463 [00:49<00:23, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 313/463 [00:49<00:23, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 313/463 [00:49<00:23, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 314/463 [00:49<00:22, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 314/463 [00:49<00:22, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 314/463 [00:49<00:22, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 315/463 [00:49<00:21, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 315/463 [00:49<00:21, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 315/463 [00:49<00:21, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 316/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 316/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 316/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 317/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 317/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 317/463 [00:49<00:22, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 318/463 [00:49<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 318/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 318/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 319/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 319/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 319/463 [00:50<00:21, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 320/463 [00:50<00:21, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 320/463 [00:50<00:21, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 320/463 [00:50<00:21, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 321/463 [00:50<00:21, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 321/463 [00:50<00:21, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 321/463 [00:50<00:21, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 322/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 322/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 322/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 323/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 323/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 323/463 [00:50<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 324/463 [00:50<00:21, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 324/463 [00:51<00:21, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 324/463 [00:51<00:21, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 325/463 [00:51<00:20, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 325/463 [00:51<00:20, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 325/463 [00:51<00:20, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 326/463 [00:51<00:20, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 326/463 [00:51<00:20, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 326/463 [00:51<00:20, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 327/463 [00:51<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 327/463 [00:51<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 327/463 [00:51<00:20, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 328/463 [00:51<00:20, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 328/463 [00:51<00:20, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 328/463 [00:51<00:20, 6.65frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 329/463 [00:51<00:20, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 329/463 [00:51<00:20, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 329/463 [00:51<00:20, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 330/463 [00:51<00:20, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 330/463 [00:51<00:20, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 330/463 [00:51<00:20, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 331/463 [00:51<00:19, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 331/463 [00:52<00:19, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 331/463 [00:52<00:19, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 332/463 [00:52<00:19, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 332/463 [00:52<00:19, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 332/463 [00:52<00:19, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 333/463 [00:52<00:19, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 333/463 [00:52<00:19, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 333/463 [00:52<00:19, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 334/463 [00:52<00:19, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 334/463 [00:52<00:19, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 334/463 [00:52<00:19, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 335/463 [00:52<00:19, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 335/463 [00:52<00:19, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 335/463 [00:52<00:19, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 336/463 [00:52<00:18, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 336/463 [00:52<00:18, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 336/463 [00:52<00:18, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 337/463 [00:52<00:19, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 337/463 [00:53<00:19, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 337/463 [00:53<00:19, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 338/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 338/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 338/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 339/463 [00:53<00:18, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 339/463 [00:53<00:18, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 339/463 [00:53<00:18, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 340/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 340/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 340/463 [00:53<00:18, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 341/463 [00:53<00:18, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 341/463 [00:53<00:18, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 341/463 [00:53<00:18, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 342/463 [00:53<00:18, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 342/463 [00:53<00:18, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 342/463 [00:53<00:18, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 343/463 [00:53<00:17, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 343/463 [00:53<00:17, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 343/463 [00:53<00:17, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 344/463 [00:53<00:17, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 344/463 [00:54<00:17, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 344/463 [00:54<00:17, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 345/463 [00:54<00:18, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 345/463 [00:54<00:18, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 345/463 [00:54<00:18, 6.51frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 346/463 [00:54<00:17, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 346/463 [00:54<00:17, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 346/463 [00:54<00:17, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 347/463 [00:54<00:17, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 347/463 [00:54<00:17, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 347/463 [00:54<00:17, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 348/463 [00:54<00:16, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 348/463 [00:54<00:16, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 348/463 [00:54<00:16, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 349/463 [00:54<00:17, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 349/463 [00:54<00:17, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 349/463 [00:54<00:17, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 350/463 [00:54<00:17, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 350/463 [00:54<00:17, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 350/463 [00:54<00:17, 6.64frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 351/463 [00:54<00:16, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 351/463 [00:55<00:16, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 351/463 [00:55<00:16, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 352/463 [00:55<00:16, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 352/463 [00:55<00:16, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 352/463 [00:55<00:16, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 353/463 [00:55<00:16, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 353/463 [00:55<00:16, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 353/463 [00:55<00:16, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 354/463 [00:55<00:16, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 354/463 [00:55<00:16, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 354/463 [00:55<00:16, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 355/463 [00:55<00:16, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 355/463 [00:55<00:16, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 355/463 [00:55<00:16, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 356/463 [00:55<00:15, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 356/463 [00:55<00:15, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 356/463 [00:55<00:15, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 357/463 [00:55<00:15, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 357/463 [00:56<00:15, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 357/463 [00:56<00:15, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 358/463 [00:56<00:15, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 358/463 [00:56<00:15, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 358/463 [00:56<00:15, 6.59frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 359/463 [00:56<00:15, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 359/463 [00:56<00:15, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 359/463 [00:56<00:15, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 360/463 [00:56<00:15, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 360/463 [00:56<00:15, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 360/463 [00:56<00:15, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 361/463 [00:56<00:14, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 361/463 [00:56<00:14, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 361/463 [00:56<00:14, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 362/463 [00:56<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 362/463 [00:56<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 362/463 [00:56<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 363/463 [00:56<00:14, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 363/463 [00:56<00:14, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 363/463 [00:56<00:14, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 364/463 [00:56<00:14, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 364/463 [00:57<00:14, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 364/463 [00:57<00:14, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 365/463 [00:57<00:14, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 365/463 [00:57<00:14, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 365/463 [00:57<00:14, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 366/463 [00:57<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 366/463 [00:57<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 366/463 [00:57<00:14, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 367/463 [00:57<00:13, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 367/463 [00:57<00:13, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 367/463 [00:57<00:13, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 368/463 [00:57<00:13, 6.94frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 368/463 [00:57<00:13, 6.94frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 368/463 [00:57<00:13, 6.94frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 369/463 [00:57<00:13, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 369/463 [00:57<00:13, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 369/463 [00:57<00:13, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 370/463 [00:57<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 370/463 [00:57<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 370/463 [00:57<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 371/463 [00:57<00:14, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 371/463 [00:58<00:14, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 371/463 [00:58<00:14, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 372/463 [00:58<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 372/463 [00:58<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 372/463 [00:58<00:13, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 373/463 [00:58<00:13, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 373/463 [00:58<00:13, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 373/463 [00:58<00:13, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 374/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 374/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 374/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 375/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 375/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 375/463 [00:58<00:12, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 376/463 [00:58<00:12, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 376/463 [00:58<00:12, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 376/463 [00:58<00:12, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 377/463 [00:58<00:12, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 377/463 [00:58<00:12, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 377/463 [00:58<00:12, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 378/463 [00:58<00:12, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 378/463 [00:59<00:12, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 378/463 [00:59<00:12, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 379/463 [00:59<00:12, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 379/463 [00:59<00:12, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 379/463 [00:59<00:12, 6.70frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 380/463 [00:59<00:12, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 380/463 [00:59<00:12, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 380/463 [00:59<00:12, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 381/463 [00:59<00:12, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 381/463 [00:59<00:12, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 381/463 [00:59<00:12, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 382/463 [00:59<00:11, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 382/463 [00:59<00:11, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 382/463 [00:59<00:11, 6.85frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 383/463 [00:59<00:11, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 383/463 [00:59<00:11, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 383/463 [00:59<00:11, 6.84frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 384/463 [00:59<00:11, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 384/463 [00:59<00:11, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 384/463 [00:59<00:11, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 385/463 [00:59<00:11, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 385/463 [01:00<00:11, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 385/463 [01:00<00:11, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 386/463 [01:00<00:11, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 386/463 [01:00<00:11, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 386/463 [01:00<00:11, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 387/463 [01:00<00:11, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 387/463 [01:00<00:11, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 387/463 [01:00<00:11, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 388/463 [01:00<00:11, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 388/463 [01:00<00:11, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 388/463 [01:00<00:11, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 389/463 [01:00<00:10, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 389/463 [01:00<00:10, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 389/463 [01:00<00:10, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 390/463 [01:00<00:10, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 390/463 [01:00<00:10, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 390/463 [01:00<00:10, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 391/463 [01:00<00:10, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 391/463 [01:00<00:10, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 391/463 [01:00<00:10, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 392/463 [01:00<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 392/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 392/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 393/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 393/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 393/463 [01:01<00:10, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 394/463 [01:01<00:10, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 394/463 [01:01<00:10, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 394/463 [01:01<00:10, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 395/463 [01:01<00:10, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 395/463 [01:01<00:10, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 395/463 [01:01<00:10, 6.63frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 396/463 [01:01<00:09, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 396/463 [01:01<00:09, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 396/463 [01:01<00:09, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 397/463 [01:01<00:09, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 397/463 [01:01<00:09, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 397/463 [01:01<00:09, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 398/463 [01:01<00:09, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 398/463 [01:02<00:09, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 398/463 [01:02<00:09, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 399/463 [01:02<00:09, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 399/463 [01:02<00:09, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 399/463 [01:02<00:09, 6.83frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 400/463 [01:02<00:09, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 400/463 [01:02<00:09, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 400/463 [01:02<00:09, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 401/463 [01:02<00:09, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 401/463 [01:02<00:09, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 401/463 [01:02<00:09, 6.49frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 402/463 [01:02<00:09, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 402/463 [01:02<00:09, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 402/463 [01:02<00:09, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 403/463 [01:02<00:09, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 403/463 [01:02<00:09, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 403/463 [01:02<00:09, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 404/463 [01:02<00:08, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 404/463 [01:02<00:08, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 404/463 [01:02<00:08, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 405/463 [01:02<00:08, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 405/463 [01:03<00:08, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 405/463 [01:03<00:08, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 406/463 [01:03<00:08, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 406/463 [01:03<00:08, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 406/463 [01:03<00:08, 6.86frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 407/463 [01:03<00:08, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 407/463 [01:03<00:08, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 407/463 [01:03<00:08, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 408/463 [01:03<00:07, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 408/463 [01:03<00:07, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 408/463 [01:03<00:07, 6.90frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 409/463 [01:03<00:08, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 409/463 [01:03<00:08, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 409/463 [01:03<00:08, 6.53frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 410/463 [01:03<00:08, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 410/463 [01:03<00:08, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 410/463 [01:03<00:08, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 411/463 [01:03<00:07, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 411/463 [01:03<00:07, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 411/463 [01:03<00:07, 6.72frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 412/463 [01:03<00:07, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 412/463 [01:04<00:07, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 412/463 [01:04<00:07, 6.56frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 413/463 [01:04<00:07, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 413/463 [01:04<00:07, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 413/463 [01:04<00:07, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 414/463 [01:04<00:07, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 414/463 [01:04<00:07, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 414/463 [01:04<00:07, 6.57frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 415/463 [01:04<00:07, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 415/463 [01:04<00:07, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 415/463 [01:04<00:07, 6.75frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 416/463 [01:04<00:07, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 416/463 [01:04<00:07, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 416/463 [01:04<00:07, 6.45frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 417/463 [01:04<00:06, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 417/463 [01:04<00:06, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 417/463 [01:04<00:06, 6.66frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 418/463 [01:04<00:06, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 418/463 [01:05<00:06, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 418/463 [01:05<00:06, 6.43frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 419/463 [01:05<00:06, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 419/463 [01:05<00:06, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 419/463 [01:05<00:06, 6.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 420/463 [01:05<00:06, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 420/463 [01:05<00:06, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 420/463 [01:05<00:06, 6.46frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 421/463 [01:05<00:06, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 421/463 [01:05<00:06, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 421/463 [01:05<00:06, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 422/463 [01:05<00:06, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 422/463 [01:05<00:06, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 422/463 [01:05<00:06, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 423/463 [01:05<00:06, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 423/463 [01:05<00:06, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 423/463 [01:05<00:06, 6.62frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 424/463 [01:05<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 424/463 [01:05<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 424/463 [01:05<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 425/463 [01:05<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 425/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 425/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 426/463 [01:06<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 426/463 [01:06<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 426/463 [01:06<00:05, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 427/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 427/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 427/463 [01:06<00:05, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 428/463 [01:06<00:05, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 428/463 [01:06<00:05, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 428/463 [01:06<00:05, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 429/463 [01:06<00:04, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 429/463 [01:06<00:04, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 429/463 [01:06<00:04, 6.88frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 430/463 [01:06<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 430/463 [01:06<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 430/463 [01:06<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 431/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 431/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 431/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 432/463 [01:06<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 432/463 [01:07<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 432/463 [01:07<00:04, 6.91frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 433/463 [01:07<00:04, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 433/463 [01:07<00:04, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 433/463 [01:07<00:04, 6.95frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 434/463 [01:07<00:04, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 434/463 [01:07<00:04, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 434/463 [01:07<00:04, 6.82frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 435/463 [01:07<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 435/463 [01:07<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 435/463 [01:07<00:04, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 436/463 [01:07<00:04, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 436/463 [01:07<00:04, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 436/463 [01:07<00:04, 6.58frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 437/463 [01:07<00:03, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 437/463 [01:07<00:03, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 437/463 [01:07<00:03, 6.77frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 438/463 [01:07<00:03, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 438/463 [01:07<00:03, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 438/463 [01:07<00:03, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 439/463 [01:07<00:03, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 439/463 [01:08<00:03, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 439/463 [01:08<00:03, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 440/463 [01:08<00:03, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 440/463 [01:08<00:03, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 440/463 [01:08<00:03, 6.50frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 441/463 [01:08<00:03, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 441/463 [01:08<00:03, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 441/463 [01:08<00:03, 6.69frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 442/463 [01:08<00:03, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 442/463 [01:08<00:03, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 442/463 [01:08<00:03, 6.38frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 443/463 [01:08<00:03, 6.36frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 443/463 [01:08<00:03, 6.36frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 443/463 [01:08<00:03, 6.36frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 444/463 [01:08<00:02, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 444/463 [01:08<00:02, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 444/463 [01:08<00:02, 6.68frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 445/463 [01:08<00:02, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 445/463 [01:09<00:02, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 445/463 [01:09<00:02, 6.73frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 446/463 [01:09<00:02, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 446/463 [01:09<00:02, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 446/463 [01:09<00:02, 6.76frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 447/463 [01:09<00:02, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 447/463 [01:09<00:02, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 447/463 [01:09<00:02, 6.52frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 448/463 [01:09<00:02, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 448/463 [01:09<00:02, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 448/463 [01:09<00:02, 6.78frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 449/463 [01:09<00:02, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 449/463 [01:09<00:02, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 449/463 [01:09<00:02, 6.80frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 450/463 [01:09<00:02, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 450/463 [01:09<00:02, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 450/463 [01:09<00:02, 6.47frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 451/463 [01:09<00:01, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 451/463 [01:09<00:01, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 451/463 [01:09<00:01, 6.74frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 452/463 [01:09<00:01, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 452/463 [01:10<00:01, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 452/463 [01:10<00:01, 6.60frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 453/463 [01:10<00:01, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 453/463 [01:10<00:01, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 453/463 [01:10<00:01, 6.79frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 454/463 [01:10<00:01, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 454/463 [01:10<00:01, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 454/463 [01:10<00:01, 6.81frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 455/463 [01:10<00:01, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 455/463 [01:10<00:01, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 455/463 [01:10<00:01, 6.89frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 456/463 [01:10<00:01, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 456/463 [01:10<00:01, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 456/463 [01:10<00:01, 6.87frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 457/463 [01:10<00:00, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 457/463 [01:10<00:00, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 457/463 [01:10<00:00, 6.93frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 458/463 [01:10<00:00, 5.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 458/463 [01:11<00:00, 5.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 458/463 [01:11<00:00, 5.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 459/463 [01:11<00:00, 5.10frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 459/463 [01:11<00:00, 5.10frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 459/463 [01:11<00:00, 5.10frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 460/463 [01:11<00:00, 4.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 460/463 [01:11<00:00, 4.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 460/463 [01:11<00:00, 4.71frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 461/463 [01:11<00:00, 4.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 461/463 [01:11<00:00, 4.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 461/463 [01:11<00:00, 4.48frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 462/463 [01:11<00:00, 4.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 462/463 [01:12<00:00, 4.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 462/463 [01:12<00:00, 4.35frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|██████████| 463/463 [01:12<00:00, 4.26frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|██████████| 463/463 [01:12<00:00, 6.42frame/s, memory_usage=05.74GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] [ROOP.CORE] Creating video with 30 FPS... [ROOP.CORE] Restoring audio might cause issues as fps are not kept... [ROOP.CORE] Cleaning temporary resources... [ROOP.CORE] Processing to video succeed! Status: swap successful!
Prediction
xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440ID5g7szw3b4sqeqqez7fhvkqxdcuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedby @xrundaInput
{ "source": "https://replicate.delivery/pbxt/JcJF8BvgekIaaa9z3Zi9DgxFoAoItGcZiva3GTafG0j0yato/roop_video.mp4", "target": "https://replicate.delivery/pbxt/JcJF6nqnY7bzP6qEY9dhYNlpSmIYdbtCxAcG9CveNRLwnpYJ/roop_face.jpeg" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run xrunda/hello using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440", { input: { source: "https://replicate.delivery/pbxt/JcJF8BvgekIaaa9z3Zi9DgxFoAoItGcZiva3GTafG0j0yato/roop_video.mp4", target: "https://replicate.delivery/pbxt/JcJF6nqnY7bzP6qEY9dhYNlpSmIYdbtCxAcG9CveNRLwnpYJ/roop_face.jpeg" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run xrunda/hello using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440", input={ "source": "https://replicate.delivery/pbxt/JcJF8BvgekIaaa9z3Zi9DgxFoAoItGcZiva3GTafG0j0yato/roop_video.mp4", "target": "https://replicate.delivery/pbxt/JcJF6nqnY7bzP6qEY9dhYNlpSmIYdbtCxAcG9CveNRLwnpYJ/roop_face.jpeg" } ) # The xrunda/hello model can stream output as it's running. # The predict method returns an iterator, and you can iterate over that output. for item in output: # https://replicate.com/xrunda/hello/api#output-schema print(item)
To learn more, take a look at the guide on getting started with Python.
Run xrunda/hello 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": "xrunda/hello:104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440", "input": { "source": "https://replicate.delivery/pbxt/JcJF8BvgekIaaa9z3Zi9DgxFoAoItGcZiva3GTafG0j0yato/roop_video.mp4", "target": "https://replicate.delivery/pbxt/JcJF6nqnY7bzP6qEY9dhYNlpSmIYdbtCxAcG9CveNRLwnpYJ/roop_face.jpeg" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-30T08:30:27.533123Z", "created_at": "2023-09-30T08:26:39.274075Z", "data_removed": false, "error": null, "id": "5g7szw3b4sqeqqez7fhvkqxdcu", "input": { "source": "https://replicate.delivery/pbxt/JcJF8BvgekIaaa9z3Zi9DgxFoAoItGcZiva3GTafG0j0yato/roop_video.mp4", "target": "https://replicate.delivery/pbxt/JcJF6nqnY7bzP6qEY9dhYNlpSmIYdbtCxAcG9CveNRLwnpYJ/roop_face.jpeg" }, "logs": "source: /tmp/tmpbyg8o6drroop_video.mp4\ntarget: /tmp/tmp69e0dxm_roop_face.jpeg\n/root/.pyenv/versions/3.11.5/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.\nTo use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.\nP = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4\n开始生产中\n2023-09-30 08:28:21.826741046 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1600, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.826752436 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1601, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.826785476 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1602, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.826881765 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1604, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.826940975 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1603, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.827544251 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1605, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.827755880 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1611, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.827789149 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1607, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.827636230 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1608, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.839220520 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1606, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.843248756 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1610, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.844368879 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1688, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.847229131 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1609, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.850832300 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1628, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.850857069 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1629, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.850874789 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1646, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.852047722 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1614, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.855246553 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1649, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.859223488 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1650, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862418189 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1620, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.852522939 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1619, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.852485020 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1616, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.852588499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1613, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.863004575 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1693, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.863029795 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1638, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.863219534 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1625, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.863318014 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1661, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.852556259 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1615, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.867230350 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1662, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.867267040 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1643, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.871252835 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1626, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.871280585 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1647, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.871304365 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1669, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.852615799 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1618, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.875239681 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1670, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.875259231 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1651, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.852645139 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1617, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862686288 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1621, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879244887 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1622, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879356396 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1682, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862770697 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1631, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862846907 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1690, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.871271525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1666, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862870816 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1694, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879252596 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1674, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879263096 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1687, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862904746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1691, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.907211546 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1675, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.907234886 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1672, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879415995 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1668, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862969736 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1692, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879504505 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1679, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862829547 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1632, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879398835 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1667, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879544085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1683, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879485405 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1676, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879377876 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1664, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879393546 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1686, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862731667 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1630, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879524565 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1680, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879331766 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1660, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.862992876 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1637, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879564694 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1684, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.891201074 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1685, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.935268135 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1677, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.939214661 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1678, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.891206734 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1689, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.895203029 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1665, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.882849554 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1635, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879356276 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1663, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.882917444 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1624, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.899216495 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1673, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.887209468 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1612, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.935216576 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1636, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.882865164 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1627, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.935232826 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1644, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.879434755 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1671, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.891239443 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1642, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.891256123 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1645, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.927207904 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1652, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.935203966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1648, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:22.015333698 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1623, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:21.943322516 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1659, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:22.043221378 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1641, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:22.043226017 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1681, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\nfind model: /root/.insightface/models/buffalo_l/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0\n2023-09-30 08:28:24.491682574 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1707, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.491760013 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1708, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.491844023 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1709, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.491911142 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1710, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492008752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1711, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492524599 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1716, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492789737 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1719, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492593688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1717, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492677788 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1721, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492700458 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1723, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492905976 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1722, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492593708 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1718, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.492731328 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1724, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.493015436 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1720, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.496956662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1757, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507213900 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1729, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507238240 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1731, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507213889 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1715, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507248919 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1713, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507217980 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1730, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507257889 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1727, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507220309 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1712, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507214889 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1714, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.507238249 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1726, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.511219405 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1732, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.511228055 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1755, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.511260515 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1736, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.515216290 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1734, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.515255250 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1756, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.515307200 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1742, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.511218865 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1733, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.519268486 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1735, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.519291006 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1758, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.515225080 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1737, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.519356966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1752, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\n2023-09-30 08:28:24.507240329 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1725, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.523208812 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1738, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.523210112 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1753, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nfind model: /root/.insightface/models/buffalo_l/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0\n2023-09-30 08:28:24.519280046 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1743, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527329157 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1783, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527353157 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1749, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527207938 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1739, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531322763 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1818, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527226368 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1759, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531366593 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1822, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527229418 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1744, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527253308 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1745, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527266308 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1780, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527212878 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1728, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527286087 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1781, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535344118 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1838, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531232583 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1784, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.539220945 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1767, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.539364524 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1814, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531253633 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1811, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531273543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1750, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531292463 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1751, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531297563 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1815, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531311303 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1817, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531324043 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1774, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531224383 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1810, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531226813 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1748, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.527306977 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1782, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535209089 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1824, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.551416471 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1829, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555202297 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1816, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555212927 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1769, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555215467 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1771, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555214137 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1787, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535223839 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1778, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559303292 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1827, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.562736711 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1772, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.563304438 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1808, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535242679 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1779, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535232239 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1807, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.571210699 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1843, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535273269 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1831, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.575252855 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1806, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535284848 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1833, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535296878 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1834, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.539392544 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1813, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.583205576 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1804, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531251883 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1785, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.543206910 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1786, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531288403 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1766, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.543230890 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1773, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531351393 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1775, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555251547 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1844, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.591607595 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1845, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535219909 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1825, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.531356482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1821, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.543255320 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1789, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555203937 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1768, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555203927 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1770, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559203103 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1788, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559202463 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1832, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.578702064 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1805, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559214803 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1790, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559218372 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1837, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559223312 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1791, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559231303 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1820, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559243472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1826, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.543310800 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1793, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559256222 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1823, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.543323689 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1794, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559266172 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1812, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559275552 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1809, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559276212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1795, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559285662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1840, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559287072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1796, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559295662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1830, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.637557906 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1802, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559295722 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1797, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.543376809 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1798, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.567208034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1776, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.644054156 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1803, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.567228814 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1777, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.567247354 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1799, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.652519024 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1861, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.567260514 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1800, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.659336333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1869, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.567286574 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1801, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535262398 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1754, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.663212859 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1871, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.535251569 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1828, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.555225427 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1839, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.667223265 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1873, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.671208141 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1859, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.675199556 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1874, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.679201322 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1877, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.679286132 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1868, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.683197988 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1870, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559232563 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1792, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.683220837 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1881, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.559210232 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1819, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.687201283 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1882, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.687205503 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1872, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.691206749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1875, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.691219939 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1884, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.695199735 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1886, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.695205335 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1876, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.699201160 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1853, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.699218190 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1880, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.699202370 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1879, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.703199306 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1883, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.683199668 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1878, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.707200031 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1885, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.707252001 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1855, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.707200021 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1854, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.711223987 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1896, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.715206443 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1903, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.715229053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1860, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.717567298 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1901, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.667202075 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1858, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.719203738 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1899, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723204194 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1898, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.727211390 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1856, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.727683607 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1894, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723231004 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1900, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.731607203 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1891, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723252233 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1897, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723269263 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1893, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.735928736 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1890, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723289333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1892, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723303063 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1889, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.743598729 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1887, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723315753 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1888, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.715232013 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1902, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.723204204 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1857, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.727214830 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1895, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\nfind model: /root/.insightface/models/buffalo_l/det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0\n2023-09-30 08:28:24.992118606 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1904, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.992150506 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1905, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.992178406 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1906, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.992338094 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1910, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.992425824 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1913, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.992856241 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1918, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.992359424 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1911, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.994742930 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1974, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:24.996578239 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1916, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.003202628 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1907, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.003224728 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1912, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.003234808 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1921, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.003285148 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1919, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007196794 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1908, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.011203210 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1978, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.011230459 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1947, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\n2023-09-30 08:28:25.003209508 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1915, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007204024 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1909, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.003202628 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1914, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007223004 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1973, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nfind model: /root/.insightface/models/buffalo_l/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0\n2023-09-30 08:28:25.007232874 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1925, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.019204781 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1941, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007255214 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1920, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.019255231 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1963, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.021896085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2063, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.023203397 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1964, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007273094 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1923, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007252134 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1926, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027290691 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2049, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027305641 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2066, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007311854 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1933, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007289034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1930, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031365117 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1998, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007299294 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1924, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007334283 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1934, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007360323 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1928, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007377633 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1931, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.039249428 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2013, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007379783 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1939, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043271084 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2026, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043279574 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2027, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043294204 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2084, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007467142 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1948, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007397063 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1940, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047287990 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2045, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007513762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1952, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047315719 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2042, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007394563 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1932, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007646481 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1966, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007666041 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1967, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.059200687 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2006, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007689511 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1970, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.063224673 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2005, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.011208590 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1988, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.011208430 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1946, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.067200549 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2008, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.067203499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2068, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.003209228 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1917, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.071199104 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2014, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.071215364 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2070, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015210575 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1980, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015232455 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1981, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015219925 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1950, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015244865 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1951, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015242475 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1969, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.087198746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2002, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.087214746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2031, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015277145 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1986, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015287974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1979, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015301085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1987, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015253575 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1983, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015321384 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1990, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015329724 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1984, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015345354 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1991, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015353504 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1985, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015366194 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1992, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.019204481 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1989, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.019206281 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1955, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.019231621 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1956, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007208984 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1922, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007269604 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1929, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027206362 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1965, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027208682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2050, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027215002 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2058, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027230472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2071, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027231772 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1968, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027243492 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2059, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027243692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2072, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027254582 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2060, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027254242 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2076, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027267072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2090, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027266961 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2061, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027278381 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2091, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027279052 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2062, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.027291061 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2065, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031198688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2067, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031206468 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1975, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031213208 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2074, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031223858 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2085, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031225868 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1976, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031238868 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2086, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031249278 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1977, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031255978 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2087, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031267577 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2088, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031273097 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1993, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031290117 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1994, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031309097 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1995, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031329287 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1996, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.031350087 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1997, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007330263 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1927, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.035194493 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2048, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.035229943 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2064, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007352663 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1936, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.039196129 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2051, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.039197719 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2009, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.039216529 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2010, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.039234679 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2011, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043195925 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2077, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043196105 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2007, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043201025 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2015, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043203105 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2047, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043211395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2078, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043210835 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2012, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043214145 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2018, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043227285 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2016, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043227985 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2079, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043231905 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2020, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043242205 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2019, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043239215 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2080, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043248684 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2023, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043253244 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2081, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043256055 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2022, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043265235 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2025, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.043278514 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2083, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007444623 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1945, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047198210 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2093, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047198200 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2029, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047206240 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2030, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047243250 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2036, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047249910 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2034, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047260330 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2040, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047272070 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2037, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.047274770 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2044, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007528212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1953, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007552222 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1954, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.051196786 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2043, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.051197686 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2046, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007493133 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1949, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007415163 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1935, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007475153 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1942, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.007705131 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1971, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.071202544 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2069, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075198709 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2073, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075199809 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2017, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075199820 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1999, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075212829 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2021, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075213029 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2075, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075213589 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2000, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075226709 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2082, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075226769 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2001, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075238139 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2089, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075241169 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2004, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.075251499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2092, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.079201536 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2024, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.079211956 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2003, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.079219576 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2035, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.079259585 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2041, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.087196926 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2028, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015266805 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1972, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:25.015306505 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1982, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\nfind model: /root/.insightface/models/buffalo_l/w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5\nset det-size: (640, 640)\nPre-trained weights will be downloaded.\nDownloading...\nFrom: https://github.com/bhky/opennsfw2/releases/download/v0.1.0/open_nsfw_weights.h5\nTo: /root/.opennsfw2/weights/open_nsfw_weights.h5\n 0%| | 0.00/24.2M [00:00<?, ?B/s]\n 6%|▋ | 1.57M/24.2M [00:00<00:01, 14.8MB/s]\n 19%|█▉ | 4.72M/24.2M [00:00<00:00, 24.0MB/s]\n 35%|███▍ | 8.39M/24.2M [00:00<00:00, 28.6MB/s]\n 50%|████▉ | 12.1M/24.2M [00:00<00:00, 30.8MB/s]\n 67%|██████▋ | 16.3M/24.2M [00:00<00:00, 33.0MB/s]\n 87%|████████▋ | 21.0M/24.2M [00:00<00:00, 36.2MB/s]\n100%|██████████| 24.2M/24.2M [00:00<00:00, 33.5MB/s]\n 0%| | 0/450 [00:00<?, ?it/s]\n 0%| | 2/450 [00:00<03:34, 2.09it/s]\n 18%|█▊ | 79/450 [00:01<00:03, 101.77it/s]\n 37%|███▋ | 166/450 [00:01<00:01, 221.84it/s]\n 59%|█████▉ | 267/450 [00:01<00:00, 365.54it/s]\n 81%|████████ | 365/450 [00:01<00:00, 490.82it/s]\n100%|██████████| 450/450 [00:01<00:00, 309.85it/s]\n[ROOP.CORE] Creating temporary resources...\n[ROOP.CORE] Extracting frames with 30 FPS...\n[ROOP.FACE-SWAPPER] Progressing...\nProcessing: 0%| | 0/450 [00:00<?, ?frame/s]2023-09-30 08:28:35.439075071 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2403, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.439404979 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2408, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.439424749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2409, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.440741851 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2405, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.440842520 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2410, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.440960689 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2412, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.441026309 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2414, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.442147433 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2406, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.444880826 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2415, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.447204642 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2416, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.448980051 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2407, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.440724321 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2404, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.465099333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2446, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.465141152 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2448, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.465179062 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2447, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.465878068 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2464, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.468695021 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2425, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.471209285 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2424, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.471637493 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2426, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.472492127 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2423, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.473736530 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2422, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.475207351 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2421, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.475209551 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2495, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.479203747 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2420, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.479226087 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2497, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.479205977 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2440, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.483232472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2419, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.487233578 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2413, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.487667185 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2441, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.489556664 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2491, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.489591753 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2490, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.490114520 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2444, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.490763896 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2445, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.479205977 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2496, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.499234544 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2469, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.499269784 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2449, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.499313794 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2450, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.499339124 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2451, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.499358404 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2452, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.503203770 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2462, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.503216630 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2411, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.507231876 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2470, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.507245396 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2418, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.507232676 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2463, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.507266356 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2465, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.507281025 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2427, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.511217681 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2428, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.511228471 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2466, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.513216859 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2481, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.515303207 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2482, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.515360416 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2467, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.515363336 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2430, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.515410166 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2468, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.515434236 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2432, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.519213813 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2483, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.519221053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2431, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.523047499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2484, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.523059309 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2485, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.523108289 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2486, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.523217558 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2487, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.523234968 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2433, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.527220564 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2434, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.531203730 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2489, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.531212680 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2435, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.527229394 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2488, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.539110482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2455, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.539301711 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2474, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.543216146 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2475, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.545503923 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2492, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.547215102 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2476, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.550871340 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2473, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.551212948 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2477, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.555217884 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2472, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.555340343 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2494, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.559221619 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2471, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.560690360 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2439, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.562416640 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2438, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.555217873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2478, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.565495281 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2454, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.570544130 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2453, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.555280113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2480, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.555308393 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2493, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.507211486 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2417, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.555254553 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2479, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2023-09-30 08:28:35.515307197 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2429, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}}\ninswapper-shape: [1, 3, 128, 128]\nProcessing: 0%| | 0/450 [00:04<?, ?frame/s, memory_usage=05.27GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 0/450 [00:04<?, ?frame/s, memory_usage=05.27GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/450 [00:04<31:51, 4.26s/frame, memory_usage=05.27GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/450 [00:04<31:51, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/450 [00:04<31:51, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/450 [00:04<31:47, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/450 [00:04<31:47, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/450 [00:04<31:43, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/450 [00:04<31:43, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/450 [00:04<31:43, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/450 [00:04<31:38, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/450 [00:04<31:34, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/450 [00:04<31:34, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/450 [00:04<31:30, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/450 [00:04<31:30, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/450 [00:04<31:26, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/450 [00:04<31:26, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/450 [00:04<31:21, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/450 [00:04<31:21, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/450 [00:04<02:37, 2.80frame/s, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/450 [00:04<02:37, 2.80frame/s, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/450 [00:04<02:37, 2.80frame/s, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/450 [00:04<02:36, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/450 [00:04<02:36, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/450 [00:04<01:42, 4.28frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/450 [00:04<01:42, 4.28frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/450 [00:04<01:42, 4.28frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 16/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 16/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 17/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 17/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 23/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 23/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 25/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 25/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 25/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 30/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 30/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 30/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 34/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 34/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 39/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 39/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 40/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 40/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 40/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 43/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 43/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 43/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 45/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 45/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 45/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 46/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 46/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 48/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 48/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 51/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 51/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 52/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 52/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 53/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 53/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 57/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 57/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 61/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 61/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 62/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 62/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 63/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 63/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 66/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 66/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 67/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 67/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 68/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 68/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 69/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 69/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 70/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 70/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 71/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 71/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 74/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 74/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 75/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 75/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 76/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 76/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/450 [00:06<00:09, 38.41frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/450 [00:06<00:09, 38.41frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 79/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 79/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 80/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 80/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 81/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 81/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 84/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 84/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 85/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 85/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 86/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 86/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 88/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 88/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 88/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 89/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 89/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 90/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 90/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 91/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 91/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 92/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 92/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 93/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 93/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 94/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 94/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 94/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 96/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 96/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 97/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 97/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 98/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 98/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 99/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 99/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 99/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 102/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 102/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 103/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 103/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 104/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 104/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 104/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 106/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 106/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 107/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 107/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 108/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 108/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 109/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 109/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 111/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 111/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 112/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 112/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 113/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 113/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 114/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 114/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 115/450 [00:06<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 115/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 115/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 116/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 116/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 117/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 117/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 118/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 118/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 119/450 [00:07<00:07, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 119/450 [00:07<00:07, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 120/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 120/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 120/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 121/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 121/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 122/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 122/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 124/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 124/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 125/450 [00:07<00:07, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 125/450 [00:07<00:07, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 126/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 126/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 126/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 127/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 127/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 129/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 129/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 130/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 130/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 131/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 131/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 131/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 132/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 132/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 133/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 133/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 134/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 134/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 135/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 135/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 136/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 136/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 136/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 137/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 137/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 138/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 138/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 139/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 139/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 140/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 140/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 141/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 141/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 141/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 142/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 142/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 143/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 143/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 144/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 144/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 145/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 145/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 147/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 147/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 148/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 148/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 149/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 149/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 150/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 150/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 151/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 151/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 151/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 152/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 152/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 153/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 153/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 154/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 154/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 155/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 155/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 155/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 156/450 [00:07<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 156/450 [00:07<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 157/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 157/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 158/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 158/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 159/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 159/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 160/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 160/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 161/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 161/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 162/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 162/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 163/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 163/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 163/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 164/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 164/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 165/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 165/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 166/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 166/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 167/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 167/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 168/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 168/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 169/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 169/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 170/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 170/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 170/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 171/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 171/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 172/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 172/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 173/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 173/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 174/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 174/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 175/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 175/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 175/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 176/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 176/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 177/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 177/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 178/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 178/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 179/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 179/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 180/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 180/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 180/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 181/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 181/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 182/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 182/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 183/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 183/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 184/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 184/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 185/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 185/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 185/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 186/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 186/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 187/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 187/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 188/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 188/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 189/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 189/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 190/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 190/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 190/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 191/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 191/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 192/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 192/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 193/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 193/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 194/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 194/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 195/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 195/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 196/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 196/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 197/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 197/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 197/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 198/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 198/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 199/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 199/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 200/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 200/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 201/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 201/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 202/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 202/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 202/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 203/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 203/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 204/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 204/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 205/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 205/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 206/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 206/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 207/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 207/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 208/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 208/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 208/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 209/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 209/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 210/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 210/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 211/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 211/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 212/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 212/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 213/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 213/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 213/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 214/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 214/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 215/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 215/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 216/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 216/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 217/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 217/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 218/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 218/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 218/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 219/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 219/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 220/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 220/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 221/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 221/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 222/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 222/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 223/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 223/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 224/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 224/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 224/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 225/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 225/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 226/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 226/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 227/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 227/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 228/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 228/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 229/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 229/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 229/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 230/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 230/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 231/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 231/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 232/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 232/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 233/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 233/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 234/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 234/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 235/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 235/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 235/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 236/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 236/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 237/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 237/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 238/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 238/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 239/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 239/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 240/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 240/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 241/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 241/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 241/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 242/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 242/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 243/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 243/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 244/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 244/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 245/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 245/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 246/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 246/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 246/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 247/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 247/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 248/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 248/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 249/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 249/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 250/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 250/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 251/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 251/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 251/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 252/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 252/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 253/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 253/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 254/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 254/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 255/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 255/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 256/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 256/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 256/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 257/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 257/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 258/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 258/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 259/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 259/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 260/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 260/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 261/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 261/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 262/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 262/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 262/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 263/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 263/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 264/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 264/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 265/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 265/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 266/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 266/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 267/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 267/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 268/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 268/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 268/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 269/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 269/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 270/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 270/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 271/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 271/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 272/450 [00:10<00:03, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 272/450 [00:10<00:03, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 273/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 273/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 273/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 274/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 274/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 275/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 275/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 276/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 276/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 277/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 277/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 278/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 278/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 278/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 279/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 279/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 280/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 280/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 281/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 281/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 282/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 282/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 283/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 283/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 283/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 284/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 284/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 285/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 285/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 286/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 286/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 287/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 287/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 288/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 288/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 289/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 289/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 290/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 290/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 290/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 291/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 291/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 292/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 292/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 293/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 293/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 294/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 294/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 295/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 295/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 295/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 296/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 296/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 297/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 297/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 298/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 298/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 299/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 299/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 300/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 300/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 300/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 301/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 301/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 302/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 302/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 303/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 303/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 304/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 304/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 305/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 305/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 305/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 306/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 306/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 307/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 307/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 308/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 308/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 309/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 309/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 309/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 310/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 310/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 311/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 311/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 312/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 312/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 313/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 313/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 314/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 314/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 315/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 315/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 316/450 [00:11<00:03, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 316/450 [00:11<00:03, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 316/450 [00:11<00:03, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 317/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 317/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 318/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 318/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 319/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 319/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 320/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 320/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 321/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 321/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 321/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 322/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 322/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 323/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 323/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 324/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 324/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 325/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 325/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 326/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 326/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 327/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 327/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 328/450 [00:11<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 328/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 328/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 329/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 329/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 330/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 330/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 331/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 331/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 332/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 332/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 333/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 333/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 333/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 334/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 334/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 335/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 335/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 336/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 336/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 337/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 337/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 338/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 338/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 338/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 339/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 339/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 340/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 340/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 341/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 341/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 342/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 342/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 343/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 343/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 344/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 344/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 344/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 345/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 345/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 346/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 346/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 347/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 347/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 348/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 348/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 349/450 [00:12<00:02, 39.74frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 349/450 [00:12<00:02, 39.74frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 351/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 351/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 352/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 352/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 353/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 353/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 354/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 354/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 355/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 355/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 356/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 356/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 356/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 357/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 357/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 358/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 358/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 359/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 359/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 360/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 360/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 361/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 361/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 362/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 362/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 362/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 363/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 363/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 364/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 364/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 365/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 365/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 366/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 366/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 367/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 367/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 368/450 [00:12<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 368/450 [00:12<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 368/450 [00:12<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 369/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 369/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 370/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 370/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 371/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 371/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 372/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 372/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 373/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 373/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 373/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 374/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 374/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 375/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 375/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 376/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 376/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 377/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 377/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 378/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 378/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 378/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 379/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 379/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 380/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 380/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 381/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 381/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 382/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 382/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 383/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 383/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 383/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 384/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 384/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 385/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 385/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 386/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 386/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 386/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 387/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 388/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 388/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 388/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 389/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 389/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 390/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 390/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 391/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 391/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 392/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 392/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 393/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 393/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 393/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 394/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 394/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 395/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 395/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 396/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 396/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 397/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 397/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 398/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 398/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 398/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 399/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 399/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 400/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 400/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 401/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 401/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 402/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 402/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 403/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 403/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 403/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 404/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 404/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 405/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 405/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 406/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 406/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 407/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 407/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 408/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 408/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 408/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 409/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 409/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 410/450 [00:13<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 410/450 [00:13<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 411/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 411/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 412/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 412/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 413/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 413/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 413/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 414/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 414/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 415/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 415/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 416/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 416/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 417/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 417/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 418/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 418/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 419/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 419/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 419/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 420/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 420/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 421/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 421/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 422/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 422/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 423/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 423/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 424/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 424/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 424/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 425/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 425/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 426/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 426/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 427/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 427/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 428/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 428/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 429/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 429/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 429/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 430/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 430/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 431/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 431/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 432/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 432/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 433/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 433/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 434/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 434/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 434/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 435/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 435/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 436/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 436/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 437/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 437/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 438/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 438/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 439/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 439/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 439/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 440/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 440/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 441/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 441/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 442/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 442/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 443/450 [00:14<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 443/450 [00:14<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 443/450 [00:14<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 444/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 444/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 445/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 445/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 446/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 446/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 447/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 447/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 447/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 448/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 448/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 449/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 449/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|██████████| 450/450 [00:15<00:00, 19.71frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|██████████| 450/450 [00:15<00:00, 29.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\n[ROOP.FACE-ENHANCER] Progressing...\nProcessing: 0%| | 0/450 [00:00<?, ?frame/s]\nProcessing: 0%| | 0/450 [00:02<?, ?frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 0/450 [00:02<?, ?frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/450 [00:02<14:59, 2.00s/frame, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/450 [00:02<14:59, 2.00s/frame, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 1/450 [00:02<14:59, 2.00s/frame, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/450 [00:02<07:17, 1.02frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/450 [00:02<07:17, 1.02frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 0%| | 2/450 [00:02<07:17, 1.02frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/450 [00:02<04:46, 1.56frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/450 [00:02<04:46, 1.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 3/450 [00:02<04:46, 1.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/450 [00:02<03:38, 2.04frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/450 [00:03<03:38, 2.04frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 4/450 [00:03<03:38, 2.04frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/450 [00:03<02:59, 2.48frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/450 [00:03<02:59, 2.48frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%| | 5/450 [00:03<02:59, 2.48frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/450 [00:03<03:22, 2.19frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/450 [00:03<03:22, 2.19frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 1%|▏ | 6/450 [00:03<03:22, 2.19frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/450 [00:03<02:53, 2.56frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/450 [00:04<02:53, 2.56frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 7/450 [00:04<02:53, 2.56frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/450 [00:04<02:31, 2.92frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/450 [00:04<02:31, 2.92frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 8/450 [00:04<02:31, 2.92frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/450 [00:04<02:05, 3.51frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/450 [00:04<02:05, 3.51frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 9/450 [00:04<02:05, 3.51frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/450 [00:04<01:54, 3.84frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/450 [00:04<01:54, 3.84frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 10/450 [00:04<01:54, 3.84frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/450 [00:04<01:50, 3.96frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/450 [00:04<01:50, 3.96frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 2%|▏ | 11/450 [00:04<01:50, 3.96frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/450 [00:05<01:50, 3.96frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 12/450 [00:05<01:50, 3.96frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/450 [00:05<02:09, 3.37frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/450 [00:05<02:09, 3.37frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 13/450 [00:05<02:09, 3.37frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/450 [00:05<01:55, 3.77frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/450 [00:05<01:55, 3.77frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 14/450 [00:05<01:55, 3.77frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/450 [00:05<01:52, 3.88frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/450 [00:05<01:52, 3.88frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 3%|▎ | 15/450 [00:05<01:52, 3.88frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 16/450 [00:05<01:45, 4.12frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 16/450 [00:06<01:45, 4.12frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▎ | 16/450 [00:06<01:45, 4.12frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 17/450 [00:06<01:38, 4.40frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 17/450 [00:06<01:38, 4.40frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 17/450 [00:06<01:38, 4.40frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 18/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 19/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/450 [00:06<01:23, 5.18frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/450 [00:06<01:23, 5.18frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 4%|▍ | 20/450 [00:06<01:23, 5.18frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/450 [00:06<01:20, 5.35frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/450 [00:07<01:20, 5.35frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 21/450 [00:07<01:20, 5.35frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/450 [00:07<01:17, 5.54frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/450 [00:07<01:17, 5.54frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▍ | 22/450 [00:07<01:17, 5.54frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 23/450 [00:07<01:14, 5.70frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 23/450 [00:07<01:14, 5.70frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 23/450 [00:07<01:14, 5.70frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/450 [00:07<01:24, 5.02frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/450 [00:07<01:24, 5.02frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 5%|▌ | 24/450 [00:07<01:24, 5.02frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 25/450 [00:08<01:24, 5.02frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 25/450 [00:08<01:24, 5.02frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/450 [00:08<01:46, 3.98frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/450 [00:08<01:46, 3.98frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 26/450 [00:08<01:46, 3.98frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/450 [00:08<01:37, 4.36frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/450 [00:08<01:37, 4.36frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 27/450 [00:08<01:37, 4.36frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/450 [00:08<01:33, 4.53frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/450 [00:08<01:33, 4.53frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▌ | 28/450 [00:08<01:33, 4.53frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/450 [00:08<01:28, 4.75frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/450 [00:08<01:28, 4.75frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 6%|▋ | 29/450 [00:08<01:28, 4.75frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 30/450 [00:08<01:30, 4.65frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 30/450 [00:09<01:30, 4.65frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 30/450 [00:09<01:30, 4.65frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 31/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 32/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/450 [00:09<01:13, 5.71frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/450 [00:09<01:13, 5.71frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 7%|▋ | 33/450 [00:09<01:13, 5.71frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 34/450 [00:09<01:11, 5.82frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 34/450 [00:09<01:11, 5.82frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 34/450 [00:09<01:11, 5.82frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/450 [00:09<01:13, 5.63frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/450 [00:09<01:13, 5.63frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 35/450 [00:09<01:13, 5.63frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/450 [00:09<01:13, 5.60frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/450 [00:10<01:13, 5.60frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 36/450 [00:10<01:13, 5.60frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/450 [00:10<01:14, 5.58frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/450 [00:10<01:14, 5.58frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 37/450 [00:10<01:14, 5.58frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/450 [00:10<01:13, 5.58frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 8%|▊ | 38/450 [00:10<01:13, 5.58frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 39/450 [00:10<01:45, 3.90frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 39/450 [00:10<01:45, 3.90frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▊ | 39/450 [00:10<01:45, 3.90frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 40/450 [00:10<01:36, 4.24frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 40/450 [00:11<01:36, 4.24frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 40/450 [00:11<01:36, 4.24frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/450 [00:11<01:32, 4.44frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/450 [00:11<01:32, 4.44frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 41/450 [00:11<01:32, 4.44frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/450 [00:11<01:25, 4.76frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/450 [00:11<01:25, 4.76frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 9%|▉ | 42/450 [00:11<01:25, 4.76frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 43/450 [00:11<01:29, 4.53frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 43/450 [00:11<01:29, 4.53frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 43/450 [00:11<01:29, 4.53frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|▉ | 44/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 45/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 45/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 46/450 [00:11<01:10, 5.74frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 46/450 [00:12<01:10, 5.74frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 46/450 [00:12<01:10, 5.74frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/450 [00:12<01:11, 5.64frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/450 [00:12<01:11, 5.64frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 10%|█ | 47/450 [00:12<01:11, 5.64frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 48/450 [00:12<01:09, 5.77frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 48/450 [00:12<01:09, 5.77frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 48/450 [00:12<01:09, 5.77frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/450 [00:12<01:10, 5.72frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/450 [00:12<01:10, 5.72frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 49/450 [00:12<01:10, 5.72frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/450 [00:12<01:20, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/450 [00:12<01:20, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█ | 50/450 [00:12<01:20, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 51/450 [00:13<01:19, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 11%|█▏ | 51/450 [00:13<01:19, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 52/450 [00:13<01:37, 4.08frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 52/450 [00:13<01:37, 4.08frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 52/450 [00:13<01:37, 4.08frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 53/450 [00:13<01:29, 4.42frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 53/450 [00:13<01:29, 4.42frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 53/450 [00:13<01:29, 4.42frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/450 [00:13<01:26, 4.60frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/450 [00:13<01:26, 4.60frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 54/450 [00:13<01:26, 4.60frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/450 [00:13<01:20, 4.89frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/450 [00:14<01:20, 4.89frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 55/450 [00:14<01:20, 4.89frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/450 [00:14<01:26, 4.56frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/450 [00:14<01:26, 4.56frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 12%|█▏ | 56/450 [00:14<01:26, 4.56frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 57/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 57/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 57/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 58/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/450 [00:14<01:18, 4.99frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/450 [00:14<01:18, 4.99frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 59/450 [00:14<01:18, 4.99frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/450 [00:14<01:18, 4.94frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/450 [00:15<01:18, 4.94frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 13%|█▎ | 60/450 [00:15<01:18, 4.94frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 61/450 [00:15<01:15, 5.12frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 61/450 [00:15<01:15, 5.12frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▎ | 61/450 [00:15<01:15, 5.12frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 62/450 [00:15<01:15, 5.15frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 62/450 [00:15<01:15, 5.15frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 62/450 [00:15<01:15, 5.15frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 63/450 [00:15<01:16, 5.04frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 63/450 [00:15<01:16, 5.04frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 63/450 [00:15<01:16, 5.04frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/450 [00:16<01:16, 5.04frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 64/450 [00:16<01:16, 5.04frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/450 [00:16<01:37, 3.97frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/450 [00:16<01:37, 3.97frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 14%|█▍ | 65/450 [00:16<01:37, 3.97frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 66/450 [00:16<01:31, 4.20frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 66/450 [00:16<01:31, 4.20frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 66/450 [00:16<01:31, 4.20frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 67/450 [00:16<01:29, 4.26frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 67/450 [00:16<01:29, 4.26frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▍ | 67/450 [00:16<01:29, 4.26frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 68/450 [00:16<01:22, 4.64frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 68/450 [00:16<01:22, 4.64frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 68/450 [00:16<01:22, 4.64frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 69/450 [00:16<01:23, 4.58frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 69/450 [00:17<01:23, 4.58frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 15%|█▌ | 69/450 [00:17<01:23, 4.58frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 70/450 [00:17<01:17, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 70/450 [00:17<01:17, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 70/450 [00:17<01:17, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 71/450 [00:17<01:16, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 71/450 [00:17<01:16, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/450 [00:17<01:04, 5.89frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/450 [00:17<01:04, 5.89frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 72/450 [00:17<01:04, 5.89frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/450 [00:17<01:02, 5.99frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/450 [00:17<01:02, 5.99frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▌ | 73/450 [00:17<01:02, 5.99frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 74/450 [00:17<01:03, 5.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 74/450 [00:17<01:03, 5.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 16%|█▋ | 74/450 [00:17<01:03, 5.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 75/450 [00:17<01:06, 5.62frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 75/450 [00:18<01:06, 5.62frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 75/450 [00:18<01:06, 5.62frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 76/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 76/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 76/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 77/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/450 [00:18<01:11, 5.23frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/450 [00:18<01:11, 5.23frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 17%|█▋ | 78/450 [00:18<01:11, 5.23frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 79/450 [00:18<01:15, 4.90frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 79/450 [00:18<01:15, 4.90frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 79/450 [00:18<01:15, 4.90frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 80/450 [00:18<01:13, 5.05frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 80/450 [00:19<01:13, 5.05frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 80/450 [00:19<01:13, 5.05frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 81/450 [00:19<01:11, 5.13frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 81/450 [00:19<01:11, 5.13frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 81/450 [00:19<01:11, 5.13frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/450 [00:19<01:14, 4.91frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/450 [00:19<01:14, 4.91frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 82/450 [00:19<01:14, 4.91frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/450 [00:19<01:18, 4.66frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/450 [00:19<01:18, 4.66frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 18%|█▊ | 83/450 [00:19<01:18, 4.66frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 84/450 [00:19<01:17, 4.73frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 84/450 [00:20<01:17, 4.73frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▊ | 84/450 [00:20<01:17, 4.73frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 85/450 [00:20<01:20, 4.52frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 85/450 [00:20<01:20, 4.52frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 85/450 [00:20<01:20, 4.52frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 86/450 [00:20<01:20, 4.53frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 86/450 [00:20<01:20, 4.53frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 86/450 [00:20<01:20, 4.53frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/450 [00:20<01:14, 4.90frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/450 [00:20<01:14, 4.90frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 19%|█▉ | 87/450 [00:20<01:14, 4.90frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 88/450 [00:20<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 88/450 [00:20<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 88/450 [00:20<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 89/450 [00:21<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|█▉ | 89/450 [00:21<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 90/450 [00:21<01:09, 5.20frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 90/450 [00:21<01:09, 5.20frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 90/450 [00:21<01:09, 5.20frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 91/450 [00:21<01:12, 4.96frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 91/450 [00:21<01:12, 4.96frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 91/450 [00:21<01:12, 4.96frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 92/450 [00:21<01:16, 4.67frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 92/450 [00:21<01:16, 4.67frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 20%|██ | 92/450 [00:21<01:16, 4.67frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 93/450 [00:21<01:12, 4.93frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 93/450 [00:21<01:12, 4.93frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 93/450 [00:21<01:12, 4.93frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 94/450 [00:21<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 94/450 [00:21<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 94/450 [00:21<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/450 [00:22<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██ | 95/450 [00:22<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 96/450 [00:22<00:56, 6.21frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 96/450 [00:22<00:56, 6.21frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 21%|██▏ | 96/450 [00:22<00:56, 6.21frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 97/450 [00:22<01:34, 3.73frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 97/450 [00:22<01:34, 3.73frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 97/450 [00:22<01:34, 3.73frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 98/450 [00:22<01:31, 3.87frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 98/450 [00:23<01:31, 3.87frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 98/450 [00:23<01:31, 3.87frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 99/450 [00:23<01:24, 4.13frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 99/450 [00:23<01:24, 4.13frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 99/450 [00:23<01:24, 4.13frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/450 [00:23<01:17, 4.52frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/450 [00:23<01:17, 4.52frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 100/450 [00:23<01:17, 4.52frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/450 [00:23<01:11, 4.89frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/450 [00:23<01:11, 4.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 22%|██▏ | 101/450 [00:23<01:11, 4.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 102/450 [00:23<01:11, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 102/450 [00:23<01:11, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 102/450 [00:23<01:11, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 103/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 103/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 104/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 104/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/450 [00:23<00:47, 7.34frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/450 [00:24<00:47, 7.34frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 23%|██▎ | 105/450 [00:24<00:47, 7.34frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 106/450 [00:24<00:53, 6.48frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 106/450 [00:24<00:53, 6.48frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▎ | 106/450 [00:24<00:53, 6.48frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 107/450 [00:24<00:58, 5.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 107/450 [00:24<00:58, 5.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 107/450 [00:24<00:58, 5.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 108/450 [00:24<00:57, 5.99frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 108/450 [00:24<00:57, 5.99frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 108/450 [00:24<00:57, 5.99frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 109/450 [00:24<01:14, 4.59frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 109/450 [00:25<01:14, 4.59frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 109/450 [00:25<01:14, 4.59frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/450 [00:25<01:39, 3.43frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/450 [00:25<01:39, 3.43frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 24%|██▍ | 110/450 [00:25<01:39, 3.43frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 111/450 [00:25<01:30, 3.76frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 111/450 [00:25<01:30, 3.76frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 111/450 [00:25<01:30, 3.76frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 112/450 [00:25<01:22, 4.09frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 112/450 [00:25<01:22, 4.09frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▍ | 112/450 [00:25<01:22, 4.09frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 113/450 [00:25<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 113/450 [00:25<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 113/450 [00:25<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 114/450 [00:26<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 25%|██▌ | 114/450 [00:26<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 115/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 115/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 115/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 116/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 116/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 117/450 [00:26<00:57, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 117/450 [00:26<00:57, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 118/450 [00:26<00:40, 8.15frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 118/450 [00:26<00:40, 8.15frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▌ | 118/450 [00:26<00:40, 8.15frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 119/450 [00:26<00:48, 6.78frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 119/450 [00:26<00:48, 6.78frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 26%|██▋ | 119/450 [00:26<00:48, 6.78frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 120/450 [00:26<00:49, 6.64frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 120/450 [00:26<00:49, 6.64frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 120/450 [00:26<00:49, 6.64frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 121/450 [00:26<00:52, 6.31frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 121/450 [00:27<00:52, 6.31frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 121/450 [00:27<00:52, 6.31frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 122/450 [00:27<01:18, 4.19frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 122/450 [00:27<01:18, 4.19frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 122/450 [00:27<01:18, 4.19frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/450 [00:27<01:41, 3.23frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/450 [00:28<01:41, 3.23frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 27%|██▋ | 123/450 [00:28<01:41, 3.23frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 124/450 [00:28<01:28, 3.69frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 124/450 [00:28<01:28, 3.69frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 124/450 [00:28<01:28, 3.69frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 125/450 [00:28<01:22, 3.94frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 125/450 [00:28<01:22, 3.94frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 125/450 [00:28<01:22, 3.94frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 126/450 [00:28<01:14, 4.36frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 126/450 [00:28<01:14, 4.36frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 126/450 [00:28<01:14, 4.36frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 127/450 [00:28<01:14, 4.36frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 127/450 [00:28<01:14, 4.36frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 28%|██▊ | 128/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 129/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▊ | 129/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 130/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 130/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 131/450 [00:28<00:41, 7.69frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 131/450 [00:29<00:41, 7.69frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 131/450 [00:29<00:41, 7.69frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 132/450 [00:29<00:45, 6.97frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 132/450 [00:29<00:45, 6.97frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 29%|██▉ | 132/450 [00:29<00:45, 6.97frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 133/450 [00:29<00:51, 6.16frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 133/450 [00:29<00:51, 6.16frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 133/450 [00:29<00:51, 6.16frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 134/450 [00:29<00:52, 6.02frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 134/450 [00:29<00:52, 6.02frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|██▉ | 134/450 [00:29<00:52, 6.02frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 135/450 [00:29<01:09, 4.55frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 135/450 [00:30<01:09, 4.55frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 135/450 [00:30<01:09, 4.55frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 136/450 [00:30<01:36, 3.24frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 136/450 [00:30<01:36, 3.24frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 136/450 [00:30<01:36, 3.24frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 137/450 [00:30<01:27, 3.59frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 137/450 [00:30<01:27, 3.59frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 30%|███ | 137/450 [00:30<01:27, 3.59frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 138/450 [00:30<01:17, 4.03frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 138/450 [00:31<01:17, 4.03frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 138/450 [00:31<01:17, 4.03frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 139/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 139/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 139/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 140/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███ | 140/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 141/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 141/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 31%|███▏ | 141/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 142/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 142/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 143/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 143/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 144/450 [00:31<00:42, 7.18frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 144/450 [00:31<00:42, 7.18frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 144/450 [00:31<00:42, 7.18frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 145/450 [00:31<00:44, 6.82frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 145/450 [00:32<00:44, 6.82frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 145/450 [00:32<00:44, 6.82frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/450 [00:32<00:49, 6.16frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/450 [00:32<00:49, 6.16frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 32%|███▏ | 146/450 [00:32<00:49, 6.16frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 147/450 [00:32<00:51, 5.86frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 147/450 [00:32<00:51, 5.86frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 147/450 [00:32<00:51, 5.86frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 148/450 [00:32<01:09, 4.34frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 148/450 [00:33<01:09, 4.34frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 148/450 [00:33<01:09, 4.34frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 149/450 [00:33<01:34, 3.19frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 149/450 [00:33<01:34, 3.19frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 149/450 [00:33<01:34, 3.19frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 150/450 [00:33<01:26, 3.47frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 150/450 [00:33<01:26, 3.47frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 33%|███▎ | 150/450 [00:33<01:26, 3.47frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 151/450 [00:33<01:17, 3.85frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 151/450 [00:33<01:17, 3.85frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▎ | 151/450 [00:33<01:17, 3.85frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 152/450 [00:33<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 152/450 [00:33<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 152/450 [00:33<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 153/450 [00:34<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 153/450 [00:34<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 154/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 154/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 154/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 155/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 34%|███▍ | 155/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 156/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 156/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 157/450 [00:34<00:41, 7.04frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 157/450 [00:34<00:41, 7.04frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▍ | 157/450 [00:34<00:41, 7.04frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 158/450 [00:34<00:43, 6.78frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 158/450 [00:34<00:43, 6.78frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 158/450 [00:34<00:43, 6.78frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 159/450 [00:34<00:44, 6.50frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 159/450 [00:34<00:44, 6.50frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 35%|███▌ | 159/450 [00:34<00:44, 6.50frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 160/450 [00:34<00:44, 6.48frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 160/450 [00:35<00:44, 6.48frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 160/450 [00:35<00:44, 6.48frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 161/450 [00:35<01:03, 4.53frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 161/450 [00:35<01:03, 4.53frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 161/450 [00:35<01:03, 4.53frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 162/450 [00:35<01:15, 3.83frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 162/450 [00:35<01:15, 3.83frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 162/450 [00:35<01:15, 3.83frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 163/450 [00:35<01:09, 4.15frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 163/450 [00:35<01:09, 4.15frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▌ | 163/450 [00:35<01:09, 4.15frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 164/450 [00:35<01:05, 4.39frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 164/450 [00:36<01:05, 4.39frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 36%|███▋ | 164/450 [00:36<01:05, 4.39frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 165/450 [00:36<01:18, 3.65frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 165/450 [00:36<01:18, 3.65frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 165/450 [00:36<01:18, 3.65frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 166/450 [00:36<01:17, 3.65frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 166/450 [00:36<01:17, 3.65frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 167/450 [00:36<00:58, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 167/450 [00:36<00:58, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 167/450 [00:36<00:58, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 168/450 [00:36<00:57, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 37%|███▋ | 168/450 [00:36<00:57, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 169/450 [00:36<00:54, 5.15frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 169/450 [00:37<00:54, 5.15frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 169/450 [00:37<00:54, 5.15frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 170/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 170/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 170/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 171/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 171/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 172/450 [00:37<00:44, 6.23frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 172/450 [00:37<00:44, 6.23frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 172/450 [00:37<00:44, 6.23frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 173/450 [00:37<00:45, 6.12frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 173/450 [00:37<00:45, 6.12frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 38%|███▊ | 173/450 [00:37<00:45, 6.12frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 174/450 [00:37<00:50, 5.48frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 174/450 [00:38<00:50, 5.48frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▊ | 174/450 [00:38<00:50, 5.48frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 175/450 [00:38<00:53, 5.12frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 175/450 [00:38<00:53, 5.12frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 175/450 [00:38<00:53, 5.12frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 176/450 [00:38<00:52, 5.23frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 176/450 [00:38<00:52, 5.23frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 176/450 [00:38<00:52, 5.23frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 177/450 [00:38<00:54, 5.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 177/450 [00:38<00:54, 5.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 39%|███▉ | 177/450 [00:38<00:54, 5.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 178/450 [00:38<01:04, 4.19frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 178/450 [00:39<01:04, 4.19frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 178/450 [00:39<01:04, 4.19frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 179/450 [00:39<01:17, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 179/450 [00:39<01:17, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|███▉ | 179/450 [00:39<01:17, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 180/450 [00:39<01:16, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 180/450 [00:39<01:16, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 181/450 [00:39<01:06, 4.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 181/450 [00:39<01:06, 4.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 181/450 [00:39<01:06, 4.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 182/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 182/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 40%|████ | 182/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 183/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 183/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 184/450 [00:39<00:48, 5.46frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 184/450 [00:39<00:48, 5.46frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 184/450 [00:39<00:48, 5.46frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 185/450 [00:40<00:48, 5.46frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████ | 185/450 [00:40<00:48, 5.46frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 186/450 [00:40<00:41, 6.40frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 186/450 [00:40<00:41, 6.40frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 41%|████▏ | 186/450 [00:40<00:41, 6.40frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 187/450 [00:40<00:42, 6.22frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 187/450 [00:40<00:42, 6.22frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 187/450 [00:40<00:42, 6.22frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 188/450 [00:40<00:44, 5.84frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 188/450 [00:40<00:44, 5.84frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 188/450 [00:40<00:44, 5.84frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 189/450 [00:40<00:45, 5.80frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 189/450 [00:41<00:45, 5.80frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 189/450 [00:41<00:45, 5.80frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 190/450 [00:41<00:57, 4.53frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 190/450 [00:41<00:57, 4.53frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 190/450 [00:41<00:57, 4.53frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 191/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 191/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 42%|████▏ | 191/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 192/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 192/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 193/450 [00:41<01:01, 4.15frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 193/450 [00:42<01:01, 4.15frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 193/450 [00:42<01:01, 4.15frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 194/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 194/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 194/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 195/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 43%|████▎ | 195/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 196/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 196/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▎ | 196/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 197/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 197/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 198/450 [00:42<00:38, 6.57frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 198/450 [00:42<00:38, 6.57frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 198/450 [00:42<00:38, 6.57frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 199/450 [00:42<00:38, 6.46frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 199/450 [00:42<00:38, 6.46frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 199/450 [00:42<00:38, 6.46frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 200/450 [00:42<00:41, 5.97frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 200/450 [00:43<00:41, 5.97frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 44%|████▍ | 200/450 [00:43<00:41, 5.97frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 201/450 [00:43<00:42, 5.92frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 201/450 [00:43<00:42, 5.92frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 201/450 [00:43<00:42, 5.92frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 202/450 [00:43<00:46, 5.31frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 202/450 [00:43<00:46, 5.31frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▍ | 202/450 [00:43<00:46, 5.31frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 203/450 [00:43<00:46, 5.27frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 203/450 [00:43<00:46, 5.27frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 203/450 [00:43<00:46, 5.27frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 204/450 [00:43<00:46, 5.28frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 204/450 [00:43<00:46, 5.28frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 45%|████▌ | 204/450 [00:43<00:46, 5.28frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 205/450 [00:43<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 205/450 [00:43<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 205/450 [00:43<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 206/450 [00:44<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 206/450 [00:44<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 207/450 [00:44<00:48, 5.01frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 207/450 [00:44<00:48, 5.01frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 207/450 [00:44<00:48, 5.01frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 208/450 [00:44<00:50, 4.79frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 208/450 [00:45<00:50, 4.79frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▌ | 208/450 [00:45<00:50, 4.79frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 209/450 [00:45<01:08, 3.53frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 209/450 [00:45<01:08, 3.53frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 46%|████▋ | 209/450 [00:45<01:08, 3.53frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 210/450 [00:45<01:01, 3.90frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 210/450 [00:45<01:01, 3.90frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 210/450 [00:45<01:01, 3.90frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 211/450 [00:45<00:56, 4.21frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 211/450 [00:45<00:56, 4.21frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 211/450 [00:45<00:56, 4.21frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 212/450 [00:45<00:53, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 212/450 [00:45<00:53, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 212/450 [00:45<00:53, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 213/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 47%|████▋ | 213/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 214/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 214/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 215/450 [00:45<00:33, 7.02frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 215/450 [00:46<00:33, 7.02frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 215/450 [00:46<00:33, 7.02frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 216/450 [00:46<00:35, 6.60frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 216/450 [00:46<00:35, 6.60frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 216/450 [00:46<00:35, 6.60frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 217/450 [00:46<00:44, 5.18frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 217/450 [00:47<00:44, 5.18frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 217/450 [00:47<00:44, 5.18frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 218/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 218/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 48%|████▊ | 218/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 219/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▊ | 219/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 220/450 [00:47<00:54, 4.25frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 220/450 [00:47<00:54, 4.25frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 220/450 [00:47<00:54, 4.25frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 221/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 221/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 221/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 222/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 49%|████▉ | 222/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 223/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 223/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 224/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|████▉ | 224/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 225/450 [00:47<00:31, 7.19frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 225/450 [00:48<00:31, 7.19frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 225/450 [00:48<00:31, 7.19frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 226/450 [00:48<00:33, 6.69frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 226/450 [00:48<00:33, 6.69frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 226/450 [00:48<00:33, 6.69frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 227/450 [00:48<00:33, 6.60frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 227/450 [00:48<00:33, 6.60frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 50%|█████ | 227/450 [00:48<00:33, 6.60frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 228/450 [00:48<00:34, 6.42frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 228/450 [00:48<00:34, 6.42frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 228/450 [00:48<00:34, 6.42frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 229/450 [00:48<00:35, 6.30frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 229/450 [00:48<00:35, 6.30frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 229/450 [00:48<00:35, 6.30frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 230/450 [00:48<00:48, 4.54frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 230/450 [00:48<00:48, 4.54frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████ | 230/450 [00:48<00:48, 4.54frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 231/450 [00:49<00:48, 4.54frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 51%|█████▏ | 231/450 [00:49<00:48, 4.54frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 232/450 [00:49<00:46, 4.64frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 232/450 [00:49<00:46, 4.64frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 232/450 [00:49<00:46, 4.64frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 233/450 [00:49<00:44, 4.88frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 233/450 [00:49<00:44, 4.88frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 233/450 [00:49<00:44, 4.88frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 234/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 234/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 234/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 235/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 235/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 236/450 [00:49<00:33, 6.30frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 236/450 [00:50<00:33, 6.30frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 52%|█████▏ | 236/450 [00:50<00:33, 6.30frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 237/450 [00:50<00:35, 5.97frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 237/450 [00:50<00:35, 5.97frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 237/450 [00:50<00:35, 5.97frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 238/450 [00:50<00:35, 5.93frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 238/450 [00:50<00:35, 5.93frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 238/450 [00:50<00:35, 5.93frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 239/450 [00:50<00:35, 5.92frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 239/450 [00:50<00:35, 5.92frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 239/450 [00:50<00:35, 5.92frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 240/450 [00:50<00:37, 5.58frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 240/450 [00:50<00:37, 5.58frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 53%|█████▎ | 240/450 [00:50<00:37, 5.58frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 241/450 [00:50<00:37, 5.60frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 241/450 [00:51<00:37, 5.60frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▎ | 241/450 [00:51<00:37, 5.60frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 242/450 [00:51<00:47, 4.34frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 242/450 [00:51<00:47, 4.34frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 242/450 [00:51<00:47, 4.34frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 243/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 243/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 243/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 244/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 244/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 245/450 [00:51<00:42, 4.87frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 245/450 [00:51<00:42, 4.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 54%|█████▍ | 245/450 [00:51<00:42, 4.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 246/450 [00:51<00:40, 5.04frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 246/450 [00:52<00:40, 5.04frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 246/450 [00:52<00:40, 5.04frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 247/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 247/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▍ | 247/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 248/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 248/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 249/450 [00:52<00:31, 6.31frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 249/450 [00:52<00:31, 6.31frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 55%|█████▌ | 249/450 [00:52<00:31, 6.31frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 250/450 [00:52<00:43, 4.64frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 250/450 [00:52<00:43, 4.64frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 250/450 [00:52<00:43, 4.64frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 251/450 [00:52<00:41, 4.85frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 251/450 [00:53<00:41, 4.85frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 251/450 [00:53<00:41, 4.85frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 252/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 252/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 252/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 253/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 253/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▌ | 253/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 254/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 254/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 56%|█████▋ | 254/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 255/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 255/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 256/450 [00:54<00:51, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 256/450 [00:54<00:51, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 257/450 [00:54<00:36, 5.32frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 257/450 [00:54<00:36, 5.32frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 257/450 [00:54<00:36, 5.32frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 258/450 [00:54<00:36, 5.26frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 258/450 [00:54<00:36, 5.26frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 57%|█████▋ | 258/450 [00:54<00:36, 5.26frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 259/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 259/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 259/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 260/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 260/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 261/450 [00:54<00:29, 6.38frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 261/450 [00:54<00:29, 6.38frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 261/450 [00:54<00:29, 6.38frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 262/450 [00:54<00:29, 6.35frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 262/450 [00:55<00:29, 6.35frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 262/450 [00:55<00:29, 6.35frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 263/450 [00:55<00:31, 5.88frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 263/450 [00:55<00:31, 5.88frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 58%|█████▊ | 263/450 [00:55<00:31, 5.88frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 264/450 [00:55<00:31, 5.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 264/450 [00:55<00:31, 5.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▊ | 264/450 [00:55<00:31, 5.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 265/450 [00:55<00:32, 5.74frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 265/450 [00:55<00:32, 5.74frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 265/450 [00:55<00:32, 5.74frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 266/450 [00:55<00:31, 5.82frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 266/450 [00:55<00:31, 5.82frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 266/450 [00:55<00:31, 5.82frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 267/450 [00:55<00:42, 4.27frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 267/450 [00:56<00:42, 4.27frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 59%|█████▉ | 267/450 [00:56<00:42, 4.27frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 268/450 [00:56<00:39, 4.63frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 268/450 [00:56<00:39, 4.63frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 268/450 [00:56<00:39, 4.63frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 269/450 [00:56<00:45, 3.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 269/450 [00:56<00:45, 3.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|█████▉ | 269/450 [00:56<00:45, 3.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 270/450 [00:56<00:40, 4.40frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 270/450 [00:56<00:40, 4.40frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 270/450 [00:56<00:40, 4.40frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 271/450 [00:56<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 271/450 [00:56<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 271/450 [00:56<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 272/450 [00:57<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 60%|██████ | 272/450 [00:57<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 273/450 [00:57<00:32, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 273/450 [00:57<00:32, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 273/450 [00:57<00:32, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 274/450 [00:57<00:31, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 274/450 [00:57<00:31, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 275/450 [00:57<00:25, 6.86frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 275/450 [00:57<00:25, 6.86frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████ | 275/450 [00:57<00:25, 6.86frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 276/450 [00:57<00:26, 6.68frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 276/450 [00:57<00:26, 6.68frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 61%|██████▏ | 276/450 [00:57<00:26, 6.68frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 277/450 [00:57<00:26, 6.55frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 277/450 [00:57<00:26, 6.55frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 277/450 [00:57<00:26, 6.55frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 278/450 [00:57<00:28, 6.02frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 278/450 [00:58<00:28, 6.02frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 278/450 [00:58<00:28, 6.02frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 279/450 [00:58<00:33, 5.05frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 279/450 [00:58<00:33, 5.05frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 279/450 [00:58<00:33, 5.05frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 280/450 [00:58<00:32, 5.25frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 280/450 [00:58<00:32, 5.25frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 280/450 [00:58<00:32, 5.25frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 281/450 [00:58<00:40, 4.20frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 281/450 [00:58<00:40, 4.20frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 62%|██████▏ | 281/450 [00:58<00:40, 4.20frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 282/450 [00:58<00:36, 4.62frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 282/450 [00:58<00:36, 4.62frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 282/450 [00:58<00:36, 4.62frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 283/450 [00:58<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 283/450 [00:58<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 283/450 [00:58<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 284/450 [00:59<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 284/450 [00:59<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 285/450 [00:59<00:26, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 285/450 [00:59<00:26, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 63%|██████▎ | 285/450 [00:59<00:26, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 286/450 [00:59<00:25, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▎ | 286/450 [00:59<00:25, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 287/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 287/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 287/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 288/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 288/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 289/450 [00:59<00:19, 8.13frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 289/450 [00:59<00:19, 8.13frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 289/450 [00:59<00:19, 8.13frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 290/450 [00:59<00:21, 7.37frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 290/450 [00:59<00:21, 7.37frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 64%|██████▍ | 290/450 [00:59<00:21, 7.37frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 291/450 [00:59<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 291/450 [00:59<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 291/450 [00:59<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 292/450 [01:00<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▍ | 292/450 [01:00<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 293/450 [01:00<00:21, 7.18frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 293/450 [01:00<00:21, 7.18frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 293/450 [01:00<00:21, 7.18frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 294/450 [01:00<00:39, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 294/450 [01:00<00:39, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 65%|██████▌ | 294/450 [01:00<00:39, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 295/450 [01:00<00:35, 4.31frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 295/450 [01:01<00:35, 4.31frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 295/450 [01:01<00:35, 4.31frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 296/450 [01:01<00:33, 4.67frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 296/450 [01:01<00:33, 4.67frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 296/450 [01:01<00:33, 4.67frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 297/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 297/450 [01:01<00:40, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 297/450 [01:01<00:40, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 298/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▌ | 298/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 299/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 66%|██████▋ | 299/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 300/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 300/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 301/450 [01:01<00:21, 7.01frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 301/450 [01:02<00:21, 7.01frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 301/450 [01:02<00:21, 7.01frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 302/450 [01:02<00:23, 6.35frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 302/450 [01:02<00:23, 6.35frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 302/450 [01:02<00:23, 6.35frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 303/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 303/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 67%|██████▋ | 303/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 304/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 304/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 305/450 [01:02<00:20, 7.04frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 305/450 [01:03<00:20, 7.04frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 305/450 [01:03<00:20, 7.04frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 306/450 [01:03<00:36, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 306/450 [01:03<00:36, 3.98frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 306/450 [01:03<00:36, 3.98frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 307/450 [01:03<00:34, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 307/450 [01:03<00:34, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 307/450 [01:03<00:34, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 308/450 [01:03<00:31, 4.49frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 308/450 [01:03<00:31, 4.49frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 68%|██████▊ | 308/450 [01:03<00:31, 4.49frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 309/450 [01:03<00:32, 4.31frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 309/450 [01:03<00:32, 4.31frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▊ | 309/450 [01:03<00:32, 4.31frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 310/450 [01:03<00:31, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 310/450 [01:03<00:31, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 310/450 [01:03<00:31, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 311/450 [01:03<00:30, 4.50frame/s, memory_usage=06.16GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 311/450 [01:03<00:30, 4.50frame/s, memory_usage=06.16GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 312/450 [01:03<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 69%|██████▉ | 312/450 [01:03<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 313/450 [01:04<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 313/450 [01:04<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 314/450 [01:04<00:16, 8.11frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 314/450 [01:04<00:16, 8.11frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|██████▉ | 314/450 [01:04<00:16, 8.11frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 315/450 [01:04<00:17, 7.59frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 315/450 [01:04<00:17, 7.59frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 315/450 [01:04<00:17, 7.59frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 316/450 [01:04<00:19, 7.05frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 316/450 [01:04<00:19, 7.05frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 316/450 [01:04<00:19, 7.05frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 317/450 [01:04<00:25, 5.16frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 317/450 [01:05<00:25, 5.16frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 70%|███████ | 317/450 [01:05<00:25, 5.16frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 318/450 [01:05<00:35, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 318/450 [01:05<00:35, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 318/450 [01:05<00:35, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 319/450 [01:05<00:31, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 319/450 [01:05<00:31, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 319/450 [01:05<00:31, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 320/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 320/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████ | 320/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 321/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 71%|███████▏ | 321/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 322/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 322/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 322/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 323/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 323/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 324/450 [01:06<00:21, 5.87frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 324/450 [01:06<00:21, 5.87frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 325/450 [01:06<00:16, 7.53frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 325/450 [01:06<00:16, 7.53frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 325/450 [01:06<00:16, 7.53frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 326/450 [01:06<00:22, 5.45frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 326/450 [01:06<00:22, 5.45frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 72%|███████▏ | 326/450 [01:06<00:22, 5.45frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 327/450 [01:06<00:22, 5.54frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 327/450 [01:07<00:22, 5.54frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 327/450 [01:07<00:22, 5.54frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 328/450 [01:07<00:26, 4.60frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 328/450 [01:07<00:26, 4.60frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 328/450 [01:07<00:26, 4.60frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 329/450 [01:07<00:25, 4.79frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 329/450 [01:07<00:25, 4.79frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 329/450 [01:07<00:25, 4.79frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 330/450 [01:07<00:28, 4.16frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 73%|███████▎ | 330/450 [01:07<00:28, 4.16frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 332/450 [01:07<00:23, 4.94frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 332/450 [01:07<00:23, 4.94frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 332/450 [01:07<00:23, 4.94frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 333/450 [01:07<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 333/450 [01:07<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 333/450 [01:07<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 334/450 [01:08<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 334/450 [01:08<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 335/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 335/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 74%|███████▍ | 335/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 336/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 336/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 337/450 [01:08<00:17, 6.32frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 337/450 [01:08<00:17, 6.32frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▍ | 337/450 [01:08<00:17, 6.32frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 338/450 [01:08<00:21, 5.24frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 338/450 [01:09<00:21, 5.24frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 338/450 [01:09<00:21, 5.24frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 339/450 [01:09<00:20, 5.42frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 339/450 [01:09<00:20, 5.42frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 75%|███████▌ | 339/450 [01:09<00:20, 5.42frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 340/450 [01:09<00:21, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 340/450 [01:09<00:21, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 340/450 [01:09<00:21, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 341/450 [01:09<00:21, 5.02frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 341/450 [01:09<00:21, 5.02frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 341/450 [01:09<00:21, 5.02frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 342/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 342/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 342/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 343/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▌ | 343/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 344/450 [01:09<00:18, 5.85frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 344/450 [01:10<00:18, 5.85frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 76%|███████▋ | 344/450 [01:10<00:18, 5.85frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 345/450 [01:10<00:18, 5.74frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 345/450 [01:10<00:18, 5.74frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 347/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 347/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 347/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 348/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 77%|███████▋ | 348/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 349/450 [01:10<00:15, 6.46frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 349/450 [01:11<00:15, 6.46frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 349/450 [01:11<00:15, 6.46frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 350/450 [01:11<00:19, 5.09frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 350/450 [01:11<00:19, 5.09frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 350/450 [01:11<00:19, 5.09frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 351/450 [01:11<00:19, 5.11frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 351/450 [01:11<00:19, 5.11frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 351/450 [01:11<00:19, 5.11frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 352/450 [01:11<00:19, 5.05frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 352/450 [01:11<00:19, 5.05frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 352/450 [01:11<00:19, 5.05frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 353/450 [01:11<00:20, 4.77frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 353/450 [01:12<00:20, 4.77frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 78%|███████▊ | 353/450 [01:12<00:20, 4.77frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 354/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 354/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▊ | 354/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 355/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 355/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 356/450 [01:12<00:16, 5.55frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 356/450 [01:12<00:16, 5.55frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 356/450 [01:12<00:16, 5.55frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 357/450 [01:12<00:16, 5.62frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 79%|███████▉ | 357/450 [01:12<00:16, 5.62frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 359/450 [01:12<00:17, 5.31frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|███████▉ | 359/450 [01:12<00:17, 5.31frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 361/450 [01:12<00:16, 5.41frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 361/450 [01:13<00:16, 5.41frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 361/450 [01:13<00:16, 5.41frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 362/450 [01:13<00:20, 4.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 362/450 [01:13<00:20, 4.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 80%|████████ | 362/450 [01:13<00:20, 4.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 363/450 [01:13<00:18, 4.62frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 363/450 [01:13<00:18, 4.62frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 363/450 [01:13<00:18, 4.62frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 364/450 [01:13<00:18, 4.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 364/450 [01:13<00:18, 4.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 364/450 [01:13<00:18, 4.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 365/450 [01:13<00:17, 4.76frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 365/450 [01:14<00:17, 4.76frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████ | 365/450 [01:14<00:17, 4.76frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 366/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 366/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 81%|████████▏ | 366/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 367/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 367/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 368/450 [01:14<00:15, 5.43frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 368/450 [01:14<00:15, 5.43frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 368/450 [01:14<00:15, 5.43frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 369/450 [01:14<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 369/450 [01:14<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 369/450 [01:14<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 370/450 [01:15<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 370/450 [01:15<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 371/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 371/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 82%|████████▏ | 371/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 372/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 372/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 373/450 [01:15<00:11, 6.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 373/450 [01:15<00:11, 6.63frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 373/450 [01:15<00:11, 6.63frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 374/450 [01:15<00:14, 5.20frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 374/450 [01:15<00:14, 5.20frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 374/450 [01:15<00:14, 5.20frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 375/450 [01:15<00:17, 4.40frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 375/450 [01:16<00:17, 4.40frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 83%|████████▎ | 375/450 [01:16<00:17, 4.40frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 376/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 376/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▎ | 376/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 377/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 377/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 378/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 378/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 378/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 379/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 379/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 380/450 [01:16<00:13, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 84%|████████▍ | 380/450 [01:16<00:13, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 381/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 381/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 381/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 382/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▍ | 382/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 383/450 [01:16<00:08, 7.91frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 383/450 [01:17<00:08, 7.91frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 383/450 [01:17<00:08, 7.91frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 384/450 [01:17<00:12, 5.24frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 384/450 [01:17<00:12, 5.24frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 85%|████████▌ | 384/450 [01:17<00:12, 5.24frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 385/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 385/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 385/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 386/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 386/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 387/450 [01:18<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 387/450 [01:18<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 388/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 388/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▌ | 388/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 389/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 86%|████████▋ | 389/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 390/450 [01:18<00:08, 7.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 390/450 [01:18<00:08, 7.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 390/450 [01:18<00:08, 7.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 391/450 [01:18<00:13, 4.53frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 391/450 [01:19<00:13, 4.53frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 391/450 [01:19<00:13, 4.53frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 392/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 392/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 392/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 393/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 87%|████████▋ | 393/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 394/450 [01:19<00:13, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 394/450 [01:19<00:13, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 395/450 [01:19<00:09, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 395/450 [01:19<00:09, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 395/450 [01:19<00:09, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 396/450 [01:19<00:08, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 396/450 [01:19<00:08, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 397/450 [01:19<00:07, 7.06frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 397/450 [01:20<00:07, 7.06frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 397/450 [01:20<00:07, 7.06frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 398/450 [01:20<00:10, 4.84frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 398/450 [01:20<00:10, 4.84frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 88%|████████▊ | 398/450 [01:20<00:10, 4.84frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 399/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 399/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▊ | 399/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 400/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 400/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 401/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 401/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 402/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 402/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 89%|████████▉ | 402/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 403/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 403/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 404/450 [01:20<00:06, 6.97frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 404/450 [01:21<00:06, 6.97frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|████████▉ | 404/450 [01:21<00:06, 6.97frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 405/450 [01:21<00:08, 5.49frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 405/450 [01:21<00:08, 5.49frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 405/450 [01:21<00:08, 5.49frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 406/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 406/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 406/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 407/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 90%|█████████ | 407/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 408/450 [01:21<00:06, 6.55frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 408/450 [01:21<00:06, 6.55frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 408/450 [01:21<00:06, 6.55frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 409/450 [01:21<00:07, 5.20frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 409/450 [01:22<00:07, 5.20frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 409/450 [01:22<00:07, 5.20frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 410/450 [01:22<00:08, 4.47frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 410/450 [01:22<00:08, 4.47frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████ | 410/450 [01:22<00:08, 4.47frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 411/450 [01:22<00:08, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 411/450 [01:22<00:08, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 91%|█████████▏| 411/450 [01:22<00:08, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 412/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 412/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 413/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 413/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 414/450 [01:22<00:05, 6.11frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 414/450 [01:23<00:05, 6.11frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 414/450 [01:23<00:05, 6.11frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 415/450 [01:23<00:07, 4.93frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 415/450 [01:23<00:07, 4.93frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 415/450 [01:23<00:07, 4.93frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 416/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 416/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 92%|█████████▏| 416/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 417/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 417/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 418/450 [01:24<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 418/450 [01:24<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 419/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 419/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 419/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 420/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 93%|█████████▎| 420/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 421/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▎| 421/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 422/450 [01:24<00:06, 4.66frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 422/450 [01:24<00:06, 4.66frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 423/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 423/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 423/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 424/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 424/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 425/450 [01:24<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 425/450 [01:24<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 94%|█████████▍| 425/450 [01:24<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 426/450 [01:25<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 426/450 [01:25<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 427/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 427/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▍| 427/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 428/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 428/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 429/450 [01:25<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 429/450 [01:25<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 95%|█████████▌| 429/450 [01:25<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 430/450 [01:26<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 430/450 [01:26<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 431/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 431/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 431/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 432/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 432/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 433/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 433/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▌| 433/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 434/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 96%|█████████▋| 434/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 435/450 [01:26<00:03, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 435/450 [01:27<00:03, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 435/450 [01:27<00:03, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 436/450 [01:27<00:02, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 436/450 [01:27<00:02, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 437/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 437/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 437/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 438/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 97%|█████████▋| 438/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 439/450 [01:27<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 439/450 [01:27<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 439/450 [01:27<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 440/450 [01:28<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 440/450 [01:28<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 441/450 [01:28<00:01, 5.47frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 441/450 [01:28<00:01, 5.47frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 441/450 [01:28<00:01, 5.47frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 442/450 [01:28<00:01, 5.24frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 442/450 [01:28<00:01, 5.24frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 442/450 [01:28<00:01, 5.24frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 443/450 [01:28<00:01, 5.08frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 443/450 [01:28<00:01, 5.08frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 98%|█████████▊| 443/450 [01:28<00:01, 5.08frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 444/450 [01:28<00:01, 4.92frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 444/450 [01:29<00:01, 4.92frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▊| 444/450 [01:29<00:01, 4.92frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 445/450 [01:29<00:01, 4.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 445/450 [01:29<00:01, 4.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 445/450 [01:29<00:01, 4.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 446/450 [01:29<00:00, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 446/450 [01:29<00:00, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 446/450 [01:29<00:00, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 447/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 447/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 99%|█████████▉| 447/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 448/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 448/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 448/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 449/450 [01:29<00:00, 4.53frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 449/450 [01:30<00:00, 4.53frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|█████████▉| 449/450 [01:30<00:00, 4.53frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|██████████| 450/450 [01:30<00:00, 4.43frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\nProcessing: 100%|██████████| 450/450 [01:30<00:00, 4.99frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8]\n[ROOP.CORE] Creating video with 30 FPS...\n[ROOP.CORE] Restoring audio might cause issues as fps are not kept...\n[ROOP.CORE] Cleaning temporary resources...\n[ROOP.CORE] Processing to video succeed!\nStatus: swap successful!", "metrics": { "predict_time": 133.110519, "total_time": 228.259048 }, "output": [ "https://pbxt.replicate.delivery/e4u9ATEWTqSeCkbp5oNQtMuPfWcpcHUP5veYDEwgv9JIqjlGB/output.mp4" ], "started_at": "2023-09-30T08:28:14.422604Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5g7szw3b4sqeqqez7fhvkqxdcu", "cancel": "https://api.replicate.com/v1/predictions/5g7szw3b4sqeqqez7fhvkqxdcu/cancel" }, "version": "104b4a39315349db50880757bc8c1c996c5309e3aa11286b0a3c84dab81fd440" }
Generated insource: /tmp/tmpbyg8o6drroop_video.mp4 target: /tmp/tmp69e0dxm_roop_face.jpeg /root/.pyenv/versions/3.11.5/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 开始生产中 2023-09-30 08:28:21.826741046 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1600, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.826752436 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1601, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.826785476 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1602, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.826881765 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1604, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.826940975 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1603, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.827544251 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1605, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.827755880 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1611, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.827789149 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1607, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.827636230 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1608, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.839220520 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1606, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.843248756 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1610, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.844368879 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1688, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.847229131 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1609, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.850832300 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1628, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.850857069 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1629, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.850874789 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1646, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.852047722 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1614, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.855246553 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1649, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.859223488 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1650, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862418189 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1620, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.852522939 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1619, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.852485020 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1616, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.852588499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1613, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.863004575 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1693, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.863029795 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1638, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.863219534 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1625, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.863318014 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1661, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.852556259 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1615, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.867230350 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1662, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.867267040 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1643, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.871252835 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1626, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.871280585 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1647, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.871304365 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1669, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.852615799 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1618, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.875239681 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1670, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.875259231 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1651, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.852645139 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1617, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862686288 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1621, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879244887 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1622, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879356396 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1682, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862770697 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1631, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862846907 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1690, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.871271525 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1666, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862870816 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1694, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879252596 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1674, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879263096 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1687, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862904746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1691, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.907211546 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1675, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.907234886 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1672, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879415995 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1668, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862969736 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1692, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879504505 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1679, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862829547 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1632, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879398835 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1667, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879544085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1683, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879485405 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1676, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879377876 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1664, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879393546 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1686, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862731667 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1630, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879524565 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1680, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879331766 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1660, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.862992876 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1637, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879564694 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1684, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.891201074 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1685, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.935268135 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1677, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.939214661 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1678, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.891206734 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1689, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.895203029 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1665, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.882849554 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1635, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879356276 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1663, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.882917444 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1624, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.899216495 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1673, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.887209468 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1612, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.935216576 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1636, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.882865164 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1627, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.935232826 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1644, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.879434755 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1671, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.891239443 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1642, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.891256123 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1645, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.927207904 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1652, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.935203966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1648, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:22.015333698 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1623, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:21.943322516 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1659, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:22.043221378 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1641, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:22.043226017 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1681, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} find model: /root/.insightface/models/buffalo_l/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0 2023-09-30 08:28:24.491682574 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1707, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.491760013 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1708, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.491844023 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1709, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.491911142 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1710, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492008752 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1711, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492524599 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1716, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492789737 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1719, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492593688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1717, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492677788 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1721, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492700458 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1723, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492905976 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1722, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492593708 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1718, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.492731328 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1724, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.493015436 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1720, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.496956662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1757, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507213900 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1729, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507238240 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1731, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507213889 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1715, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507248919 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1713, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507217980 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1730, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507257889 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1727, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507220309 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1712, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507214889 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1714, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.507238249 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1726, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.511219405 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1732, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.511228055 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1755, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.511260515 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1736, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.515216290 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1734, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.515255250 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1756, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.515307200 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1742, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.511218865 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1733, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.519268486 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1735, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.519291006 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1758, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.515225080 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1737, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.519356966 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1752, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} 2023-09-30 08:28:24.507240329 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1725, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.523208812 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1738, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.523210112 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1753, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. find model: /root/.insightface/models/buffalo_l/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0 2023-09-30 08:28:24.519280046 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1743, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527329157 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1783, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527353157 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1749, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527207938 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1739, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531322763 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1818, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527226368 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1759, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531366593 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1822, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527229418 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1744, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527253308 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1745, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527266308 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1780, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527212878 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1728, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527286087 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1781, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535344118 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1838, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531232583 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1784, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.539220945 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1767, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.539364524 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1814, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531253633 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1811, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531273543 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1750, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531292463 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1751, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531297563 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1815, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531311303 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1817, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531324043 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1774, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531224383 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1810, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531226813 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1748, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.527306977 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1782, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535209089 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1824, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.551416471 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1829, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555202297 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1816, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555212927 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1769, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555215467 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1771, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555214137 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1787, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535223839 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1778, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559303292 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1827, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.562736711 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1772, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.563304438 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1808, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535242679 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1779, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535232239 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1807, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.571210699 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1843, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535273269 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1831, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.575252855 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1806, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535284848 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1833, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535296878 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1834, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.539392544 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1813, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.583205576 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1804, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531251883 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1785, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.543206910 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1786, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531288403 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1766, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.543230890 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1773, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531351393 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1775, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555251547 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1844, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.591607595 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1845, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535219909 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1825, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.531356482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1821, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.543255320 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1789, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555203937 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1768, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555203927 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1770, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559203103 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1788, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559202463 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1832, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.578702064 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1805, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559214803 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1790, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559218372 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1837, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559223312 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1791, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559231303 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1820, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559243472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1826, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.543310800 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1793, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559256222 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1823, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.543323689 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1794, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559266172 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1812, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559275552 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1809, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559276212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1795, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559285662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1840, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559287072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1796, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559295662 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1830, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.637557906 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1802, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559295722 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1797, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.543376809 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1798, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.567208034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1776, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.644054156 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1803, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.567228814 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1777, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.567247354 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1799, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.652519024 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1861, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.567260514 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1800, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.659336333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1869, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.567286574 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1801, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535262398 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1754, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.663212859 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1871, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.535251569 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1828, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.555225427 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1839, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.667223265 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1873, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.671208141 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1859, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.675199556 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1874, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.679201322 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1877, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.679286132 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1868, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.683197988 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1870, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559232563 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1792, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.683220837 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1881, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.559210232 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1819, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.687201283 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1882, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.687205503 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1872, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.691206749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1875, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.691219939 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1884, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.695199735 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1886, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.695205335 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1876, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.699201160 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1853, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.699218190 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1880, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.699202370 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1879, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.703199306 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1883, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.683199668 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1878, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.707200031 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1885, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.707252001 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1855, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.707200021 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1854, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.711223987 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1896, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.715206443 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1903, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.715229053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1860, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.717567298 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1901, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.667202075 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1858, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.719203738 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1899, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723204194 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1898, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.727211390 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1856, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.727683607 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1894, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723231004 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1900, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.731607203 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1891, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723252233 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1897, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723269263 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1893, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.735928736 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1890, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723289333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1892, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723303063 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1889, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.743598729 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1887, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723315753 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1888, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.715232013 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1902, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.723204204 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1857, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.727214830 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1895, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} find model: /root/.insightface/models/buffalo_l/det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0 2023-09-30 08:28:24.992118606 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1904, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.992150506 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1905, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.992178406 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1906, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.992338094 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1910, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.992425824 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1913, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.992856241 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1918, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.992359424 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1911, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.994742930 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1974, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:24.996578239 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1916, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.003202628 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1907, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.003224728 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1912, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.003234808 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1921, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.003285148 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1919, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007196794 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1908, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.011203210 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1978, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.011230459 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1947, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} 2023-09-30 08:28:25.003209508 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1915, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007204024 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1909, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.003202628 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1914, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007223004 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1973, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. find model: /root/.insightface/models/buffalo_l/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0 2023-09-30 08:28:25.007232874 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1925, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.019204781 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1941, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007255214 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1920, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.019255231 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1963, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.021896085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2063, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.023203397 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1964, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007273094 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1923, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007252134 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1926, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027290691 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2049, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027305641 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2066, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007311854 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1933, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007289034 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1930, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031365117 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1998, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007299294 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1924, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007334283 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1934, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007360323 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1928, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007377633 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1931, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.039249428 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2013, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007379783 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1939, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043271084 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2026, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043279574 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2027, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043294204 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2084, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007467142 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1948, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007397063 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1940, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047287990 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2045, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007513762 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1952, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047315719 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2042, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007394563 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1932, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007646481 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1966, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007666041 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1967, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.059200687 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2006, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007689511 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1970, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.063224673 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2005, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.011208590 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1988, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.011208430 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1946, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.067200549 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2008, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.067203499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2068, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.003209228 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1917, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.071199104 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2014, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.071215364 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2070, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015210575 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1980, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015232455 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1981, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015219925 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1950, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015244865 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1951, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015242475 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1969, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.087198746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2002, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.087214746 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2031, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015277145 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1986, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015287974 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1979, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015301085 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1987, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015253575 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1983, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015321384 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1990, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015329724 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1984, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015345354 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1991, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015353504 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1985, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015366194 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1992, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.019204481 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1989, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.019206281 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1955, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.019231621 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1956, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007208984 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1922, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007269604 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1929, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027206362 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1965, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027208682 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2050, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027215002 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2058, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027230472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2071, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027231772 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1968, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027243492 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2059, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027243692 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2072, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027254582 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2060, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027254242 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2076, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027267072 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2090, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027266961 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2061, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027278381 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2091, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027279052 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2062, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.027291061 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2065, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031198688 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2067, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031206468 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1975, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031213208 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2074, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031223858 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2085, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031225868 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1976, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031238868 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2086, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031249278 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1977, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031255978 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2087, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031267577 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2088, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031273097 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1993, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031290117 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1994, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031309097 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1995, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031329287 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1996, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.031350087 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1997, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007330263 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1927, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.035194493 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2048, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.035229943 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2064, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007352663 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1936, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.039196129 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2051, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.039197719 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2009, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.039216529 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2010, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.039234679 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2011, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043195925 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2077, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043196105 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2007, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043201025 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2015, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043203105 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2047, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043211395 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2078, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043210835 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2012, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043214145 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2018, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043227285 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2016, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043227985 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2079, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043231905 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2020, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043242205 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2019, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043239215 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2080, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043248684 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2023, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043253244 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2081, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043256055 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2022, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043265235 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2025, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.043278514 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2083, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007444623 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1945, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047198210 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2093, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047198200 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2029, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047206240 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2030, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047243250 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2036, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047249910 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2034, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047260330 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2040, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047272070 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2037, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.047274770 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2044, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007528212 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1953, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007552222 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1954, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.051196786 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2043, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.051197686 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2046, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007493133 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1949, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007415163 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1935, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007475153 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1942, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.007705131 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1971, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.071202544 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2069, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075198709 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2073, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075199809 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2017, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075199820 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1999, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075212829 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2021, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075213029 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2075, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075213589 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2000, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075226709 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2082, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075226769 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2001, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075238139 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2089, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075241169 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2004, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.075251499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2092, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.079201536 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2024, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.079211956 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2003, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.079219576 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2035, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.079259585 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2041, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.087196926 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2028, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015266805 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1972, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:25.015306505 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 1982, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} find model: /root/.insightface/models/buffalo_l/w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5 set det-size: (640, 640) Pre-trained weights will be downloaded. Downloading... From: https://github.com/bhky/opennsfw2/releases/download/v0.1.0/open_nsfw_weights.h5 To: /root/.opennsfw2/weights/open_nsfw_weights.h5 0%| | 0.00/24.2M [00:00<?, ?B/s] 6%|▋ | 1.57M/24.2M [00:00<00:01, 14.8MB/s] 19%|█▉ | 4.72M/24.2M [00:00<00:00, 24.0MB/s] 35%|███▍ | 8.39M/24.2M [00:00<00:00, 28.6MB/s] 50%|████▉ | 12.1M/24.2M [00:00<00:00, 30.8MB/s] 67%|██████▋ | 16.3M/24.2M [00:00<00:00, 33.0MB/s] 87%|████████▋ | 21.0M/24.2M [00:00<00:00, 36.2MB/s] 100%|██████████| 24.2M/24.2M [00:00<00:00, 33.5MB/s] 0%| | 0/450 [00:00<?, ?it/s] 0%| | 2/450 [00:00<03:34, 2.09it/s] 18%|█▊ | 79/450 [00:01<00:03, 101.77it/s] 37%|███▋ | 166/450 [00:01<00:01, 221.84it/s] 59%|█████▉ | 267/450 [00:01<00:00, 365.54it/s] 81%|████████ | 365/450 [00:01<00:00, 490.82it/s] 100%|██████████| 450/450 [00:01<00:00, 309.85it/s] [ROOP.CORE] Creating temporary resources... [ROOP.CORE] Extracting frames with 30 FPS... [ROOP.FACE-SWAPPER] Progressing... Processing: 0%| | 0/450 [00:00<?, ?frame/s]2023-09-30 08:28:35.439075071 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2403, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.439404979 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2408, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.439424749 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2409, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.440741851 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2405, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.440842520 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2410, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.440960689 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2412, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.441026309 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2414, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.442147433 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2406, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.444880826 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2415, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.447204642 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2416, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.448980051 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2407, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.440724321 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2404, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.465099333 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2446, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.465141152 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2448, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.465179062 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2447, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.465878068 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2464, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.468695021 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2425, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.471209285 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2424, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.471637493 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2426, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.472492127 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2423, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.473736530 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2422, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.475207351 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2421, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.475209551 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2495, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.479203747 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2420, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.479226087 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2497, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.479205977 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2440, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.483232472 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2419, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.487233578 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2413, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.487667185 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2441, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.489556664 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2491, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.489591753 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2490, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.490114520 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2444, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.490763896 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2445, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.479205977 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2496, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.499234544 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2469, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.499269784 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2449, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.499313794 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2450, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.499339124 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2451, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.499358404 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2452, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.503203770 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2462, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.503216630 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2411, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.507231876 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2470, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.507245396 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2418, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.507232676 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2463, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.507266356 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2465, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.507281025 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2427, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.511217681 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2428, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.511228471 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2466, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.513216859 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2481, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.515303207 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2482, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.515360416 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2467, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.515363336 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2430, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.515410166 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2468, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.515434236 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2432, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.519213813 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2483, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.519221053 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2431, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.523047499 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2484, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.523059309 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2485, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.523108289 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2486, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.523217558 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2487, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.523234968 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2433, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.527220564 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2434, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.531203730 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2489, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.531212680 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2435, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.527229394 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2488, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.539110482 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2455, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.539301711 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2474, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.543216146 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2475, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.545503923 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2492, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.547215102 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2476, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.550871340 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2473, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.551212948 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2477, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.555217884 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2472, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.555340343 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2494, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.559221619 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2471, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.560690360 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2439, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.562416640 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2438, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.555217873 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2478, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.565495281 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2454, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.570544130 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2453, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.555280113 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2480, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.555308393 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2493, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.507211486 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2417, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.555254553 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2479, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2023-09-30 08:28:35.515307197 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 2429, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'enable_skip_layer_norm_strict_mode': '0', 'tunable_op_tuning_enable': '0'}} inswapper-shape: [1, 3, 128, 128] Processing: 0%| | 0/450 [00:04<?, ?frame/s, memory_usage=05.27GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 0/450 [00:04<?, ?frame/s, memory_usage=05.27GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/450 [00:04<31:51, 4.26s/frame, memory_usage=05.27GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/450 [00:04<31:51, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/450 [00:04<31:51, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/450 [00:04<31:47, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/450 [00:04<31:47, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/450 [00:04<31:43, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/450 [00:04<31:43, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/450 [00:04<31:43, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/450 [00:04<31:38, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/450 [00:04<31:34, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/450 [00:04<31:34, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/450 [00:04<31:30, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/450 [00:04<31:30, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/450 [00:04<31:26, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/450 [00:04<31:26, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/450 [00:04<31:21, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/450 [00:04<31:21, 4.26s/frame, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/450 [00:04<02:37, 2.80frame/s, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/450 [00:04<02:37, 2.80frame/s, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/450 [00:04<02:37, 2.80frame/s, memory_usage=05.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/450 [00:04<02:37, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/450 [00:04<02:36, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/450 [00:04<02:36, 2.80frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/450 [00:04<01:42, 4.28frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/450 [00:04<01:42, 4.28frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/450 [00:04<01:42, 4.28frame/s, memory_usage=05.31GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 16/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 16/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 17/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 17/450 [00:04<01:41, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/450 [00:04<01:40, 4.28frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 23/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 23/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/450 [00:04<00:53, 7.98frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 25/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 25/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 25/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/450 [00:04<00:39, 10.79frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 30/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 30/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 30/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/450 [00:04<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 34/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 34/450 [00:05<00:29, 14.25frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 39/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 39/450 [00:05<00:22, 18.30frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 40/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 40/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 40/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 43/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 43/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 43/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/450 [00:05<00:18, 22.15frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 45/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 45/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 45/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 46/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 46/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 48/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 48/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/450 [00:05<00:15, 25.72frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 51/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 51/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 52/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 52/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 53/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 53/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/450 [00:05<00:13, 28.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 57/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 57/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/450 [00:05<00:12, 32.33frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 61/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 61/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 62/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 62/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 63/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 63/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/450 [00:05<00:11, 34.71frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 66/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 66/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 67/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 67/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 68/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 68/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 69/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 69/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 70/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 70/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 71/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 71/450 [00:05<00:11, 34.38frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/450 [00:05<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 74/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 74/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 75/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 75/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 76/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 76/450 [00:06<00:09, 39.56frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/450 [00:06<00:09, 38.41frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/450 [00:06<00:09, 38.41frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 79/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 79/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 80/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 80/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 81/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 81/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/450 [00:06<00:09, 39.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 84/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 84/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 85/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 85/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 86/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 86/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/450 [00:06<00:09, 39.04frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 88/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 88/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 88/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 89/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 89/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 90/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 90/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 91/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 91/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 92/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 92/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 93/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 93/450 [00:06<00:08, 40.88frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 94/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 94/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 94/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 96/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 96/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 97/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 97/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 98/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 98/450 [00:06<00:08, 40.45frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 99/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 99/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 99/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 102/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 102/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 103/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 103/450 [00:06<00:08, 40.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 104/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 104/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 104/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 106/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 106/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 107/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 107/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 108/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 108/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 109/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 109/450 [00:06<00:09, 37.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 111/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 111/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 112/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 112/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 113/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 113/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 114/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 114/450 [00:06<00:08, 40.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 115/450 [00:06<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 115/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 115/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 116/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 116/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 117/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 117/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 118/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 118/450 [00:07<00:08, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 119/450 [00:07<00:07, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 119/450 [00:07<00:07, 41.40frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 120/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 120/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 120/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 121/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 121/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 122/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 122/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 124/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 124/450 [00:07<00:08, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 125/450 [00:07<00:07, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 125/450 [00:07<00:07, 40.63frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 126/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 126/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 126/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 127/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 127/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 129/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 129/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 130/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 130/450 [00:07<00:07, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 131/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 131/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 131/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 132/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 132/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 133/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 133/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 134/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 134/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 135/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 135/450 [00:07<00:07, 40.57frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 136/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 136/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 136/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 137/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 137/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 138/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 138/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 139/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 139/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 140/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 140/450 [00:07<00:07, 40.26frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 141/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 141/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 141/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 142/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 142/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 143/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 143/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 144/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 144/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 145/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 145/450 [00:07<00:07, 41.95frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 147/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 147/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 148/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 148/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 149/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 149/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 150/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 150/450 [00:07<00:07, 40.03frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 151/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 151/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 151/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 152/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 152/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 153/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 153/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 154/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 154/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 155/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 155/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 155/450 [00:07<00:07, 41.48frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 156/450 [00:07<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 156/450 [00:07<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 157/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 157/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 158/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 158/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 159/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 159/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 160/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 160/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 161/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 161/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 162/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 162/450 [00:08<00:07, 39.96frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 163/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 163/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 163/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 164/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 164/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 165/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 165/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 166/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 166/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 167/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 167/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 168/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 168/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 169/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 169/450 [00:08<00:06, 41.74frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 170/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 170/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 170/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 171/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 171/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 172/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 172/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 173/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 173/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 174/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 174/450 [00:08<00:05, 47.92frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 175/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 175/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 175/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 176/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 176/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 177/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 177/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 178/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 178/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 179/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 179/450 [00:08<00:06, 42.82frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 180/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 180/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 180/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 181/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 181/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 182/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 182/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 183/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 183/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 184/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 184/450 [00:08<00:06, 44.11frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 185/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 185/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 185/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 186/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 186/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 187/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 187/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 188/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 188/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 189/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 189/450 [00:08<00:05, 44.32frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 190/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 190/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 190/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 191/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 191/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 192/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 192/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 193/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 193/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 194/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 194/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 195/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 195/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 196/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 196/450 [00:08<00:06, 40.73frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 197/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 197/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 197/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 198/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 198/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 199/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 199/450 [00:08<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 200/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 200/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 201/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 201/450 [00:09<00:05, 44.76frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 202/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 202/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 202/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 203/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 203/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 204/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 204/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 205/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 205/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 206/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 206/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 207/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 207/450 [00:09<00:05, 44.20frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 208/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 208/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 208/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 209/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 209/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 210/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 210/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 211/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 211/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 212/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 212/450 [00:09<00:05, 43.31frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 213/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 213/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 213/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 214/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 214/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 215/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 215/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 216/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 216/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 217/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 217/450 [00:09<00:05, 43.24frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 218/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 218/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 218/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 219/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 219/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 220/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 220/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 221/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 221/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 222/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 222/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 223/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 223/450 [00:09<00:05, 41.52frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 224/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 224/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 224/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 225/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 225/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 226/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 226/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 227/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 227/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 228/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 228/450 [00:09<00:04, 46.01frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 229/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 229/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 229/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 230/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 230/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 231/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 231/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 232/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 232/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 233/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 233/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 234/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 234/450 [00:09<00:05, 42.12frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 235/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 235/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 235/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 236/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 236/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 237/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 237/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 238/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 238/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 239/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 239/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 240/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 240/450 [00:09<00:05, 41.70frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 241/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 241/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 241/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 242/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 242/450 [00:09<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 243/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 243/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 244/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 244/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 245/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 245/450 [00:10<00:04, 43.91frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 246/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 246/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 246/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 247/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 247/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 248/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 248/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 249/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 249/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 250/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 250/450 [00:10<00:04, 41.58frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 251/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 251/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 251/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 252/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 252/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 253/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 253/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 254/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 254/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 255/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 255/450 [00:10<00:04, 40.21frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 256/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 256/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 256/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 257/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 257/450 [00:10<00:04, 40.69frame/s, memory_usage=05.32GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 258/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 258/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 259/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 259/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 260/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 260/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 261/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 261/450 [00:10<00:04, 40.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 262/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 262/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 262/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 263/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 263/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 264/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 264/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 265/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 265/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 266/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 266/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 267/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 267/450 [00:10<00:04, 41.24frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 268/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 268/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 268/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 269/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 269/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 270/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 270/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 271/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 271/450 [00:10<00:04, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 272/450 [00:10<00:03, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 272/450 [00:10<00:03, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 273/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 273/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 273/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 274/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 274/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 275/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 275/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 276/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 276/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 277/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 277/450 [00:10<00:04, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 278/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 278/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 278/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 279/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 279/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 280/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 280/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 281/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 281/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 282/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 282/450 [00:10<00:03, 44.02frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 283/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 283/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 283/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 284/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 284/450 [00:10<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 285/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 285/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 286/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 286/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 287/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 287/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 288/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 288/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 289/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 289/450 [00:11<00:04, 39.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 290/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 290/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 290/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 291/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 291/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 292/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 292/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 293/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 293/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 294/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 294/450 [00:11<00:03, 45.07frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 295/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 295/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 295/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 296/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 296/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 297/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 297/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 298/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 298/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 299/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 299/450 [00:11<00:03, 43.70frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 300/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 300/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 300/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 301/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 301/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 302/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 302/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 303/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 303/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 304/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 304/450 [00:11<00:03, 41.53frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 305/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 305/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 305/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 306/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 306/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 307/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 307/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 308/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 308/450 [00:11<00:03, 39.01frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 309/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 309/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 309/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 310/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 310/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 311/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 311/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 312/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 312/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 313/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 313/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 314/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 314/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 315/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 315/450 [00:11<00:03, 39.23frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 316/450 [00:11<00:03, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 316/450 [00:11<00:03, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 316/450 [00:11<00:03, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 317/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 317/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 318/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 318/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 319/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 319/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 320/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 320/450 [00:11<00:02, 44.61frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 321/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 321/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 321/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 322/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 322/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 323/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 323/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 324/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 324/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 325/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 325/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 326/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 326/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 327/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 327/450 [00:11<00:03, 40.85frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 328/450 [00:11<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 328/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 328/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 329/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 329/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 330/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 330/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 331/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 331/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 332/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 332/450 [00:12<00:02, 43.92frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 333/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 333/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 333/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 334/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 334/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 335/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 335/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 336/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 336/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 337/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 337/450 [00:12<00:02, 42.59frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 338/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 338/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 338/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 339/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 339/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 340/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 340/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 341/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 341/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 342/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 342/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 343/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 343/450 [00:12<00:02, 41.48frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 344/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 344/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 344/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 345/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 345/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 346/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 346/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 347/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 347/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 348/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 348/450 [00:12<00:02, 44.72frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 349/450 [00:12<00:02, 39.74frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 349/450 [00:12<00:02, 39.74frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 350/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 351/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 351/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 352/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 352/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 353/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 353/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 354/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 354/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 355/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 355/450 [00:12<00:02, 38.78frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 356/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 356/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 356/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 357/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 357/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 358/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 358/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 359/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 359/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 360/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 360/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 361/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 361/450 [00:12<00:02, 36.90frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 362/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 362/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 362/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 363/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 363/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 364/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 364/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 365/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 365/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 366/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 366/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 367/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 367/450 [00:12<00:02, 38.81frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 368/450 [00:12<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 368/450 [00:12<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 368/450 [00:12<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 369/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 369/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 370/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 370/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 371/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 371/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 372/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 372/450 [00:13<00:01, 42.87frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 373/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 373/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 373/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 374/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 374/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 375/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 375/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 376/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 376/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 377/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 377/450 [00:13<00:01, 42.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 378/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 378/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 378/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 379/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 379/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 380/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 380/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 381/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 381/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 382/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 382/450 [00:13<00:01, 42.91frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 383/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 383/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 383/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 384/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 384/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 385/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 385/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 386/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 386/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 386/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 387/450 [00:13<00:01, 42.30frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 388/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 388/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 388/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 389/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 389/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 390/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 390/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 391/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 391/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 392/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 392/450 [00:13<00:01, 41.93frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 393/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 393/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 393/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 394/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 394/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 395/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 395/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 396/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 396/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 397/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 397/450 [00:13<00:01, 40.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 398/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 398/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 398/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 399/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 399/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 400/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 400/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 401/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 401/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 402/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 402/450 [00:13<00:01, 42.14frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 403/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 403/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 403/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 404/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 404/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 405/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 405/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 406/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 406/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 407/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 407/450 [00:13<00:01, 42.08frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 408/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 408/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 408/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 409/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 409/450 [00:13<00:01, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 410/450 [00:13<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 410/450 [00:13<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 411/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 411/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 412/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 412/450 [00:14<00:00, 40.26frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 413/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 413/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 413/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 414/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 414/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 415/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 415/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 416/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 416/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 417/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 417/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 418/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 418/450 [00:14<00:00, 41.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 419/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 419/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 419/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 420/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 420/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 421/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 421/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 422/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 422/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 423/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 423/450 [00:14<00:00, 42.82frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 424/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 424/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 424/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 425/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 425/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 426/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 426/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 427/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 427/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 428/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 428/450 [00:14<00:00, 41.96frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 429/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 429/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 429/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 430/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 430/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 431/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 431/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 432/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 432/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 433/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 433/450 [00:14<00:00, 42.86frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 434/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 434/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 434/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 435/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 435/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 436/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 436/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 437/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 437/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 438/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 438/450 [00:14<00:00, 39.64frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 439/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 439/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 439/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 440/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 440/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 441/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 441/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 442/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 442/450 [00:14<00:00, 39.03frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 443/450 [00:14<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 443/450 [00:14<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 443/450 [00:14<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 444/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 444/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 445/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 445/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 446/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 446/450 [00:15<00:00, 30.32frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 447/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 447/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 447/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 448/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 448/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 449/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 449/450 [00:15<00:00, 25.69frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|██████████| 450/450 [00:15<00:00, 19.71frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|██████████| 450/450 [00:15<00:00, 29.21frame/s, memory_usage=05.33GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] [ROOP.FACE-ENHANCER] Progressing... Processing: 0%| | 0/450 [00:00<?, ?frame/s] Processing: 0%| | 0/450 [00:02<?, ?frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 0/450 [00:02<?, ?frame/s, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/450 [00:02<14:59, 2.00s/frame, memory_usage=05.69GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/450 [00:02<14:59, 2.00s/frame, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 1/450 [00:02<14:59, 2.00s/frame, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/450 [00:02<07:17, 1.02frame/s, memory_usage=05.71GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/450 [00:02<07:17, 1.02frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 0%| | 2/450 [00:02<07:17, 1.02frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/450 [00:02<04:46, 1.56frame/s, memory_usage=05.72GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/450 [00:02<04:46, 1.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 3/450 [00:02<04:46, 1.56frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/450 [00:02<03:38, 2.04frame/s, memory_usage=05.73GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/450 [00:03<03:38, 2.04frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 4/450 [00:03<03:38, 2.04frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/450 [00:03<02:59, 2.48frame/s, memory_usage=05.75GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/450 [00:03<02:59, 2.48frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%| | 5/450 [00:03<02:59, 2.48frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/450 [00:03<03:22, 2.19frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/450 [00:03<03:22, 2.19frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 1%|▏ | 6/450 [00:03<03:22, 2.19frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/450 [00:03<02:53, 2.56frame/s, memory_usage=05.77GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/450 [00:04<02:53, 2.56frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 7/450 [00:04<02:53, 2.56frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/450 [00:04<02:31, 2.92frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/450 [00:04<02:31, 2.92frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 8/450 [00:04<02:31, 2.92frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/450 [00:04<02:05, 3.51frame/s, memory_usage=05.78GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/450 [00:04<02:05, 3.51frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 9/450 [00:04<02:05, 3.51frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/450 [00:04<01:54, 3.84frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/450 [00:04<01:54, 3.84frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 10/450 [00:04<01:54, 3.84frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/450 [00:04<01:50, 3.96frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/450 [00:04<01:50, 3.96frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 2%|▏ | 11/450 [00:04<01:50, 3.96frame/s, memory_usage=05.79GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/450 [00:05<01:50, 3.96frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 12/450 [00:05<01:50, 3.96frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/450 [00:05<02:09, 3.37frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/450 [00:05<02:09, 3.37frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 13/450 [00:05<02:09, 3.37frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/450 [00:05<01:55, 3.77frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/450 [00:05<01:55, 3.77frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 14/450 [00:05<01:55, 3.77frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/450 [00:05<01:52, 3.88frame/s, memory_usage=05.81GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/450 [00:05<01:52, 3.88frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 3%|▎ | 15/450 [00:05<01:52, 3.88frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 16/450 [00:05<01:45, 4.12frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 16/450 [00:06<01:45, 4.12frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▎ | 16/450 [00:06<01:45, 4.12frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 17/450 [00:06<01:38, 4.40frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 17/450 [00:06<01:38, 4.40frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 17/450 [00:06<01:38, 4.40frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 18/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 19/450 [00:06<01:42, 4.22frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/450 [00:06<01:23, 5.18frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/450 [00:06<01:23, 5.18frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 4%|▍ | 20/450 [00:06<01:23, 5.18frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/450 [00:06<01:20, 5.35frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/450 [00:07<01:20, 5.35frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 21/450 [00:07<01:20, 5.35frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/450 [00:07<01:17, 5.54frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/450 [00:07<01:17, 5.54frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▍ | 22/450 [00:07<01:17, 5.54frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 23/450 [00:07<01:14, 5.70frame/s, memory_usage=05.82GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 23/450 [00:07<01:14, 5.70frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 23/450 [00:07<01:14, 5.70frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/450 [00:07<01:24, 5.02frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/450 [00:07<01:24, 5.02frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 5%|▌ | 24/450 [00:07<01:24, 5.02frame/s, memory_usage=05.83GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 25/450 [00:08<01:24, 5.02frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 25/450 [00:08<01:24, 5.02frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/450 [00:08<01:46, 3.98frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/450 [00:08<01:46, 3.98frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 26/450 [00:08<01:46, 3.98frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/450 [00:08<01:37, 4.36frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/450 [00:08<01:37, 4.36frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 27/450 [00:08<01:37, 4.36frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/450 [00:08<01:33, 4.53frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/450 [00:08<01:33, 4.53frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▌ | 28/450 [00:08<01:33, 4.53frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/450 [00:08<01:28, 4.75frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/450 [00:08<01:28, 4.75frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 6%|▋ | 29/450 [00:08<01:28, 4.75frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 30/450 [00:08<01:30, 4.65frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 30/450 [00:09<01:30, 4.65frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 30/450 [00:09<01:30, 4.65frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 31/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 32/450 [00:09<01:26, 4.84frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/450 [00:09<01:13, 5.71frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/450 [00:09<01:13, 5.71frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 7%|▋ | 33/450 [00:09<01:13, 5.71frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 34/450 [00:09<01:11, 5.82frame/s, memory_usage=05.84GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 34/450 [00:09<01:11, 5.82frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 34/450 [00:09<01:11, 5.82frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/450 [00:09<01:13, 5.63frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/450 [00:09<01:13, 5.63frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 35/450 [00:09<01:13, 5.63frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/450 [00:09<01:13, 5.60frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/450 [00:10<01:13, 5.60frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 36/450 [00:10<01:13, 5.60frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/450 [00:10<01:14, 5.58frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/450 [00:10<01:14, 5.58frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 37/450 [00:10<01:14, 5.58frame/s, memory_usage=05.85GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/450 [00:10<01:13, 5.58frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 8%|▊ | 38/450 [00:10<01:13, 5.58frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 39/450 [00:10<01:45, 3.90frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 39/450 [00:10<01:45, 3.90frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▊ | 39/450 [00:10<01:45, 3.90frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 40/450 [00:10<01:36, 4.24frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 40/450 [00:11<01:36, 4.24frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 40/450 [00:11<01:36, 4.24frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/450 [00:11<01:32, 4.44frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/450 [00:11<01:32, 4.44frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 41/450 [00:11<01:32, 4.44frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/450 [00:11<01:25, 4.76frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/450 [00:11<01:25, 4.76frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 9%|▉ | 42/450 [00:11<01:25, 4.76frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 43/450 [00:11<01:29, 4.53frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 43/450 [00:11<01:29, 4.53frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 43/450 [00:11<01:29, 4.53frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|▉ | 44/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 45/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 45/450 [00:11<01:24, 4.78frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 46/450 [00:11<01:10, 5.74frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 46/450 [00:12<01:10, 5.74frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 46/450 [00:12<01:10, 5.74frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/450 [00:12<01:11, 5.64frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/450 [00:12<01:11, 5.64frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 10%|█ | 47/450 [00:12<01:11, 5.64frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 48/450 [00:12<01:09, 5.77frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 48/450 [00:12<01:09, 5.77frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 48/450 [00:12<01:09, 5.77frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/450 [00:12<01:10, 5.72frame/s, memory_usage=05.86GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/450 [00:12<01:10, 5.72frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 49/450 [00:12<01:10, 5.72frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/450 [00:12<01:20, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/450 [00:12<01:20, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█ | 50/450 [00:12<01:20, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 51/450 [00:13<01:19, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 11%|█▏ | 51/450 [00:13<01:19, 5.00frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 52/450 [00:13<01:37, 4.08frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 52/450 [00:13<01:37, 4.08frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 52/450 [00:13<01:37, 4.08frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 53/450 [00:13<01:29, 4.42frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 53/450 [00:13<01:29, 4.42frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 53/450 [00:13<01:29, 4.42frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/450 [00:13<01:26, 4.60frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/450 [00:13<01:26, 4.60frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 54/450 [00:13<01:26, 4.60frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/450 [00:13<01:20, 4.89frame/s, memory_usage=05.87GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/450 [00:14<01:20, 4.89frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 55/450 [00:14<01:20, 4.89frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/450 [00:14<01:26, 4.56frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/450 [00:14<01:26, 4.56frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 12%|█▏ | 56/450 [00:14<01:26, 4.56frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 57/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 57/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 57/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 58/450 [00:14<01:29, 4.37frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/450 [00:14<01:18, 4.99frame/s, memory_usage=05.88GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/450 [00:14<01:18, 4.99frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 59/450 [00:14<01:18, 4.99frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/450 [00:14<01:18, 4.94frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/450 [00:15<01:18, 4.94frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 13%|█▎ | 60/450 [00:15<01:18, 4.94frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 61/450 [00:15<01:15, 5.12frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 61/450 [00:15<01:15, 5.12frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▎ | 61/450 [00:15<01:15, 5.12frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 62/450 [00:15<01:15, 5.15frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 62/450 [00:15<01:15, 5.15frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 62/450 [00:15<01:15, 5.15frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 63/450 [00:15<01:16, 5.04frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 63/450 [00:15<01:16, 5.04frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 63/450 [00:15<01:16, 5.04frame/s, memory_usage=05.89GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/450 [00:16<01:16, 5.04frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 64/450 [00:16<01:16, 5.04frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/450 [00:16<01:37, 3.97frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/450 [00:16<01:37, 3.97frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 14%|█▍ | 65/450 [00:16<01:37, 3.97frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 66/450 [00:16<01:31, 4.20frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 66/450 [00:16<01:31, 4.20frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 66/450 [00:16<01:31, 4.20frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 67/450 [00:16<01:29, 4.26frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 67/450 [00:16<01:29, 4.26frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▍ | 67/450 [00:16<01:29, 4.26frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 68/450 [00:16<01:22, 4.64frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 68/450 [00:16<01:22, 4.64frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 68/450 [00:16<01:22, 4.64frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 69/450 [00:16<01:23, 4.58frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 69/450 [00:17<01:23, 4.58frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 15%|█▌ | 69/450 [00:17<01:23, 4.58frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 70/450 [00:17<01:17, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 70/450 [00:17<01:17, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 70/450 [00:17<01:17, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 71/450 [00:17<01:16, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 71/450 [00:17<01:16, 4.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/450 [00:17<01:04, 5.89frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/450 [00:17<01:04, 5.89frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 72/450 [00:17<01:04, 5.89frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/450 [00:17<01:02, 5.99frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/450 [00:17<01:02, 5.99frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▌ | 73/450 [00:17<01:02, 5.99frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 74/450 [00:17<01:03, 5.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 74/450 [00:17<01:03, 5.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 16%|█▋ | 74/450 [00:17<01:03, 5.93frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 75/450 [00:17<01:06, 5.62frame/s, memory_usage=05.90GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 75/450 [00:18<01:06, 5.62frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 75/450 [00:18<01:06, 5.62frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 76/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 76/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 76/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 77/450 [00:18<01:10, 5.32frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/450 [00:18<01:11, 5.23frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/450 [00:18<01:11, 5.23frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 17%|█▋ | 78/450 [00:18<01:11, 5.23frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 79/450 [00:18<01:15, 4.90frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 79/450 [00:18<01:15, 4.90frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 79/450 [00:18<01:15, 4.90frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 80/450 [00:18<01:13, 5.05frame/s, memory_usage=05.91GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 80/450 [00:19<01:13, 5.05frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 80/450 [00:19<01:13, 5.05frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 81/450 [00:19<01:11, 5.13frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 81/450 [00:19<01:11, 5.13frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 81/450 [00:19<01:11, 5.13frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/450 [00:19<01:14, 4.91frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/450 [00:19<01:14, 4.91frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 82/450 [00:19<01:14, 4.91frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/450 [00:19<01:18, 4.66frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/450 [00:19<01:18, 4.66frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 18%|█▊ | 83/450 [00:19<01:18, 4.66frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 84/450 [00:19<01:17, 4.73frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 84/450 [00:20<01:17, 4.73frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▊ | 84/450 [00:20<01:17, 4.73frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 85/450 [00:20<01:20, 4.52frame/s, memory_usage=05.92GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 85/450 [00:20<01:20, 4.52frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 85/450 [00:20<01:20, 4.52frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 86/450 [00:20<01:20, 4.53frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 86/450 [00:20<01:20, 4.53frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 86/450 [00:20<01:20, 4.53frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/450 [00:20<01:14, 4.90frame/s, memory_usage=05.93GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/450 [00:20<01:14, 4.90frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 19%|█▉ | 87/450 [00:20<01:14, 4.90frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 88/450 [00:20<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 88/450 [00:20<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 88/450 [00:20<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 89/450 [00:21<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|█▉ | 89/450 [00:21<01:30, 4.01frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 90/450 [00:21<01:09, 5.20frame/s, memory_usage=05.94GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 90/450 [00:21<01:09, 5.20frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 90/450 [00:21<01:09, 5.20frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 91/450 [00:21<01:12, 4.96frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 91/450 [00:21<01:12, 4.96frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 91/450 [00:21<01:12, 4.96frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 92/450 [00:21<01:16, 4.67frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 92/450 [00:21<01:16, 4.67frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 20%|██ | 92/450 [00:21<01:16, 4.67frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 93/450 [00:21<01:12, 4.93frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 93/450 [00:21<01:12, 4.93frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 93/450 [00:21<01:12, 4.93frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 94/450 [00:21<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 94/450 [00:21<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 94/450 [00:21<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/450 [00:22<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██ | 95/450 [00:22<01:07, 5.26frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 96/450 [00:22<00:56, 6.21frame/s, memory_usage=05.95GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 96/450 [00:22<00:56, 6.21frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 21%|██▏ | 96/450 [00:22<00:56, 6.21frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 97/450 [00:22<01:34, 3.73frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 97/450 [00:22<01:34, 3.73frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 97/450 [00:22<01:34, 3.73frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 98/450 [00:22<01:31, 3.87frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 98/450 [00:23<01:31, 3.87frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 98/450 [00:23<01:31, 3.87frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 99/450 [00:23<01:24, 4.13frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 99/450 [00:23<01:24, 4.13frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 99/450 [00:23<01:24, 4.13frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/450 [00:23<01:17, 4.52frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/450 [00:23<01:17, 4.52frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 100/450 [00:23<01:17, 4.52frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/450 [00:23<01:11, 4.89frame/s, memory_usage=05.96GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/450 [00:23<01:11, 4.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 22%|██▏ | 101/450 [00:23<01:11, 4.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 102/450 [00:23<01:11, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 102/450 [00:23<01:11, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 102/450 [00:23<01:11, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 103/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 103/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 104/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 104/450 [00:23<01:10, 4.90frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/450 [00:23<00:47, 7.34frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/450 [00:24<00:47, 7.34frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 23%|██▎ | 105/450 [00:24<00:47, 7.34frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 106/450 [00:24<00:53, 6.48frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 106/450 [00:24<00:53, 6.48frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▎ | 106/450 [00:24<00:53, 6.48frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 107/450 [00:24<00:58, 5.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 107/450 [00:24<00:58, 5.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 107/450 [00:24<00:58, 5.89frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 108/450 [00:24<00:57, 5.99frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 108/450 [00:24<00:57, 5.99frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 108/450 [00:24<00:57, 5.99frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 109/450 [00:24<01:14, 4.59frame/s, memory_usage=05.97GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 109/450 [00:25<01:14, 4.59frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 109/450 [00:25<01:14, 4.59frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/450 [00:25<01:39, 3.43frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/450 [00:25<01:39, 3.43frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 24%|██▍ | 110/450 [00:25<01:39, 3.43frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 111/450 [00:25<01:30, 3.76frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 111/450 [00:25<01:30, 3.76frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 111/450 [00:25<01:30, 3.76frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 112/450 [00:25<01:22, 4.09frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 112/450 [00:25<01:22, 4.09frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▍ | 112/450 [00:25<01:22, 4.09frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 113/450 [00:25<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 113/450 [00:25<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 113/450 [00:25<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 114/450 [00:26<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 25%|██▌ | 114/450 [00:26<01:13, 4.57frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 115/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 115/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 115/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 116/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 116/450 [00:26<00:58, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 117/450 [00:26<00:57, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 117/450 [00:26<00:57, 5.75frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 118/450 [00:26<00:40, 8.15frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 118/450 [00:26<00:40, 8.15frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▌ | 118/450 [00:26<00:40, 8.15frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 119/450 [00:26<00:48, 6.78frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 119/450 [00:26<00:48, 6.78frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 26%|██▋ | 119/450 [00:26<00:48, 6.78frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 120/450 [00:26<00:49, 6.64frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 120/450 [00:26<00:49, 6.64frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 120/450 [00:26<00:49, 6.64frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 121/450 [00:26<00:52, 6.31frame/s, memory_usage=05.98GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 121/450 [00:27<00:52, 6.31frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 121/450 [00:27<00:52, 6.31frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 122/450 [00:27<01:18, 4.19frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 122/450 [00:27<01:18, 4.19frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 122/450 [00:27<01:18, 4.19frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/450 [00:27<01:41, 3.23frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/450 [00:28<01:41, 3.23frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 27%|██▋ | 123/450 [00:28<01:41, 3.23frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 124/450 [00:28<01:28, 3.69frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 124/450 [00:28<01:28, 3.69frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 124/450 [00:28<01:28, 3.69frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 125/450 [00:28<01:22, 3.94frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 125/450 [00:28<01:22, 3.94frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 125/450 [00:28<01:22, 3.94frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 126/450 [00:28<01:14, 4.36frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 126/450 [00:28<01:14, 4.36frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 126/450 [00:28<01:14, 4.36frame/s, memory_usage=05.99GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 127/450 [00:28<01:14, 4.36frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 127/450 [00:28<01:14, 4.36frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 28%|██▊ | 128/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 129/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▊ | 129/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 130/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 130/450 [00:28<01:00, 5.32frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 131/450 [00:28<00:41, 7.69frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 131/450 [00:29<00:41, 7.69frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 131/450 [00:29<00:41, 7.69frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 132/450 [00:29<00:45, 6.97frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 132/450 [00:29<00:45, 6.97frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 29%|██▉ | 132/450 [00:29<00:45, 6.97frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 133/450 [00:29<00:51, 6.16frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 133/450 [00:29<00:51, 6.16frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 133/450 [00:29<00:51, 6.16frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 134/450 [00:29<00:52, 6.02frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 134/450 [00:29<00:52, 6.02frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|██▉ | 134/450 [00:29<00:52, 6.02frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 135/450 [00:29<01:09, 4.55frame/s, memory_usage=06.00GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 135/450 [00:30<01:09, 4.55frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 135/450 [00:30<01:09, 4.55frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 136/450 [00:30<01:36, 3.24frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 136/450 [00:30<01:36, 3.24frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 136/450 [00:30<01:36, 3.24frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 137/450 [00:30<01:27, 3.59frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 137/450 [00:30<01:27, 3.59frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 30%|███ | 137/450 [00:30<01:27, 3.59frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 138/450 [00:30<01:17, 4.03frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 138/450 [00:31<01:17, 4.03frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 138/450 [00:31<01:17, 4.03frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 139/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 139/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 139/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 140/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███ | 140/450 [00:31<01:12, 4.27frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 141/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 141/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 31%|███▏ | 141/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 142/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 142/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 143/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 143/450 [00:31<00:56, 5.45frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 144/450 [00:31<00:42, 7.18frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 144/450 [00:31<00:42, 7.18frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 144/450 [00:31<00:42, 7.18frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 145/450 [00:31<00:44, 6.82frame/s, memory_usage=06.01GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 145/450 [00:32<00:44, 6.82frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 145/450 [00:32<00:44, 6.82frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/450 [00:32<00:49, 6.16frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/450 [00:32<00:49, 6.16frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 32%|███▏ | 146/450 [00:32<00:49, 6.16frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 147/450 [00:32<00:51, 5.86frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 147/450 [00:32<00:51, 5.86frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 147/450 [00:32<00:51, 5.86frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 148/450 [00:32<01:09, 4.34frame/s, memory_usage=06.02GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 148/450 [00:33<01:09, 4.34frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 148/450 [00:33<01:09, 4.34frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 149/450 [00:33<01:34, 3.19frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 149/450 [00:33<01:34, 3.19frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 149/450 [00:33<01:34, 3.19frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 150/450 [00:33<01:26, 3.47frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 150/450 [00:33<01:26, 3.47frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 33%|███▎ | 150/450 [00:33<01:26, 3.47frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 151/450 [00:33<01:17, 3.85frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 151/450 [00:33<01:17, 3.85frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▎ | 151/450 [00:33<01:17, 3.85frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 152/450 [00:33<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 152/450 [00:33<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 152/450 [00:33<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 153/450 [00:34<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 153/450 [00:34<01:10, 4.21frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 154/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 154/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 154/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 155/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 34%|███▍ | 155/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 156/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 156/450 [00:34<00:57, 5.15frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 157/450 [00:34<00:41, 7.04frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 157/450 [00:34<00:41, 7.04frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▍ | 157/450 [00:34<00:41, 7.04frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 158/450 [00:34<00:43, 6.78frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 158/450 [00:34<00:43, 6.78frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 158/450 [00:34<00:43, 6.78frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 159/450 [00:34<00:44, 6.50frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 159/450 [00:34<00:44, 6.50frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 35%|███▌ | 159/450 [00:34<00:44, 6.50frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 160/450 [00:34<00:44, 6.48frame/s, memory_usage=06.03GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 160/450 [00:35<00:44, 6.48frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 160/450 [00:35<00:44, 6.48frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 161/450 [00:35<01:03, 4.53frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 161/450 [00:35<01:03, 4.53frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 161/450 [00:35<01:03, 4.53frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 162/450 [00:35<01:15, 3.83frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 162/450 [00:35<01:15, 3.83frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 162/450 [00:35<01:15, 3.83frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 163/450 [00:35<01:09, 4.15frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 163/450 [00:35<01:09, 4.15frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▌ | 163/450 [00:35<01:09, 4.15frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 164/450 [00:35<01:05, 4.39frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 164/450 [00:36<01:05, 4.39frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 36%|███▋ | 164/450 [00:36<01:05, 4.39frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 165/450 [00:36<01:18, 3.65frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 165/450 [00:36<01:18, 3.65frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 165/450 [00:36<01:18, 3.65frame/s, memory_usage=06.04GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 166/450 [00:36<01:17, 3.65frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 166/450 [00:36<01:17, 3.65frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 167/450 [00:36<00:58, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 167/450 [00:36<00:58, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 167/450 [00:36<00:58, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 168/450 [00:36<00:57, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 37%|███▋ | 168/450 [00:36<00:57, 4.88frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 169/450 [00:36<00:54, 5.15frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 169/450 [00:37<00:54, 5.15frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 169/450 [00:37<00:54, 5.15frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 170/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 170/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 170/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 171/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 171/450 [00:37<00:54, 5.10frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 172/450 [00:37<00:44, 6.23frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 172/450 [00:37<00:44, 6.23frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 172/450 [00:37<00:44, 6.23frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 173/450 [00:37<00:45, 6.12frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 173/450 [00:37<00:45, 6.12frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 38%|███▊ | 173/450 [00:37<00:45, 6.12frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 174/450 [00:37<00:50, 5.48frame/s, memory_usage=06.05GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 174/450 [00:38<00:50, 5.48frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▊ | 174/450 [00:38<00:50, 5.48frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 175/450 [00:38<00:53, 5.12frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 175/450 [00:38<00:53, 5.12frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 175/450 [00:38<00:53, 5.12frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 176/450 [00:38<00:52, 5.23frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 176/450 [00:38<00:52, 5.23frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 176/450 [00:38<00:52, 5.23frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 177/450 [00:38<00:54, 5.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 177/450 [00:38<00:54, 5.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 39%|███▉ | 177/450 [00:38<00:54, 5.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 178/450 [00:38<01:04, 4.19frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 178/450 [00:39<01:04, 4.19frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 178/450 [00:39<01:04, 4.19frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 179/450 [00:39<01:17, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 179/450 [00:39<01:17, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|███▉ | 179/450 [00:39<01:17, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 180/450 [00:39<01:16, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 180/450 [00:39<01:16, 3.52frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 181/450 [00:39<01:06, 4.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 181/450 [00:39<01:06, 4.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 181/450 [00:39<01:06, 4.04frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 182/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 182/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 40%|████ | 182/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 183/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 183/450 [00:39<01:01, 4.35frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 184/450 [00:39<00:48, 5.46frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 184/450 [00:39<00:48, 5.46frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 184/450 [00:39<00:48, 5.46frame/s, memory_usage=06.06GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 185/450 [00:40<00:48, 5.46frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████ | 185/450 [00:40<00:48, 5.46frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 186/450 [00:40<00:41, 6.40frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 186/450 [00:40<00:41, 6.40frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 41%|████▏ | 186/450 [00:40<00:41, 6.40frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 187/450 [00:40<00:42, 6.22frame/s, memory_usage=06.07GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 187/450 [00:40<00:42, 6.22frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 187/450 [00:40<00:42, 6.22frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 188/450 [00:40<00:44, 5.84frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 188/450 [00:40<00:44, 5.84frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 188/450 [00:40<00:44, 5.84frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 189/450 [00:40<00:45, 5.80frame/s, memory_usage=06.08GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 189/450 [00:41<00:45, 5.80frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 189/450 [00:41<00:45, 5.80frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 190/450 [00:41<00:57, 4.53frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 190/450 [00:41<00:57, 4.53frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 190/450 [00:41<00:57, 4.53frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 191/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 191/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 42%|████▏ | 191/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 192/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 192/450 [00:41<01:11, 3.63frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 193/450 [00:41<01:01, 4.15frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 193/450 [00:42<01:01, 4.15frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 193/450 [00:42<01:01, 4.15frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 194/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 194/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 194/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 195/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 43%|████▎ | 195/450 [00:42<00:56, 4.51frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 196/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 196/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▎ | 196/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 197/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 197/450 [00:42<00:44, 5.67frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 198/450 [00:42<00:38, 6.57frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 198/450 [00:42<00:38, 6.57frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 198/450 [00:42<00:38, 6.57frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 199/450 [00:42<00:38, 6.46frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 199/450 [00:42<00:38, 6.46frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 199/450 [00:42<00:38, 6.46frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 200/450 [00:42<00:41, 5.97frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 200/450 [00:43<00:41, 5.97frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 44%|████▍ | 200/450 [00:43<00:41, 5.97frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 201/450 [00:43<00:42, 5.92frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 201/450 [00:43<00:42, 5.92frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 201/450 [00:43<00:42, 5.92frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 202/450 [00:43<00:46, 5.31frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 202/450 [00:43<00:46, 5.31frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▍ | 202/450 [00:43<00:46, 5.31frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 203/450 [00:43<00:46, 5.27frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 203/450 [00:43<00:46, 5.27frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 203/450 [00:43<00:46, 5.27frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 204/450 [00:43<00:46, 5.28frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 204/450 [00:43<00:46, 5.28frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 45%|████▌ | 204/450 [00:43<00:46, 5.28frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 205/450 [00:43<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 205/450 [00:43<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 205/450 [00:43<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 206/450 [00:44<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 206/450 [00:44<00:50, 4.83frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 207/450 [00:44<00:48, 5.01frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 207/450 [00:44<00:48, 5.01frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 207/450 [00:44<00:48, 5.01frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 208/450 [00:44<00:50, 4.79frame/s, memory_usage=06.09GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 208/450 [00:45<00:50, 4.79frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▌ | 208/450 [00:45<00:50, 4.79frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 209/450 [00:45<01:08, 3.53frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 209/450 [00:45<01:08, 3.53frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 46%|████▋ | 209/450 [00:45<01:08, 3.53frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 210/450 [00:45<01:01, 3.90frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 210/450 [00:45<01:01, 3.90frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 210/450 [00:45<01:01, 3.90frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 211/450 [00:45<00:56, 4.21frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 211/450 [00:45<00:56, 4.21frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 211/450 [00:45<00:56, 4.21frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 212/450 [00:45<00:53, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 212/450 [00:45<00:53, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 212/450 [00:45<00:53, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 213/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 47%|████▋ | 213/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 214/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 214/450 [00:45<00:52, 4.49frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 215/450 [00:45<00:33, 7.02frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 215/450 [00:46<00:33, 7.02frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 215/450 [00:46<00:33, 7.02frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 216/450 [00:46<00:35, 6.60frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 216/450 [00:46<00:35, 6.60frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 216/450 [00:46<00:35, 6.60frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 217/450 [00:46<00:44, 5.18frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 217/450 [00:47<00:44, 5.18frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 217/450 [00:47<00:44, 5.18frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 218/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 218/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 48%|████▊ | 218/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 219/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▊ | 219/450 [00:47<01:14, 3.10frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 220/450 [00:47<00:54, 4.25frame/s, memory_usage=06.10GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 220/450 [00:47<00:54, 4.25frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 220/450 [00:47<00:54, 4.25frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 221/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 221/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 221/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 222/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 49%|████▉ | 222/450 [00:47<00:52, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 223/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 223/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 224/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|████▉ | 224/450 [00:47<00:51, 4.37frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 225/450 [00:47<00:31, 7.19frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 225/450 [00:48<00:31, 7.19frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 225/450 [00:48<00:31, 7.19frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 226/450 [00:48<00:33, 6.69frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 226/450 [00:48<00:33, 6.69frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 226/450 [00:48<00:33, 6.69frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 227/450 [00:48<00:33, 6.60frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 227/450 [00:48<00:33, 6.60frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 50%|█████ | 227/450 [00:48<00:33, 6.60frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 228/450 [00:48<00:34, 6.42frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 228/450 [00:48<00:34, 6.42frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 228/450 [00:48<00:34, 6.42frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 229/450 [00:48<00:35, 6.30frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 229/450 [00:48<00:35, 6.30frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 229/450 [00:48<00:35, 6.30frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 230/450 [00:48<00:48, 4.54frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 230/450 [00:48<00:48, 4.54frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████ | 230/450 [00:48<00:48, 4.54frame/s, memory_usage=06.11GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 231/450 [00:49<00:48, 4.54frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 51%|█████▏ | 231/450 [00:49<00:48, 4.54frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 232/450 [00:49<00:46, 4.64frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 232/450 [00:49<00:46, 4.64frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 232/450 [00:49<00:46, 4.64frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 233/450 [00:49<00:44, 4.88frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 233/450 [00:49<00:44, 4.88frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 233/450 [00:49<00:44, 4.88frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 234/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 234/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 234/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 235/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 235/450 [00:49<00:42, 5.11frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 236/450 [00:49<00:33, 6.30frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 236/450 [00:50<00:33, 6.30frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 52%|█████▏ | 236/450 [00:50<00:33, 6.30frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 237/450 [00:50<00:35, 5.97frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 237/450 [00:50<00:35, 5.97frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 237/450 [00:50<00:35, 5.97frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 238/450 [00:50<00:35, 5.93frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 238/450 [00:50<00:35, 5.93frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 238/450 [00:50<00:35, 5.93frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 239/450 [00:50<00:35, 5.92frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 239/450 [00:50<00:35, 5.92frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 239/450 [00:50<00:35, 5.92frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 240/450 [00:50<00:37, 5.58frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 240/450 [00:50<00:37, 5.58frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 53%|█████▎ | 240/450 [00:50<00:37, 5.58frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 241/450 [00:50<00:37, 5.60frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 241/450 [00:51<00:37, 5.60frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▎ | 241/450 [00:51<00:37, 5.60frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 242/450 [00:51<00:47, 4.34frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 242/450 [00:51<00:47, 4.34frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 242/450 [00:51<00:47, 4.34frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 243/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 243/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 243/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 244/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 244/450 [00:51<00:43, 4.71frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 245/450 [00:51<00:42, 4.87frame/s, memory_usage=06.12GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 245/450 [00:51<00:42, 4.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 54%|█████▍ | 245/450 [00:51<00:42, 4.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 246/450 [00:51<00:40, 5.04frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 246/450 [00:52<00:40, 5.04frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 246/450 [00:52<00:40, 5.04frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 247/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 247/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▍ | 247/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 248/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 248/450 [00:52<00:38, 5.21frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 249/450 [00:52<00:31, 6.31frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 249/450 [00:52<00:31, 6.31frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 55%|█████▌ | 249/450 [00:52<00:31, 6.31frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 250/450 [00:52<00:43, 4.64frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 250/450 [00:52<00:43, 4.64frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 250/450 [00:52<00:43, 4.64frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 251/450 [00:52<00:41, 4.85frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 251/450 [00:53<00:41, 4.85frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 251/450 [00:53<00:41, 4.85frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 252/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 252/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 252/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 253/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 253/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▌ | 253/450 [00:53<00:38, 5.09frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 254/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 254/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 56%|█████▋ | 254/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 255/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 255/450 [00:53<00:52, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 256/450 [00:54<00:51, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 256/450 [00:54<00:51, 3.75frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 257/450 [00:54<00:36, 5.32frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 257/450 [00:54<00:36, 5.32frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 257/450 [00:54<00:36, 5.32frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 258/450 [00:54<00:36, 5.26frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 258/450 [00:54<00:36, 5.26frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 57%|█████▋ | 258/450 [00:54<00:36, 5.26frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 259/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 259/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 259/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 260/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 260/450 [00:54<00:35, 5.33frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 261/450 [00:54<00:29, 6.38frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 261/450 [00:54<00:29, 6.38frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 261/450 [00:54<00:29, 6.38frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 262/450 [00:54<00:29, 6.35frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 262/450 [00:55<00:29, 6.35frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 262/450 [00:55<00:29, 6.35frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 263/450 [00:55<00:31, 5.88frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 263/450 [00:55<00:31, 5.88frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 58%|█████▊ | 263/450 [00:55<00:31, 5.88frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 264/450 [00:55<00:31, 5.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 264/450 [00:55<00:31, 5.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▊ | 264/450 [00:55<00:31, 5.87frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 265/450 [00:55<00:32, 5.74frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 265/450 [00:55<00:32, 5.74frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 265/450 [00:55<00:32, 5.74frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 266/450 [00:55<00:31, 5.82frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 266/450 [00:55<00:31, 5.82frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 266/450 [00:55<00:31, 5.82frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 267/450 [00:55<00:42, 4.27frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 267/450 [00:56<00:42, 4.27frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 59%|█████▉ | 267/450 [00:56<00:42, 4.27frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 268/450 [00:56<00:39, 4.63frame/s, memory_usage=06.13GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 268/450 [00:56<00:39, 4.63frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 268/450 [00:56<00:39, 4.63frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 269/450 [00:56<00:45, 3.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 269/450 [00:56<00:45, 3.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|█████▉ | 269/450 [00:56<00:45, 3.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 270/450 [00:56<00:40, 4.40frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 270/450 [00:56<00:40, 4.40frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 270/450 [00:56<00:40, 4.40frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 271/450 [00:56<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 271/450 [00:56<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 271/450 [00:56<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 272/450 [00:57<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 60%|██████ | 272/450 [00:57<00:37, 4.79frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 273/450 [00:57<00:32, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 273/450 [00:57<00:32, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 273/450 [00:57<00:32, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 274/450 [00:57<00:31, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 274/450 [00:57<00:31, 5.52frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 275/450 [00:57<00:25, 6.86frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 275/450 [00:57<00:25, 6.86frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████ | 275/450 [00:57<00:25, 6.86frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 276/450 [00:57<00:26, 6.68frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 276/450 [00:57<00:26, 6.68frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 61%|██████▏ | 276/450 [00:57<00:26, 6.68frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 277/450 [00:57<00:26, 6.55frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 277/450 [00:57<00:26, 6.55frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 277/450 [00:57<00:26, 6.55frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 278/450 [00:57<00:28, 6.02frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 278/450 [00:58<00:28, 6.02frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 278/450 [00:58<00:28, 6.02frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 279/450 [00:58<00:33, 5.05frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 279/450 [00:58<00:33, 5.05frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 279/450 [00:58<00:33, 5.05frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 280/450 [00:58<00:32, 5.25frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 280/450 [00:58<00:32, 5.25frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 280/450 [00:58<00:32, 5.25frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 281/450 [00:58<00:40, 4.20frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 281/450 [00:58<00:40, 4.20frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 62%|██████▏ | 281/450 [00:58<00:40, 4.20frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 282/450 [00:58<00:36, 4.62frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 282/450 [00:58<00:36, 4.62frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 282/450 [00:58<00:36, 4.62frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 283/450 [00:58<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 283/450 [00:58<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 283/450 [00:58<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 284/450 [00:59<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 284/450 [00:59<00:33, 4.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 285/450 [00:59<00:26, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 285/450 [00:59<00:26, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 63%|██████▎ | 285/450 [00:59<00:26, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 286/450 [00:59<00:25, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▎ | 286/450 [00:59<00:25, 6.33frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 287/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 287/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 287/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 288/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 288/450 [00:59<00:21, 7.48frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 289/450 [00:59<00:19, 8.13frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 289/450 [00:59<00:19, 8.13frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 289/450 [00:59<00:19, 8.13frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 290/450 [00:59<00:21, 7.37frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 290/450 [00:59<00:21, 7.37frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 64%|██████▍ | 290/450 [00:59<00:21, 7.37frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 291/450 [00:59<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 291/450 [00:59<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 291/450 [00:59<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 292/450 [01:00<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▍ | 292/450 [01:00<00:22, 6.99frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 293/450 [01:00<00:21, 7.18frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 293/450 [01:00<00:21, 7.18frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 293/450 [01:00<00:21, 7.18frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 294/450 [01:00<00:39, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 294/450 [01:00<00:39, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 65%|██████▌ | 294/450 [01:00<00:39, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 295/450 [01:00<00:35, 4.31frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 295/450 [01:01<00:35, 4.31frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 295/450 [01:01<00:35, 4.31frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 296/450 [01:01<00:33, 4.67frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 296/450 [01:01<00:33, 4.67frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 296/450 [01:01<00:33, 4.67frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 297/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 297/450 [01:01<00:40, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 297/450 [01:01<00:40, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 298/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▌ | 298/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 299/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 66%|██████▋ | 299/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 300/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 300/450 [01:01<00:40, 3.75frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 301/450 [01:01<00:21, 7.01frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 301/450 [01:02<00:21, 7.01frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 301/450 [01:02<00:21, 7.01frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 302/450 [01:02<00:23, 6.35frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 302/450 [01:02<00:23, 6.35frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 302/450 [01:02<00:23, 6.35frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 303/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 303/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 67%|██████▋ | 303/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 304/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 304/450 [01:02<00:23, 6.30frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 305/450 [01:02<00:20, 7.04frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 305/450 [01:03<00:20, 7.04frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 305/450 [01:03<00:20, 7.04frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 306/450 [01:03<00:36, 3.98frame/s, memory_usage=06.14GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 306/450 [01:03<00:36, 3.98frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 306/450 [01:03<00:36, 3.98frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 307/450 [01:03<00:34, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 307/450 [01:03<00:34, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 307/450 [01:03<00:34, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 308/450 [01:03<00:31, 4.49frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 308/450 [01:03<00:31, 4.49frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 68%|██████▊ | 308/450 [01:03<00:31, 4.49frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 309/450 [01:03<00:32, 4.31frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 309/450 [01:03<00:32, 4.31frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▊ | 309/450 [01:03<00:32, 4.31frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 310/450 [01:03<00:31, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 310/450 [01:03<00:31, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 310/450 [01:03<00:31, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 311/450 [01:03<00:30, 4.50frame/s, memory_usage=06.16GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 311/450 [01:03<00:30, 4.50frame/s, memory_usage=06.16GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 312/450 [01:03<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 69%|██████▉ | 312/450 [01:03<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 313/450 [01:04<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 313/450 [01:04<00:30, 4.50frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 314/450 [01:04<00:16, 8.11frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 314/450 [01:04<00:16, 8.11frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|██████▉ | 314/450 [01:04<00:16, 8.11frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 315/450 [01:04<00:17, 7.59frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 315/450 [01:04<00:17, 7.59frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 315/450 [01:04<00:17, 7.59frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 316/450 [01:04<00:19, 7.05frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 316/450 [01:04<00:19, 7.05frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 316/450 [01:04<00:19, 7.05frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 317/450 [01:04<00:25, 5.16frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 317/450 [01:05<00:25, 5.16frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 70%|███████ | 317/450 [01:05<00:25, 5.16frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 318/450 [01:05<00:35, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 318/450 [01:05<00:35, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 318/450 [01:05<00:35, 3.75frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 319/450 [01:05<00:31, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 319/450 [01:05<00:31, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 319/450 [01:05<00:31, 4.15frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 320/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 320/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████ | 320/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 321/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 71%|███████▏ | 321/450 [01:05<00:29, 4.37frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 322/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 322/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 322/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 323/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 323/450 [01:05<00:21, 5.87frame/s, memory_usage=06.15GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 324/450 [01:06<00:21, 5.87frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 324/450 [01:06<00:21, 5.87frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 325/450 [01:06<00:16, 7.53frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 325/450 [01:06<00:16, 7.53frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 325/450 [01:06<00:16, 7.53frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 326/450 [01:06<00:22, 5.45frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 326/450 [01:06<00:22, 5.45frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 72%|███████▏ | 326/450 [01:06<00:22, 5.45frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 327/450 [01:06<00:22, 5.54frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 327/450 [01:07<00:22, 5.54frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 327/450 [01:07<00:22, 5.54frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 328/450 [01:07<00:26, 4.60frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 328/450 [01:07<00:26, 4.60frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 328/450 [01:07<00:26, 4.60frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 329/450 [01:07<00:25, 4.79frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 329/450 [01:07<00:25, 4.79frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 329/450 [01:07<00:25, 4.79frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 330/450 [01:07<00:28, 4.16frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 73%|███████▎ | 330/450 [01:07<00:28, 4.16frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▎ | 331/450 [01:07<00:24, 4.81frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 332/450 [01:07<00:23, 4.94frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 332/450 [01:07<00:23, 4.94frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 332/450 [01:07<00:23, 4.94frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 333/450 [01:07<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 333/450 [01:07<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 333/450 [01:07<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 334/450 [01:08<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 334/450 [01:08<00:22, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 335/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 335/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 74%|███████▍ | 335/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 336/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 336/450 [01:08<00:21, 5.27frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 337/450 [01:08<00:17, 6.32frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 337/450 [01:08<00:17, 6.32frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▍ | 337/450 [01:08<00:17, 6.32frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 338/450 [01:08<00:21, 5.24frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 338/450 [01:09<00:21, 5.24frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 338/450 [01:09<00:21, 5.24frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 339/450 [01:09<00:20, 5.42frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 339/450 [01:09<00:20, 5.42frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 75%|███████▌ | 339/450 [01:09<00:20, 5.42frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 340/450 [01:09<00:21, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 340/450 [01:09<00:21, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 340/450 [01:09<00:21, 5.09frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 341/450 [01:09<00:21, 5.02frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 341/450 [01:09<00:21, 5.02frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 341/450 [01:09<00:21, 5.02frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 342/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 342/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 342/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 343/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▌ | 343/450 [01:09<00:25, 4.22frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 344/450 [01:09<00:18, 5.85frame/s, memory_usage=06.17GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 344/450 [01:10<00:18, 5.85frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 76%|███████▋ | 344/450 [01:10<00:18, 5.85frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 345/450 [01:10<00:18, 5.74frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 345/450 [01:10<00:18, 5.74frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.19GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 346/450 [01:10<00:14, 7.10frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 347/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 347/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 347/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 348/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 77%|███████▋ | 348/450 [01:10<00:19, 5.17frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 349/450 [01:10<00:15, 6.46frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 349/450 [01:11<00:15, 6.46frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 349/450 [01:11<00:15, 6.46frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 350/450 [01:11<00:19, 5.09frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 350/450 [01:11<00:19, 5.09frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 350/450 [01:11<00:19, 5.09frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 351/450 [01:11<00:19, 5.11frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 351/450 [01:11<00:19, 5.11frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 351/450 [01:11<00:19, 5.11frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 352/450 [01:11<00:19, 5.05frame/s, memory_usage=06.21GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 352/450 [01:11<00:19, 5.05frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 352/450 [01:11<00:19, 5.05frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 353/450 [01:11<00:20, 4.77frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 353/450 [01:12<00:20, 4.77frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 78%|███████▊ | 353/450 [01:12<00:20, 4.77frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 354/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 354/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▊ | 354/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 355/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 355/450 [01:12<00:22, 4.18frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 356/450 [01:12<00:16, 5.55frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 356/450 [01:12<00:16, 5.55frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 356/450 [01:12<00:16, 5.55frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 357/450 [01:12<00:16, 5.62frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 79%|███████▉ | 357/450 [01:12<00:16, 5.62frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 358/450 [01:12<00:12, 7.13frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 359/450 [01:12<00:17, 5.31frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|███████▉ | 359/450 [01:12<00:17, 5.31frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 360/450 [01:12<00:16, 5.43frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 361/450 [01:12<00:16, 5.41frame/s, memory_usage=06.22GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 361/450 [01:13<00:16, 5.41frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 361/450 [01:13<00:16, 5.41frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 362/450 [01:13<00:20, 4.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 362/450 [01:13<00:20, 4.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 80%|████████ | 362/450 [01:13<00:20, 4.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 363/450 [01:13<00:18, 4.62frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 363/450 [01:13<00:18, 4.62frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 363/450 [01:13<00:18, 4.62frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 364/450 [01:13<00:18, 4.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 364/450 [01:13<00:18, 4.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 364/450 [01:13<00:18, 4.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 365/450 [01:13<00:17, 4.76frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 365/450 [01:14<00:17, 4.76frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████ | 365/450 [01:14<00:17, 4.76frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 366/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 366/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 81%|████████▏ | 366/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 367/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 367/450 [01:14<00:20, 4.08frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 368/450 [01:14<00:15, 5.43frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 368/450 [01:14<00:15, 5.43frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 368/450 [01:14<00:15, 5.43frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 369/450 [01:14<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 369/450 [01:14<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 369/450 [01:14<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 370/450 [01:15<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 370/450 [01:15<00:15, 5.28frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 371/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 371/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 82%|████████▏ | 371/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 372/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 372/450 [01:15<00:14, 5.27frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 373/450 [01:15<00:11, 6.63frame/s, memory_usage=06.23GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 373/450 [01:15<00:11, 6.63frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 373/450 [01:15<00:11, 6.63frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 374/450 [01:15<00:14, 5.20frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 374/450 [01:15<00:14, 5.20frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 374/450 [01:15<00:14, 5.20frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 375/450 [01:15<00:17, 4.40frame/s, memory_usage=06.24GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 375/450 [01:16<00:17, 4.40frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 83%|████████▎ | 375/450 [01:16<00:17, 4.40frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 376/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 376/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▎ | 376/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 377/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 377/450 [01:16<00:18, 3.94frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 378/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 378/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 378/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 379/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 379/450 [01:16<00:14, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 380/450 [01:16<00:13, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 84%|████████▍ | 380/450 [01:16<00:13, 5.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 381/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 381/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 381/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 382/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▍ | 382/450 [01:16<00:09, 6.92frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 383/450 [01:16<00:08, 7.91frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 383/450 [01:17<00:08, 7.91frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 383/450 [01:17<00:08, 7.91frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 384/450 [01:17<00:12, 5.24frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 384/450 [01:17<00:12, 5.24frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 85%|████████▌ | 384/450 [01:17<00:12, 5.24frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 385/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 385/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 385/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 386/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 386/450 [01:17<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 387/450 [01:18<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 387/450 [01:18<00:14, 4.48frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 388/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 388/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▌ | 388/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 389/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 86%|████████▋ | 389/450 [01:18<00:09, 6.25frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 390/450 [01:18<00:08, 7.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 390/450 [01:18<00:08, 7.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 390/450 [01:18<00:08, 7.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 391/450 [01:18<00:13, 4.53frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 391/450 [01:19<00:13, 4.53frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 391/450 [01:19<00:13, 4.53frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 392/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 392/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 392/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 393/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 87%|████████▋ | 393/450 [01:19<00:14, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 394/450 [01:19<00:13, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 394/450 [01:19<00:13, 4.02frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 395/450 [01:19<00:09, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 395/450 [01:19<00:09, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 395/450 [01:19<00:09, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 396/450 [01:19<00:08, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 396/450 [01:19<00:08, 6.03frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 397/450 [01:19<00:07, 7.06frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 397/450 [01:20<00:07, 7.06frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 397/450 [01:20<00:07, 7.06frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 398/450 [01:20<00:10, 4.84frame/s, memory_usage=06.25GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 398/450 [01:20<00:10, 4.84frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 88%|████████▊ | 398/450 [01:20<00:10, 4.84frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 399/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 399/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▊ | 399/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 400/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 400/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 401/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 401/450 [01:20<00:11, 4.28frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 402/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 402/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 89%|████████▉ | 402/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 403/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 403/450 [01:20<00:07, 6.33frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 404/450 [01:20<00:06, 6.97frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 404/450 [01:21<00:06, 6.97frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|████████▉ | 404/450 [01:21<00:06, 6.97frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 405/450 [01:21<00:08, 5.49frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 405/450 [01:21<00:08, 5.49frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 405/450 [01:21<00:08, 5.49frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 406/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 406/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 406/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 407/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 90%|█████████ | 407/450 [01:21<00:07, 5.51frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 408/450 [01:21<00:06, 6.55frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 408/450 [01:21<00:06, 6.55frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 408/450 [01:21<00:06, 6.55frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 409/450 [01:21<00:07, 5.20frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 409/450 [01:22<00:07, 5.20frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 409/450 [01:22<00:07, 5.20frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 410/450 [01:22<00:08, 4.47frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 410/450 [01:22<00:08, 4.47frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████ | 410/450 [01:22<00:08, 4.47frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 411/450 [01:22<00:08, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 411/450 [01:22<00:08, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 91%|█████████▏| 411/450 [01:22<00:08, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 412/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 412/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 413/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 413/450 [01:22<00:07, 4.82frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 414/450 [01:22<00:05, 6.11frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 414/450 [01:23<00:05, 6.11frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 414/450 [01:23<00:05, 6.11frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 415/450 [01:23<00:07, 4.93frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 415/450 [01:23<00:07, 4.93frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 415/450 [01:23<00:07, 4.93frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 416/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 416/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 92%|█████████▏| 416/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 417/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 417/450 [01:23<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 418/450 [01:24<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 418/450 [01:24<00:06, 5.04frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 419/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 419/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 419/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 420/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 93%|█████████▎| 420/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 421/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▎| 421/450 [01:24<00:06, 4.66frame/s, memory_usage=06.26GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 422/450 [01:24<00:06, 4.66frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 422/450 [01:24<00:06, 4.66frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 423/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 423/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 423/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 424/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 424/450 [01:24<00:04, 6.00frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 425/450 [01:24<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 425/450 [01:24<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 94%|█████████▍| 425/450 [01:24<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 426/450 [01:25<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 426/450 [01:25<00:04, 5.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 427/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 427/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▍| 427/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 428/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 428/450 [01:25<00:04, 5.40frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 429/450 [01:25<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 429/450 [01:25<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 95%|█████████▌| 429/450 [01:25<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 430/450 [01:26<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 430/450 [01:26<00:03, 5.27frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 431/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 431/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 431/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 432/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 432/450 [01:26<00:03, 5.13frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 433/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 433/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▌| 433/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 434/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 96%|█████████▋| 434/450 [01:26<00:03, 5.15frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 435/450 [01:26<00:03, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 435/450 [01:27<00:03, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 435/450 [01:27<00:03, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 436/450 [01:27<00:02, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 436/450 [01:27<00:02, 4.76frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 437/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 437/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 437/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 438/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 97%|█████████▋| 438/450 [01:27<00:02, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 439/450 [01:27<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 439/450 [01:27<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 439/450 [01:27<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 440/450 [01:28<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 440/450 [01:28<00:02, 4.73frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 441/450 [01:28<00:01, 5.47frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 441/450 [01:28<00:01, 5.47frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 441/450 [01:28<00:01, 5.47frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 442/450 [01:28<00:01, 5.24frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 442/450 [01:28<00:01, 5.24frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 442/450 [01:28<00:01, 5.24frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 443/450 [01:28<00:01, 5.08frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 443/450 [01:28<00:01, 5.08frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 98%|█████████▊| 443/450 [01:28<00:01, 5.08frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 444/450 [01:28<00:01, 4.92frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 444/450 [01:29<00:01, 4.92frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▊| 444/450 [01:29<00:01, 4.92frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 445/450 [01:29<00:01, 4.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 445/450 [01:29<00:01, 4.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 445/450 [01:29<00:01, 4.72frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 446/450 [01:29<00:00, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 446/450 [01:29<00:00, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 446/450 [01:29<00:00, 4.59frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 447/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 447/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 99%|█████████▉| 447/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 448/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 448/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 448/450 [01:29<00:00, 4.55frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 449/450 [01:29<00:00, 4.53frame/s, memory_usage=06.28GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 449/450 [01:30<00:00, 4.53frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|█████████▉| 449/450 [01:30<00:00, 4.53frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|██████████| 450/450 [01:30<00:00, 4.43frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] Processing: 100%|██████████| 450/450 [01:30<00:00, 4.99frame/s, memory_usage=06.29GB, execution_providers=['CUDAExecutionProvider'], execution_threads=8] [ROOP.CORE] Creating video with 30 FPS... [ROOP.CORE] Restoring audio might cause issues as fps are not kept... [ROOP.CORE] Cleaning temporary resources... [ROOP.CORE] Processing to video succeed! Status: swap successful!
Want to make some of these yourself?
Run this model