mareksagan / dreamgaussian
DreamGaussian: Generative Gaussian Splatting for Efficient 3D Content Creation. Hologram optimized
- Public
- 344 runs
-
A100 (80GB)
- GitHub
Prediction
mareksagan/dreamgaussian:c0c69c495c56d4266f6c11c9ba3c087c10c544434a69f9a2ae1b9c33abbbebf9ID5gu33f3bwuzxacptrj6zgyrdpeStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KJ8DW4s2VG9W9dN2MgG16HtbOxccxqdYDtN478M6IuCwYtBO/doraemon-mascot.webp", "elevation": 0, "num_steps": 500, "image_size": 256, "num_point_samples": 1000, "num_refinement_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mareksagan/dreamgaussian using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mareksagan/dreamgaussian:c0c69c495c56d4266f6c11c9ba3c087c10c544434a69f9a2ae1b9c33abbbebf9", { input: { image: "https://replicate.delivery/pbxt/KJ8DW4s2VG9W9dN2MgG16HtbOxccxqdYDtN478M6IuCwYtBO/doraemon-mascot.webp", elevation: 0, num_steps: 500, image_size: 256, num_point_samples: 1000, num_refinement_steps: 50 } } ); // 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 mareksagan/dreamgaussian using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mareksagan/dreamgaussian:c0c69c495c56d4266f6c11c9ba3c087c10c544434a69f9a2ae1b9c33abbbebf9", input={ "image": "https://replicate.delivery/pbxt/KJ8DW4s2VG9W9dN2MgG16HtbOxccxqdYDtN478M6IuCwYtBO/doraemon-mascot.webp", "elevation": 0, "num_steps": 500, "image_size": 256, "num_point_samples": 1000, "num_refinement_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mareksagan/dreamgaussian 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": "mareksagan/dreamgaussian:c0c69c495c56d4266f6c11c9ba3c087c10c544434a69f9a2ae1b9c33abbbebf9", "input": { "image": "https://replicate.delivery/pbxt/KJ8DW4s2VG9W9dN2MgG16HtbOxccxqdYDtN478M6IuCwYtBO/doraemon-mascot.webp", "elevation": 0, "num_steps": 500, "image_size": 256, "num_point_samples": 1000, "num_refinement_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-28T23:55:36.728938Z", "created_at": "2024-01-28T23:49:04.327789Z", "data_removed": false, "error": null, "id": "5gu33f3bwuzxacptrj6zgyrdpe", "input": { "image": "https://replicate.delivery/pbxt/KJ8DW4s2VG9W9dN2MgG16HtbOxccxqdYDtN478M6IuCwYtBO/doraemon-mascot.webp", "elevation": 0, "num_steps": 500, "image_size": 256, "num_point_samples": 1000, "num_refinement_steps": 50 }, "logs": "Performing image-to-3D\nDownloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 1%|▏ | 1.12M/176M [00:00<00:15, 11.2MB/s]\n 2%|▊ | 3.64M/176M [00:00<00:08, 19.3MB/s]\n 5%|█▉ | 8.74M/176M [00:00<00:04, 33.7MB/s]\n 10%|███▋ | 17.1M/176M [00:00<00:02, 53.6MB/s]\n 15%|█████▌ | 25.7M/176M [00:00<00:02, 64.9MB/s]\n 19%|███████▎ | 34.1M/176M [00:00<00:01, 71.7MB/s]\n 24%|█████████▏ | 42.8M/176M [00:00<00:01, 76.4MB/s]\n 29%|███████████ | 51.3M/176M [00:00<00:01, 79.1MB/s]\n 34%|████████████▉ | 59.8M/176M [00:00<00:01, 81.2MB/s]\n 39%|██████████████▋ | 68.1M/176M [00:01<00:01, 81.6MB/s]\n 44%|████████████████▌ | 76.6M/176M [00:01<00:01, 82.8MB/s]\n 48%|██████████████████▎ | 84.9M/176M [00:01<00:01, 82.1MB/s]\n 53%|████████████████████▏ | 93.4M/176M [00:01<00:00, 82.9MB/s]\n 58%|██████████████████████▌ | 102M/176M [00:01<00:00, 83.7MB/s]\n 63%|████████████████████████▍ | 111M/176M [00:01<00:00, 84.4MB/s]\n 68%|██████████████████████████▍ | 119M/176M [00:01<00:00, 85.0MB/s]\n 73%|████████████████████████████▎ | 128M/176M [00:01<00:00, 85.2MB/s]\n 77%|██████████████████████████████▏ | 136M/176M [00:01<00:00, 85.5MB/s]\n 82%|████████████████████████████████ | 145M/176M [00:01<00:00, 85.2MB/s]\n 87%|██████████████████████████████████ | 154M/176M [00:02<00:00, 85.4MB/s]\n 92%|███████████████████████████████████▉ | 162M/176M [00:02<00:00, 85.8MB/s]\n 97%|█████████████████████████████████████▊ | 171M/176M [00:02<00:00, 86.0MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 990GB/s]\n2024-01-28 23:53:21.212449782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 920, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212461747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 921, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212482949 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 922, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212522056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 923, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212556005 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 924, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212576306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 925, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212605938 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 926, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212639594 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 927, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212655298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 928, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212683036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 929, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212701751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 930, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212724424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 931, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212754831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 932, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.212802450 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 933, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.217556797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 975, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.221736580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 980, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.221726941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 982, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.217770138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 962, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.217771245 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 961, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.217771797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 963, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.242053074 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 958, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.245739921 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 953, index: 33, mask: {34, 98, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.249760641 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 959, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.257739813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 938, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.261831644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 954, index: 34, mask: {35, 99, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.269759130 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 949, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.281776305 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 943, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.281837822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 951, index: 31, mask: {32, 96, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.297750499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 934, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.297768618 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 936, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.297786603 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 937, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.297823090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 976, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.297837692 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 977, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.297854965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 950, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.261762626 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 960, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.261732857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 974, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.261768741 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 972, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.261801307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 955, index: 35, mask: {36, 100, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.297808255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 940, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.321776050 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 971, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.330952680 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 979, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.345769974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 973, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.345791035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 944, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.303714192 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 941, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.313724731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 948, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.321748531 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 981, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.330938660 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 956, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.345738631 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 964, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.303694136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 946, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.303725072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 952, index: 32, mask: {33, 97, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.313733667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 939, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.309724833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 965, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.317722299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 947, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.321723026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 978, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.321732858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 935, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.350857420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 957, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.377741899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 945, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-01-28 23:53:21.377747268 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 942, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n[INFO] loading image image.png...\n[INFO] background removal...\n[INFO] recenter...\n{'input': '/src/image_rgba.png', 'prompt': None, 'mesh': None, 'elevation': 0, 'ref_size': 256, 'density_thresh': 1, 'outdir': 'logs', 'save_path': 'image', 'lambda_sd': 0, 'lambda_zero123': 1, 'batch_size': 1, 'iters': 500, 'iters_refine': 50, 'radius': 2, 'fovy': 49.1, 'load': None, 'train_geo': False, 'invert_bg_prob': 0.5, 'gui': False, 'force_cuda_rast': True, 'H': 800, 'W': 800, 'num_pts': 1000, 'sh_degree': 0, 'position_lr_init': 0.001, 'position_lr_final': 2e-05, 'position_lr_delay_mult': 0.02, 'position_lr_max_steps': 500, 'feature_lr': 0.01, 'opacity_lr': 0.05, 'scaling_lr': 0.005, 'rotation_lr': 0.005, 'percent_dense': 0.1, 'density_start_iter': 100, 'density_end_iter': 3000, 'densification_interval': 100, 'opacity_reset_interval': 700, 'densify_grad_threshold': 0.5, 'geom_lr': 0.0001, 'texture_lr': 0.2}\n[INFO] load image from /src/image_rgba.png...\nNumber of points at initialisation : 1000\n[INFO] loading zero123...\nLoading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]\nLoading pipeline components...: 17%|█▋ | 1/6 [00:00<00:01, 4.95it/s]\nLoading pipeline components...: 67%|██████▋ | 4/6 [00:00<00:00, 8.33it/s]\nLoading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 10.43it/s]\n[INFO] loaded zero123!\n 0%| | 0/500 [00:00<?, ?it/s]\n 0%| | 1/500 [00:00<02:06, 3.96it/s]\n 1%| | 3/500 [00:00<00:51, 9.56it/s]\n 1%| | 5/500 [00:00<00:40, 12.24it/s]\n 1%|▏ | 7/500 [00:00<00:35, 13.81it/s]\n 2%|▏ | 9/500 [00:00<00:32, 14.92it/s]\n 2%|▏ | 11/500 [00:00<00:31, 15.61it/s]\n 3%|▎ | 13/500 [00:00<00:30, 15.96it/s]\n 3%|▎ | 15/500 [00:01<00:29, 16.31it/s]\n 3%|▎ | 17/500 [00:01<00:29, 16.50it/s]\n 4%|▍ | 19/500 [00:01<00:28, 16.71it/s]\n 4%|▍ | 21/500 [00:01<00:28, 16.86it/s]\n 5%|▍ | 23/500 [00:01<00:28, 16.94it/s]\n 5%|▌ | 25/500 [00:01<00:27, 17.03it/s]\n 5%|▌ | 27/500 [00:01<00:27, 17.12it/s]\n 6%|▌ | 29/500 [00:01<00:27, 17.08it/s]\n 6%|▌ | 31/500 [00:02<00:27, 17.01it/s]\n 7%|▋ | 33/500 [00:02<00:27, 16.97it/s]\n 7%|▋ | 35/500 [00:02<00:27, 16.94it/s]\n 7%|▋ | 37/500 [00:02<00:27, 16.98it/s]\n 8%|▊ | 39/500 [00:02<00:27, 16.99it/s]\n 8%|▊ | 41/500 [00:02<00:26, 17.00it/s]\n 9%|▊ | 43/500 [00:02<00:26, 17.04it/s]\n 9%|▉ | 45/500 [00:02<00:27, 16.56it/s]\n 9%|▉ | 47/500 [00:02<00:27, 16.75it/s]\n 10%|▉ | 49/500 [00:03<00:26, 16.83it/s]\n 10%|█ | 51/500 [00:03<00:26, 16.88it/s]\n 11%|█ | 53/500 [00:03<00:26, 16.93it/s]\n 11%|█ | 55/500 [00:03<00:26, 17.00it/s]\n 11%|█▏ | 57/500 [00:03<00:26, 16.98it/s]\n 12%|█▏ | 59/500 [00:03<00:25, 17.00it/s]\n 12%|█▏ | 61/500 [00:03<00:25, 17.01it/s]\n 13%|█▎ | 63/500 [00:03<00:25, 16.92it/s]\n 13%|█▎ | 65/500 [00:04<00:25, 16.93it/s]\n 13%|█▎ | 67/500 [00:04<00:25, 16.94it/s]\n 14%|█▍ | 69/500 [00:04<00:25, 16.98it/s]\n 14%|█▍ | 71/500 [00:04<00:25, 17.02it/s]\n 15%|█▍ | 73/500 [00:04<00:25, 17.00it/s]\n 15%|█▌ | 75/500 [00:04<00:25, 16.94it/s]\n 15%|█▌ | 77/500 [00:04<00:24, 17.01it/s]\n 16%|█▌ | 79/500 [00:04<00:24, 17.08it/s]\n 16%|█▌ | 81/500 [00:04<00:24, 17.11it/s]\n 17%|█▋ | 83/500 [00:05<00:24, 17.18it/s]\n 17%|█▋ | 85/500 [00:05<00:24, 17.21it/s]\n 17%|█▋ | 87/500 [00:05<00:23, 17.22it/s]\n 18%|█▊ | 89/500 [00:05<00:23, 17.25it/s]\n 18%|█▊ | 91/500 [00:05<00:23, 17.19it/s]\n 19%|█▊ | 93/500 [00:05<00:23, 17.19it/s]\n 19%|█▉ | 95/500 [00:05<00:23, 17.06it/s]\n 19%|█▉ | 97/500 [00:05<00:23, 16.86it/s]\n 20%|█▉ | 99/500 [00:06<00:23, 16.83it/s]\n 20%|██ | 101/500 [00:06<00:25, 15.42it/s]\n 21%|██ | 103/500 [00:06<00:25, 15.81it/s]\n 21%|██ | 105/500 [00:06<00:24, 16.14it/s]\n 21%|██▏ | 107/500 [00:06<00:24, 16.36it/s]\n 22%|██▏ | 109/500 [00:06<00:23, 16.55it/s]\n 22%|██▏ | 111/500 [00:06<00:23, 16.78it/s]\n 23%|██▎ | 113/500 [00:06<00:22, 16.93it/s]\n 23%|██▎ | 115/500 [00:06<00:22, 16.94it/s]\n 23%|██▎ | 117/500 [00:07<00:22, 16.97it/s]\n 24%|██▍ | 119/500 [00:07<00:22, 16.97it/s]\n 24%|██▍ | 121/500 [00:07<00:22, 17.06it/s]\n 25%|██▍ | 123/500 [00:07<00:22, 17.03it/s]\n 25%|██▌ | 125/500 [00:07<00:22, 16.98it/s]\n 25%|██▌ | 127/500 [00:07<00:21, 17.01it/s]\n 26%|██▌ | 129/500 [00:07<00:21, 17.05it/s]\n 26%|██▌ | 131/500 [00:07<00:21, 16.98it/s]\n 27%|██▋ | 133/500 [00:08<00:21, 16.94it/s]\n 27%|██▋ | 135/500 [00:08<00:21, 16.88it/s]\n 27%|██▋ | 137/500 [00:08<00:21, 16.86it/s]\n 28%|██▊ | 139/500 [00:08<00:21, 16.85it/s]\n 28%|██▊ | 141/500 [00:08<00:21, 16.86it/s]\n 29%|██▊ | 143/500 [00:08<00:21, 16.93it/s]\n 29%|██▉ | 145/500 [00:08<00:20, 16.99it/s]\n 29%|██▉ | 147/500 [00:08<00:20, 16.93it/s]\n 30%|██▉ | 149/500 [00:08<00:20, 16.84it/s]\n 30%|███ | 151/500 [00:09<00:20, 16.67it/s]\n 31%|███ | 153/500 [00:09<00:20, 16.62it/s]\n 31%|███ | 155/500 [00:09<00:20, 16.71it/s]\n 31%|███▏ | 157/500 [00:09<00:20, 16.68it/s]\n 32%|███▏ | 159/500 [00:09<00:20, 16.62it/s]\n 32%|███▏ | 161/500 [00:09<00:20, 16.64it/s]\n 33%|███▎ | 163/500 [00:09<00:20, 16.69it/s]\n 33%|███▎ | 165/500 [00:09<00:20, 16.68it/s]\n 33%|███▎ | 167/500 [00:10<00:20, 16.63it/s]\n 34%|███▍ | 169/500 [00:10<00:20, 16.39it/s]\n 34%|███▍ | 171/500 [00:10<00:19, 16.51it/s]\n 35%|███▍ | 173/500 [00:10<00:19, 16.62it/s]\n 35%|███▌ | 175/500 [00:10<00:19, 16.72it/s]\n 35%|███▌ | 177/500 [00:10<00:19, 16.83it/s]\n 36%|███▌ | 179/500 [00:10<00:18, 16.93it/s]\n 36%|███▌ | 181/500 [00:10<00:18, 16.91it/s]\n 37%|███▋ | 183/500 [00:11<00:18, 16.92it/s]\n 37%|███▋ | 185/500 [00:11<00:18, 16.97it/s]\n 37%|███▋ | 187/500 [00:11<00:18, 17.00it/s]\n 38%|███▊ | 189/500 [00:11<00:18, 17.07it/s]\n 38%|███▊ | 191/500 [00:11<00:18, 17.12it/s]\n 39%|███▊ | 193/500 [00:11<00:18, 17.06it/s]\n 39%|███▉ | 195/500 [00:11<00:17, 17.04it/s]\n 39%|███▉ | 197/500 [00:11<00:17, 16.96it/s]\n 40%|███▉ | 199/500 [00:11<00:17, 16.86it/s]\n 40%|████ | 201/500 [00:12<00:18, 15.88it/s]\n 41%|████ | 203/500 [00:12<00:18, 16.06it/s]\n 41%|████ | 205/500 [00:12<00:18, 16.25it/s]\n 41%|████▏ | 207/500 [00:12<00:17, 16.35it/s]\n 42%|████▏ | 209/500 [00:12<00:17, 16.43it/s]\n 42%|████▏ | 211/500 [00:12<00:17, 16.56it/s]\n 43%|████▎ | 213/500 [00:12<00:17, 16.68it/s]\n 43%|████▎ | 215/500 [00:12<00:17, 16.73it/s]\n 43%|████▎ | 217/500 [00:13<00:16, 16.80it/s]\n 44%|████▍ | 219/500 [00:13<00:16, 16.83it/s]\n 44%|████▍ | 221/500 [00:13<00:16, 16.79it/s]\n 45%|████▍ | 223/500 [00:13<00:16, 16.80it/s]\n 45%|████▌ | 225/500 [00:13<00:16, 16.80it/s]\n 45%|████▌ | 227/500 [00:13<00:16, 16.87it/s]\n 46%|████▌ | 229/500 [00:13<00:16, 16.93it/s]\n 46%|████▌ | 231/500 [00:13<00:15, 16.94it/s]\n 47%|████▋ | 233/500 [00:14<00:15, 16.89it/s]\n 47%|████▋ | 235/500 [00:14<00:15, 16.88it/s]\n 47%|████▋ | 237/500 [00:14<00:15, 16.88it/s]\n 48%|████▊ | 239/500 [00:14<00:15, 16.93it/s]\n 48%|████▊ | 241/500 [00:14<00:15, 16.99it/s]\n 49%|████▊ | 243/500 [00:14<00:15, 17.02it/s]\n 49%|████▉ | 245/500 [00:14<00:14, 17.08it/s]\n 49%|████▉ | 247/500 [00:14<00:14, 17.10it/s]\n 50%|████▉ | 249/500 [00:14<00:14, 16.98it/s]\n 50%|█████ | 251/500 [00:15<00:14, 16.93it/s]\n 51%|█████ | 253/500 [00:15<00:14, 16.81it/s]\n 51%|█████ | 255/500 [00:15<00:14, 16.89it/s]\n 51%|█████▏ | 257/500 [00:15<00:14, 16.96it/s]\n 52%|█████▏ | 259/500 [00:15<00:14, 17.00it/s]\n 52%|█████▏ | 261/500 [00:15<00:14, 17.04it/s]\n 53%|█████▎ | 263/500 [00:15<00:13, 17.06it/s]\n 53%|█████▎ | 265/500 [00:15<00:13, 17.06it/s]\n 53%|█████▎ | 267/500 [00:16<00:13, 16.98it/s]\n 54%|█████▍ | 269/500 [00:16<00:13, 17.00it/s]\n 54%|█████▍ | 271/500 [00:16<00:13, 17.00it/s]\n 55%|█████▍ | 273/500 [00:16<00:13, 16.97it/s]\n 55%|█████▌ | 275/500 [00:16<00:13, 17.03it/s]\n 55%|█████▌ | 277/500 [00:16<00:13, 17.06it/s]\n 56%|█████▌ | 279/500 [00:16<00:12, 17.10it/s]\n 56%|█████▌ | 281/500 [00:16<00:12, 17.12it/s]\n 57%|█████▋ | 283/500 [00:16<00:12, 17.00it/s]\n 57%|█████▋ | 285/500 [00:17<00:12, 17.01it/s]\n 57%|█████▋ | 287/500 [00:17<00:12, 17.00it/s]\n 58%|█████▊ | 289/500 [00:17<00:12, 17.05it/s]\n 58%|█████▊ | 291/500 [00:17<00:12, 16.96it/s]\n 59%|█████▊ | 293/500 [00:17<00:12, 16.95it/s]\n 59%|█████▉ | 295/500 [00:17<00:12, 17.00it/s]\n 59%|█████▉ | 297/500 [00:17<00:11, 17.05it/s]\n 60%|█████▉ | 299/500 [00:17<00:11, 16.98it/s]\n 60%|██████ | 301/500 [00:18<00:12, 15.95it/s]\n 61%|██████ | 303/500 [00:18<00:12, 16.08it/s]\n 61%|██████ | 305/500 [00:18<00:12, 16.24it/s]\n 61%|██████▏ | 307/500 [00:18<00:11, 16.37it/s]\n 62%|██████▏ | 309/500 [00:18<00:11, 16.45it/s]\n 62%|██████▏ | 311/500 [00:18<00:11, 16.53it/s]\n 63%|██████▎ | 313/500 [00:18<00:11, 16.55it/s]\n 63%|██████▎ | 315/500 [00:18<00:11, 16.52it/s]\n 63%|██████▎ | 317/500 [00:19<00:11, 16.50it/s]\n 64%|██████▍ | 319/500 [00:19<00:10, 16.52it/s]\n 64%|██████▍ | 321/500 [00:19<00:10, 16.51it/s]\n 65%|██████▍ | 323/500 [00:19<00:10, 16.50it/s]\n 65%|██████▌ | 325/500 [00:19<00:10, 16.45it/s]\n 65%|██████▌ | 327/500 [00:19<00:10, 16.36it/s]\n 66%|██████▌ | 329/500 [00:19<00:10, 16.32it/s]\n 66%|██████▌ | 331/500 [00:19<00:10, 16.31it/s]\n 67%|██████▋ | 333/500 [00:19<00:10, 16.31it/s]\n 67%|██████▋ | 335/500 [00:20<00:10, 16.32it/s]\n 67%|██████▋ | 337/500 [00:20<00:09, 16.35it/s]\n 68%|██████▊ | 339/500 [00:20<00:09, 16.36it/s]\n 68%|██████▊ | 341/500 [00:20<00:09, 16.40it/s]\n 69%|██████▊ | 343/500 [00:20<00:09, 16.39it/s]\n 69%|██████▉ | 345/500 [00:20<00:09, 16.48it/s]\n 69%|██████▉ | 347/500 [00:20<00:09, 16.56it/s]\n 70%|██████▉ | 349/500 [00:20<00:09, 16.56it/s]\n 70%|███████ | 351/500 [00:21<00:08, 16.56it/s]\n 71%|███████ | 353/500 [00:21<00:08, 16.56it/s]\n 71%|███████ | 355/500 [00:21<00:08, 16.62it/s]\n 71%|███████▏ | 357/500 [00:21<00:08, 16.55it/s]\n 72%|███████▏ | 359/500 [00:21<00:08, 16.53it/s]\n 72%|███████▏ | 361/500 [00:21<00:08, 16.59it/s]\n 73%|███████▎ | 363/500 [00:21<00:08, 16.62it/s]\n 73%|███████▎ | 365/500 [00:21<00:08, 16.62it/s]\n 73%|███████▎ | 367/500 [00:22<00:08, 16.59it/s]\n 74%|███████▍ | 369/500 [00:22<00:07, 16.61it/s]\n 74%|███████▍ | 371/500 [00:22<00:07, 16.63it/s]\n 75%|███████▍ | 373/500 [00:22<00:07, 16.62it/s]\n 75%|███████▌ | 375/500 [00:22<00:07, 16.65it/s]\n 75%|███████▌ | 377/500 [00:22<00:07, 16.70it/s]\n 76%|███████▌ | 379/500 [00:22<00:07, 16.76it/s]\n 76%|███████▌ | 381/500 [00:22<00:07, 16.77it/s]\n 77%|███████▋ | 383/500 [00:22<00:07, 16.68it/s]\n 77%|███████▋ | 385/500 [00:23<00:06, 16.68it/s]\n 77%|███████▋ | 387/500 [00:23<00:06, 16.60it/s]\n 78%|███████▊ | 389/500 [00:23<00:06, 16.63it/s]\n 78%|███████▊ | 391/500 [00:23<00:06, 16.65it/s]\n 79%|███████▊ | 393/500 [00:23<00:06, 16.66it/s]\n 79%|███████▉ | 395/500 [00:23<00:06, 16.61it/s]\n 79%|███████▉ | 397/500 [00:23<00:06, 16.60it/s]\n 80%|███████▉ | 399/500 [00:23<00:06, 16.54it/s]\n 80%|████████ | 401/500 [00:24<00:06, 15.67it/s]\n 81%|████████ | 403/500 [00:24<00:06, 15.95it/s]\n 81%|████████ | 405/500 [00:24<00:05, 16.19it/s]\n 81%|████████▏ | 407/500 [00:24<00:05, 16.36it/s]\n 82%|████████▏ | 409/500 [00:24<00:05, 16.49it/s]\n 82%|████████▏ | 411/500 [00:24<00:05, 16.60it/s]\n 83%|████████▎ | 413/500 [00:24<00:05, 16.63it/s]\n 83%|████████▎ | 415/500 [00:24<00:05, 16.61it/s]\n 83%|████████▎ | 417/500 [00:25<00:04, 16.62it/s]\n 84%|████████▍ | 419/500 [00:25<00:04, 16.62it/s]\n 84%|████████▍ | 421/500 [00:25<00:04, 16.63it/s]\n 85%|████████▍ | 423/500 [00:25<00:04, 16.50it/s]\n 85%|████████▌ | 425/500 [00:25<00:04, 16.39it/s]\n 85%|████████▌ | 427/500 [00:25<00:04, 16.45it/s]\n 86%|████████▌ | 429/500 [00:25<00:04, 16.55it/s]\n 86%|████████▌ | 431/500 [00:25<00:04, 16.57it/s]\n 87%|████████▋ | 433/500 [00:26<00:04, 16.49it/s]\n 87%|████████▋ | 435/500 [00:26<00:03, 16.42it/s]\n 87%|████████▋ | 437/500 [00:26<00:03, 16.44it/s]\n 88%|████████▊ | 439/500 [00:26<00:03, 16.49it/s]\n 88%|████████▊ | 441/500 [00:26<00:03, 16.50it/s]\n 89%|████████▊ | 443/500 [00:26<00:03, 16.54it/s]\n 89%|████████▉ | 445/500 [00:26<00:03, 16.59it/s]\n 89%|████████▉ | 447/500 [00:26<00:03, 16.62it/s]\n 90%|████████▉ | 449/500 [00:26<00:03, 16.61it/s]\n 90%|█████████ | 451/500 [00:27<00:02, 16.66it/s]\n 91%|█████████ | 453/500 [00:27<00:02, 16.68it/s]\n 91%|█████████ | 455/500 [00:27<00:02, 16.71it/s]\n 91%|█████████▏| 457/500 [00:27<00:02, 16.65it/s]\n 92%|█████████▏| 459/500 [00:27<00:02, 16.64it/s]\n 92%|█████████▏| 461/500 [00:27<00:02, 16.71it/s]\n 93%|█████████▎| 463/500 [00:27<00:02, 16.76it/s]\n 93%|█████████▎| 465/500 [00:27<00:02, 16.72it/s]\n 93%|█████████▎| 467/500 [00:28<00:01, 16.71it/s]\n 94%|█████████▍| 469/500 [00:28<00:01, 16.66it/s]\n 94%|█████████▍| 471/500 [00:28<00:01, 16.62it/s]\n 95%|█████████▍| 473/500 [00:28<00:01, 16.62it/s]\n 95%|█████████▌| 475/500 [00:28<00:01, 16.57it/s]\n 95%|█████████▌| 477/500 [00:28<00:01, 16.25it/s]\n 96%|█████████▌| 479/500 [00:28<00:01, 16.36it/s]\n 96%|█████████▌| 481/500 [00:28<00:01, 16.38it/s]\n 97%|█████████▋| 483/500 [00:29<00:01, 16.40it/s]\n 97%|█████████▋| 485/500 [00:29<00:00, 16.41it/s]\n 97%|█████████▋| 487/500 [00:29<00:00, 16.45it/s]\n 98%|█████████▊| 489/500 [00:29<00:00, 16.49it/s]\n 98%|█████████▊| 491/500 [00:29<00:00, 16.45it/s]\n 99%|█████████▊| 493/500 [00:29<00:00, 16.51it/s]\n 99%|█████████▉| 495/500 [00:29<00:00, 16.57it/s]\n 99%|█████████▉| 497/500 [00:29<00:00, 16.51it/s]\n100%|█████████▉| 499/500 [00:30<00:00, 16.42it/s]\n100%|██████████| 500/500 [00:30<00:00, 16.62it/s]\n[INFO] save model to logs/image_raw.ply.\n/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.)\nreturn _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]\nTensor occ torch.Size([128, 128, 128]) torch.float32 cuda:0 ∈ [0.0,\n42.78401565551758] μ = 0.4769812822341919 σ = 1.7373642921447754\n[INFO] mesh cleaning: (54958, 3) --> (25216, 3), (109936, 3) --> (50452, 3)\n[INFO] marching cubes result: torch.Size([25216, 3]) (-0.6863464713096619-0.6637288331985474), torch.Size([50452, 3])\n[INFO] unwrap uv...\n[INFO] save model to logs/image_raw.obj.\n[load_obj] use texture from: logs/image_raw_albedo.png\n[load_obj] load texture: (1024, 1024, 3)\n[Mesh loading] v: torch.Size([25216, 3]), f: torch.Size([50452, 3])\n[Mesh loading] vn: torch.Size([25216, 3]), fn: torch.Size([50452, 3])\n[Mesh loading] vt: torch.Size([29586, 2]), ft: torch.Size([50452, 3])\n[INFO] load image from image_rgba.png...\n[INFO] loading zero123...\nLoading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]\nLoading pipeline components...: 17%|█▋ | 1/6 [00:00<00:01, 4.60it/s]\nLoading pipeline components...: 33%|███▎ | 2/6 [00:00<00:00, 4.85it/s]\nLoading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 11.99it/s]\n[INFO] loaded zero123!\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:42, 1.15it/s]\n 4%|▍ | 2/50 [00:01<00:33, 1.42it/s]\n 6%|▌ | 3/50 [00:02<00:30, 1.54it/s]\n 8%|▊ | 4/50 [00:02<00:28, 1.61it/s]\n 10%|█ | 5/50 [00:03<00:27, 1.64it/s]\n 12%|█▏ | 6/50 [00:03<00:26, 1.67it/s]\n 14%|█▍ | 7/50 [00:04<00:25, 1.69it/s]\n 16%|█▌ | 8/50 [00:04<00:24, 1.70it/s]\n 18%|█▊ | 9/50 [00:05<00:23, 1.71it/s]\n 20%|██ | 10/50 [00:06<00:23, 1.72it/s]\n 22%|██▏ | 11/50 [00:06<00:22, 1.72it/s]\n 24%|██▍ | 12/50 [00:07<00:22, 1.72it/s]\n 26%|██▌ | 13/50 [00:07<00:21, 1.73it/s]\n 28%|██▊ | 14/50 [00:08<00:20, 1.73it/s]\n 30%|███ | 15/50 [00:08<00:20, 1.73it/s]\n 32%|███▏ | 16/50 [00:09<00:19, 1.73it/s]\n 34%|███▍ | 17/50 [00:10<00:19, 1.73it/s]\n 36%|███▌ | 18/50 [00:10<00:18, 1.73it/s]\n 38%|███▊ | 19/50 [00:11<00:17, 1.73it/s]\n 40%|████ | 20/50 [00:11<00:17, 1.73it/s]\n 42%|████▏ | 21/50 [00:12<00:16, 1.73it/s]\n 44%|████▍ | 22/50 [00:13<00:16, 1.73it/s]\n 46%|████▌ | 23/50 [00:13<00:15, 1.73it/s]\n 48%|████▊ | 24/50 [00:14<00:15, 1.73it/s]\n 50%|█████ | 25/50 [00:14<00:14, 1.73it/s]\n 52%|█████▏ | 26/50 [00:15<00:13, 1.73it/s]\n 54%|█████▍ | 27/50 [00:15<00:13, 1.73it/s]\n 56%|█████▌ | 28/50 [00:16<00:12, 1.72it/s]\n 58%|█████▊ | 29/50 [00:17<00:12, 1.72it/s]\n 60%|██████ | 30/50 [00:17<00:11, 1.72it/s]\n 62%|██████▏ | 31/50 [00:18<00:11, 1.71it/s]\n 64%|██████▍ | 32/50 [00:18<00:10, 1.72it/s]\n 66%|██████▌ | 33/50 [00:19<00:09, 1.72it/s]\n 68%|██████▊ | 34/50 [00:19<00:09, 1.73it/s]\n 70%|███████ | 35/50 [00:20<00:08, 1.73it/s]\n 72%|███████▏ | 36/50 [00:21<00:08, 1.73it/s]\n 74%|███████▍ | 37/50 [00:21<00:07, 1.73it/s]\n 76%|███████▌ | 38/50 [00:22<00:06, 1.73it/s]\n 78%|███████▊ | 39/50 [00:22<00:06, 1.73it/s]\n 80%|████████ | 40/50 [00:23<00:05, 1.73it/s]\n 82%|████████▏ | 41/50 [00:24<00:05, 1.73it/s]\n 84%|████████▍ | 42/50 [00:24<00:04, 1.73it/s]\n 86%|████████▌ | 43/50 [00:25<00:04, 1.73it/s]\n 88%|████████▊ | 44/50 [00:25<00:03, 1.74it/s]\n 90%|█████████ | 45/50 [00:26<00:02, 1.74it/s]\n 92%|█████████▏| 46/50 [00:26<00:02, 1.74it/s]\n 94%|█████████▍| 47/50 [00:27<00:01, 1.74it/s]\n 96%|█████████▌| 48/50 [00:28<00:01, 1.73it/s]\n 98%|█████████▊| 49/50 [00:28<00:00, 1.73it/s]\n100%|██████████| 50/50 [00:29<00:00, 1.73it/s]\n100%|██████████| 50/50 [00:29<00:00, 1.71it/s]\n[INFO] save model to logs/image.obj.\n[load_obj] use texture from: logs/image_albedo.png\n[load_obj] load texture: (1024, 1024, 3)\n[Mesh loading] v: torch.Size([25216, 3]), f: torch.Size([50452, 3])\n[Mesh loading] vn: torch.Size([25216, 3]), fn: torch.Size([50452, 3])\n 0%| | 0/1 [00:00<?, ?it/s]\n 0%| | 0/120 [00:00<?, ?it/s]\u001b[A\n 1%| | 1/120 [00:00<00:14, 8.50it/s]\u001b[A\n 8%|▊ | 9/120 [00:00<00:02, 45.93it/s]\u001b[A\n 14%|█▍ | 17/120 [00:00<00:01, 60.58it/s]\u001b[A\n 22%|██▏ | 26/120 [00:00<00:01, 70.06it/s]\u001b[A\n 30%|███ | 36/120 [00:00<00:01, 79.44it/s]\u001b[A\n 38%|███▊ | 45/120 [00:00<00:00, 81.64it/s]\u001b[A\n 45%|████▌ | 54/120 [00:00<00:00, 82.69it/s]\u001b[A\n 53%|█████▎ | 64/120 [00:00<00:00, 86.06it/s]\u001b[A\n 61%|██████ | 73/120 [00:00<00:00, 85.86it/s]\u001b[A\n 68%|██████▊ | 82/120 [00:01<00:00, 83.71it/s]\u001b[A\n 76%|███████▌ | 91/120 [00:01<00:00, 79.98it/s]\u001b[A\n 83%|████████▎ | 100/120 [00:01<00:00, 77.43it/s]\u001b[A\n 90%|█████████ | 108/120 [00:01<00:00, 75.79it/s]\u001b[A\n 97%|█████████▋| 116/120 [00:01<00:00, 74.46it/s]\u001b[A\n100%|██████████| 120/120 [00:01<00:00, 74.83it/s]\n100%|██████████| 1/1 [00:01<00:00, 1.60s/it]\n100%|██████████| 1/1 [00:01<00:00, 1.60s/it]\nadding: logs/ (stored 0%)\n adding: logs/image_raw.ply(deflated 22%)\n adding: logs/image_raw.obj(deflated 74%)\nadding: logs/image_raw.mtl (deflated 20%)\n adding: logs/image_raw_albedo.png(deflated 4%)\n adding: logs/image.obj(deflated 74%)\nadding: logs/image.mtl (deflated 21%)\n adding: logs/image_albedo.png(deflated 2%)", "metrics": { "predict_time": 139.651278, "total_time": 392.401149 }, "output": [ "https://replicate.delivery/pbxt/mv6NRfG0oJSFFiFbqxaAUzf9QbmO69TfPfJVDzmvCzDb3mEJB/mesh_files.zip", "https://replicate.delivery/pbxt/KG4jSYO33DKSBhifOCje43dkh579UseorrYTAUnI5jUxbTikA/image_rgba.png", "https://replicate.delivery/pbxt/05KZ4D0q8E7HFx6q9YoeBTionJkfwt0UjcEJbyuIn5G4tJRSA/image.mp4" ], "started_at": "2024-01-28T23:53:17.077660Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5gu33f3bwuzxacptrj6zgyrdpe", "cancel": "https://api.replicate.com/v1/predictions/5gu33f3bwuzxacptrj6zgyrdpe/cancel" }, "version": "c0c69c495c56d4266f6c11c9ba3c087c10c544434a69f9a2ae1b9c33abbbebf9" }
Generated inPerforming image-to-3D Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'. 0%| | 0.00/176M [00:00<?, ?B/s] 1%|▏ | 1.12M/176M [00:00<00:15, 11.2MB/s] 2%|▊ | 3.64M/176M [00:00<00:08, 19.3MB/s] 5%|█▉ | 8.74M/176M [00:00<00:04, 33.7MB/s] 10%|███▋ | 17.1M/176M [00:00<00:02, 53.6MB/s] 15%|█████▌ | 25.7M/176M [00:00<00:02, 64.9MB/s] 19%|███████▎ | 34.1M/176M [00:00<00:01, 71.7MB/s] 24%|█████████▏ | 42.8M/176M [00:00<00:01, 76.4MB/s] 29%|███████████ | 51.3M/176M [00:00<00:01, 79.1MB/s] 34%|████████████▉ | 59.8M/176M [00:00<00:01, 81.2MB/s] 39%|██████████████▋ | 68.1M/176M [00:01<00:01, 81.6MB/s] 44%|████████████████▌ | 76.6M/176M [00:01<00:01, 82.8MB/s] 48%|██████████████████▎ | 84.9M/176M [00:01<00:01, 82.1MB/s] 53%|████████████████████▏ | 93.4M/176M [00:01<00:00, 82.9MB/s] 58%|██████████████████████▌ | 102M/176M [00:01<00:00, 83.7MB/s] 63%|████████████████████████▍ | 111M/176M [00:01<00:00, 84.4MB/s] 68%|██████████████████████████▍ | 119M/176M [00:01<00:00, 85.0MB/s] 73%|████████████████████████████▎ | 128M/176M [00:01<00:00, 85.2MB/s] 77%|██████████████████████████████▏ | 136M/176M [00:01<00:00, 85.5MB/s] 82%|████████████████████████████████ | 145M/176M [00:01<00:00, 85.2MB/s] 87%|██████████████████████████████████ | 154M/176M [00:02<00:00, 85.4MB/s] 92%|███████████████████████████████████▉ | 162M/176M [00:02<00:00, 85.8MB/s] 97%|█████████████████████████████████████▊ | 171M/176M [00:02<00:00, 86.0MB/s] 0%| | 0.00/176M [00:00<?, ?B/s] 100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 990GB/s] 2024-01-28 23:53:21.212449782 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 920, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212461747 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 921, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212482949 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 922, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212522056 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 923, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212556005 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 924, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212576306 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 925, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212605938 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 926, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212639594 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 927, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212655298 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 928, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212683036 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 929, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212701751 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 930, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212724424 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 931, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212754831 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 932, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.212802450 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 933, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.217556797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 975, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.221736580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 980, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.221726941 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 982, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.217770138 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 962, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.217771245 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 961, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.217771797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 963, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.242053074 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 958, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.245739921 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 953, index: 33, mask: {34, 98, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.249760641 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 959, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.257739813 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 938, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.261831644 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 954, index: 34, mask: {35, 99, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.269759130 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 949, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.281776305 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 943, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.281837822 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 951, index: 31, mask: {32, 96, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.297750499 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 934, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.297768618 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 936, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.297786603 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 937, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.297823090 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 976, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.297837692 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 977, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.297854965 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 950, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.261762626 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 960, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.261732857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 974, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.261768741 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 972, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.261801307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 955, index: 35, mask: {36, 100, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.297808255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 940, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.321776050 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 971, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.330952680 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 979, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.345769974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 973, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.345791035 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 944, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.303714192 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 941, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.313724731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 948, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.321748531 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 981, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.330938660 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 956, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.345738631 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 964, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.303694136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 946, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.303725072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 952, index: 32, mask: {33, 97, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.313733667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 939, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.309724833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 965, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.317722299 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 947, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.321723026 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 978, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.321732858 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 935, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.350857420 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 957, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.377741899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 945, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-01-28 23:53:21.377747268 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 942, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. [INFO] loading image image.png... [INFO] background removal... [INFO] recenter... {'input': '/src/image_rgba.png', 'prompt': None, 'mesh': None, 'elevation': 0, 'ref_size': 256, 'density_thresh': 1, 'outdir': 'logs', 'save_path': 'image', 'lambda_sd': 0, 'lambda_zero123': 1, 'batch_size': 1, 'iters': 500, 'iters_refine': 50, 'radius': 2, 'fovy': 49.1, 'load': None, 'train_geo': False, 'invert_bg_prob': 0.5, 'gui': False, 'force_cuda_rast': True, 'H': 800, 'W': 800, 'num_pts': 1000, 'sh_degree': 0, 'position_lr_init': 0.001, 'position_lr_final': 2e-05, 'position_lr_delay_mult': 0.02, 'position_lr_max_steps': 500, 'feature_lr': 0.01, 'opacity_lr': 0.05, 'scaling_lr': 0.005, 'rotation_lr': 0.005, 'percent_dense': 0.1, 'density_start_iter': 100, 'density_end_iter': 3000, 'densification_interval': 100, 'opacity_reset_interval': 700, 'densify_grad_threshold': 0.5, 'geom_lr': 0.0001, 'texture_lr': 0.2} [INFO] load image from /src/image_rgba.png... Number of points at initialisation : 1000 [INFO] loading zero123... Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s] Loading pipeline components...: 17%|█▋ | 1/6 [00:00<00:01, 4.95it/s] Loading pipeline components...: 67%|██████▋ | 4/6 [00:00<00:00, 8.33it/s] Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 10.43it/s] [INFO] loaded zero123! 0%| | 0/500 [00:00<?, ?it/s] 0%| | 1/500 [00:00<02:06, 3.96it/s] 1%| | 3/500 [00:00<00:51, 9.56it/s] 1%| | 5/500 [00:00<00:40, 12.24it/s] 1%|▏ | 7/500 [00:00<00:35, 13.81it/s] 2%|▏ | 9/500 [00:00<00:32, 14.92it/s] 2%|▏ | 11/500 [00:00<00:31, 15.61it/s] 3%|▎ | 13/500 [00:00<00:30, 15.96it/s] 3%|▎ | 15/500 [00:01<00:29, 16.31it/s] 3%|▎ | 17/500 [00:01<00:29, 16.50it/s] 4%|▍ | 19/500 [00:01<00:28, 16.71it/s] 4%|▍ | 21/500 [00:01<00:28, 16.86it/s] 5%|▍ | 23/500 [00:01<00:28, 16.94it/s] 5%|▌ | 25/500 [00:01<00:27, 17.03it/s] 5%|▌ | 27/500 [00:01<00:27, 17.12it/s] 6%|▌ | 29/500 [00:01<00:27, 17.08it/s] 6%|▌ | 31/500 [00:02<00:27, 17.01it/s] 7%|▋ | 33/500 [00:02<00:27, 16.97it/s] 7%|▋ | 35/500 [00:02<00:27, 16.94it/s] 7%|▋ | 37/500 [00:02<00:27, 16.98it/s] 8%|▊ | 39/500 [00:02<00:27, 16.99it/s] 8%|▊ | 41/500 [00:02<00:26, 17.00it/s] 9%|▊ | 43/500 [00:02<00:26, 17.04it/s] 9%|▉ | 45/500 [00:02<00:27, 16.56it/s] 9%|▉ | 47/500 [00:02<00:27, 16.75it/s] 10%|▉ | 49/500 [00:03<00:26, 16.83it/s] 10%|█ | 51/500 [00:03<00:26, 16.88it/s] 11%|█ | 53/500 [00:03<00:26, 16.93it/s] 11%|█ | 55/500 [00:03<00:26, 17.00it/s] 11%|█▏ | 57/500 [00:03<00:26, 16.98it/s] 12%|█▏ | 59/500 [00:03<00:25, 17.00it/s] 12%|█▏ | 61/500 [00:03<00:25, 17.01it/s] 13%|█▎ | 63/500 [00:03<00:25, 16.92it/s] 13%|█▎ | 65/500 [00:04<00:25, 16.93it/s] 13%|█▎ | 67/500 [00:04<00:25, 16.94it/s] 14%|█▍ | 69/500 [00:04<00:25, 16.98it/s] 14%|█▍ | 71/500 [00:04<00:25, 17.02it/s] 15%|█▍ | 73/500 [00:04<00:25, 17.00it/s] 15%|█▌ | 75/500 [00:04<00:25, 16.94it/s] 15%|█▌ | 77/500 [00:04<00:24, 17.01it/s] 16%|█▌ | 79/500 [00:04<00:24, 17.08it/s] 16%|█▌ | 81/500 [00:04<00:24, 17.11it/s] 17%|█▋ | 83/500 [00:05<00:24, 17.18it/s] 17%|█▋ | 85/500 [00:05<00:24, 17.21it/s] 17%|█▋ | 87/500 [00:05<00:23, 17.22it/s] 18%|█▊ | 89/500 [00:05<00:23, 17.25it/s] 18%|█▊ | 91/500 [00:05<00:23, 17.19it/s] 19%|█▊ | 93/500 [00:05<00:23, 17.19it/s] 19%|█▉ | 95/500 [00:05<00:23, 17.06it/s] 19%|█▉ | 97/500 [00:05<00:23, 16.86it/s] 20%|█▉ | 99/500 [00:06<00:23, 16.83it/s] 20%|██ | 101/500 [00:06<00:25, 15.42it/s] 21%|██ | 103/500 [00:06<00:25, 15.81it/s] 21%|██ | 105/500 [00:06<00:24, 16.14it/s] 21%|██▏ | 107/500 [00:06<00:24, 16.36it/s] 22%|██▏ | 109/500 [00:06<00:23, 16.55it/s] 22%|██▏ | 111/500 [00:06<00:23, 16.78it/s] 23%|██▎ | 113/500 [00:06<00:22, 16.93it/s] 23%|██▎ | 115/500 [00:06<00:22, 16.94it/s] 23%|██▎ | 117/500 [00:07<00:22, 16.97it/s] 24%|██▍ | 119/500 [00:07<00:22, 16.97it/s] 24%|██▍ | 121/500 [00:07<00:22, 17.06it/s] 25%|██▍ | 123/500 [00:07<00:22, 17.03it/s] 25%|██▌ | 125/500 [00:07<00:22, 16.98it/s] 25%|██▌ | 127/500 [00:07<00:21, 17.01it/s] 26%|██▌ | 129/500 [00:07<00:21, 17.05it/s] 26%|██▌ | 131/500 [00:07<00:21, 16.98it/s] 27%|██▋ | 133/500 [00:08<00:21, 16.94it/s] 27%|██▋ | 135/500 [00:08<00:21, 16.88it/s] 27%|██▋ | 137/500 [00:08<00:21, 16.86it/s] 28%|██▊ | 139/500 [00:08<00:21, 16.85it/s] 28%|██▊ | 141/500 [00:08<00:21, 16.86it/s] 29%|██▊ | 143/500 [00:08<00:21, 16.93it/s] 29%|██▉ | 145/500 [00:08<00:20, 16.99it/s] 29%|██▉ | 147/500 [00:08<00:20, 16.93it/s] 30%|██▉ | 149/500 [00:08<00:20, 16.84it/s] 30%|███ | 151/500 [00:09<00:20, 16.67it/s] 31%|███ | 153/500 [00:09<00:20, 16.62it/s] 31%|███ | 155/500 [00:09<00:20, 16.71it/s] 31%|███▏ | 157/500 [00:09<00:20, 16.68it/s] 32%|███▏ | 159/500 [00:09<00:20, 16.62it/s] 32%|███▏ | 161/500 [00:09<00:20, 16.64it/s] 33%|███▎ | 163/500 [00:09<00:20, 16.69it/s] 33%|███▎ | 165/500 [00:09<00:20, 16.68it/s] 33%|███▎ | 167/500 [00:10<00:20, 16.63it/s] 34%|███▍ | 169/500 [00:10<00:20, 16.39it/s] 34%|███▍ | 171/500 [00:10<00:19, 16.51it/s] 35%|███▍ | 173/500 [00:10<00:19, 16.62it/s] 35%|███▌ | 175/500 [00:10<00:19, 16.72it/s] 35%|███▌ | 177/500 [00:10<00:19, 16.83it/s] 36%|███▌ | 179/500 [00:10<00:18, 16.93it/s] 36%|███▌ | 181/500 [00:10<00:18, 16.91it/s] 37%|███▋ | 183/500 [00:11<00:18, 16.92it/s] 37%|███▋ | 185/500 [00:11<00:18, 16.97it/s] 37%|███▋ | 187/500 [00:11<00:18, 17.00it/s] 38%|███▊ | 189/500 [00:11<00:18, 17.07it/s] 38%|███▊ | 191/500 [00:11<00:18, 17.12it/s] 39%|███▊ | 193/500 [00:11<00:18, 17.06it/s] 39%|███▉ | 195/500 [00:11<00:17, 17.04it/s] 39%|███▉ | 197/500 [00:11<00:17, 16.96it/s] 40%|███▉ | 199/500 [00:11<00:17, 16.86it/s] 40%|████ | 201/500 [00:12<00:18, 15.88it/s] 41%|████ | 203/500 [00:12<00:18, 16.06it/s] 41%|████ | 205/500 [00:12<00:18, 16.25it/s] 41%|████▏ | 207/500 [00:12<00:17, 16.35it/s] 42%|████▏ | 209/500 [00:12<00:17, 16.43it/s] 42%|████▏ | 211/500 [00:12<00:17, 16.56it/s] 43%|████▎ | 213/500 [00:12<00:17, 16.68it/s] 43%|████▎ | 215/500 [00:12<00:17, 16.73it/s] 43%|████▎ | 217/500 [00:13<00:16, 16.80it/s] 44%|████▍ | 219/500 [00:13<00:16, 16.83it/s] 44%|████▍ | 221/500 [00:13<00:16, 16.79it/s] 45%|████▍ | 223/500 [00:13<00:16, 16.80it/s] 45%|████▌ | 225/500 [00:13<00:16, 16.80it/s] 45%|████▌ | 227/500 [00:13<00:16, 16.87it/s] 46%|████▌ | 229/500 [00:13<00:16, 16.93it/s] 46%|████▌ | 231/500 [00:13<00:15, 16.94it/s] 47%|████▋ | 233/500 [00:14<00:15, 16.89it/s] 47%|████▋ | 235/500 [00:14<00:15, 16.88it/s] 47%|████▋ | 237/500 [00:14<00:15, 16.88it/s] 48%|████▊ | 239/500 [00:14<00:15, 16.93it/s] 48%|████▊ | 241/500 [00:14<00:15, 16.99it/s] 49%|████▊ | 243/500 [00:14<00:15, 17.02it/s] 49%|████▉ | 245/500 [00:14<00:14, 17.08it/s] 49%|████▉ | 247/500 [00:14<00:14, 17.10it/s] 50%|████▉ | 249/500 [00:14<00:14, 16.98it/s] 50%|█████ | 251/500 [00:15<00:14, 16.93it/s] 51%|█████ | 253/500 [00:15<00:14, 16.81it/s] 51%|█████ | 255/500 [00:15<00:14, 16.89it/s] 51%|█████▏ | 257/500 [00:15<00:14, 16.96it/s] 52%|█████▏ | 259/500 [00:15<00:14, 17.00it/s] 52%|█████▏ | 261/500 [00:15<00:14, 17.04it/s] 53%|█████▎ | 263/500 [00:15<00:13, 17.06it/s] 53%|█████▎ | 265/500 [00:15<00:13, 17.06it/s] 53%|█████▎ | 267/500 [00:16<00:13, 16.98it/s] 54%|█████▍ | 269/500 [00:16<00:13, 17.00it/s] 54%|█████▍ | 271/500 [00:16<00:13, 17.00it/s] 55%|█████▍ | 273/500 [00:16<00:13, 16.97it/s] 55%|█████▌ | 275/500 [00:16<00:13, 17.03it/s] 55%|█████▌ | 277/500 [00:16<00:13, 17.06it/s] 56%|█████▌ | 279/500 [00:16<00:12, 17.10it/s] 56%|█████▌ | 281/500 [00:16<00:12, 17.12it/s] 57%|█████▋ | 283/500 [00:16<00:12, 17.00it/s] 57%|█████▋ | 285/500 [00:17<00:12, 17.01it/s] 57%|█████▋ | 287/500 [00:17<00:12, 17.00it/s] 58%|█████▊ | 289/500 [00:17<00:12, 17.05it/s] 58%|█████▊ | 291/500 [00:17<00:12, 16.96it/s] 59%|█████▊ | 293/500 [00:17<00:12, 16.95it/s] 59%|█████▉ | 295/500 [00:17<00:12, 17.00it/s] 59%|█████▉ | 297/500 [00:17<00:11, 17.05it/s] 60%|█████▉ | 299/500 [00:17<00:11, 16.98it/s] 60%|██████ | 301/500 [00:18<00:12, 15.95it/s] 61%|██████ | 303/500 [00:18<00:12, 16.08it/s] 61%|██████ | 305/500 [00:18<00:12, 16.24it/s] 61%|██████▏ | 307/500 [00:18<00:11, 16.37it/s] 62%|██████▏ | 309/500 [00:18<00:11, 16.45it/s] 62%|██████▏ | 311/500 [00:18<00:11, 16.53it/s] 63%|██████▎ | 313/500 [00:18<00:11, 16.55it/s] 63%|██████▎ | 315/500 [00:18<00:11, 16.52it/s] 63%|██████▎ | 317/500 [00:19<00:11, 16.50it/s] 64%|██████▍ | 319/500 [00:19<00:10, 16.52it/s] 64%|██████▍ | 321/500 [00:19<00:10, 16.51it/s] 65%|██████▍ | 323/500 [00:19<00:10, 16.50it/s] 65%|██████▌ | 325/500 [00:19<00:10, 16.45it/s] 65%|██████▌ | 327/500 [00:19<00:10, 16.36it/s] 66%|██████▌ | 329/500 [00:19<00:10, 16.32it/s] 66%|██████▌ | 331/500 [00:19<00:10, 16.31it/s] 67%|██████▋ | 333/500 [00:19<00:10, 16.31it/s] 67%|██████▋ | 335/500 [00:20<00:10, 16.32it/s] 67%|██████▋ | 337/500 [00:20<00:09, 16.35it/s] 68%|██████▊ | 339/500 [00:20<00:09, 16.36it/s] 68%|██████▊ | 341/500 [00:20<00:09, 16.40it/s] 69%|██████▊ | 343/500 [00:20<00:09, 16.39it/s] 69%|██████▉ | 345/500 [00:20<00:09, 16.48it/s] 69%|██████▉ | 347/500 [00:20<00:09, 16.56it/s] 70%|██████▉ | 349/500 [00:20<00:09, 16.56it/s] 70%|███████ | 351/500 [00:21<00:08, 16.56it/s] 71%|███████ | 353/500 [00:21<00:08, 16.56it/s] 71%|███████ | 355/500 [00:21<00:08, 16.62it/s] 71%|███████▏ | 357/500 [00:21<00:08, 16.55it/s] 72%|███████▏ | 359/500 [00:21<00:08, 16.53it/s] 72%|███████▏ | 361/500 [00:21<00:08, 16.59it/s] 73%|███████▎ | 363/500 [00:21<00:08, 16.62it/s] 73%|███████▎ | 365/500 [00:21<00:08, 16.62it/s] 73%|███████▎ | 367/500 [00:22<00:08, 16.59it/s] 74%|███████▍ | 369/500 [00:22<00:07, 16.61it/s] 74%|███████▍ | 371/500 [00:22<00:07, 16.63it/s] 75%|███████▍ | 373/500 [00:22<00:07, 16.62it/s] 75%|███████▌ | 375/500 [00:22<00:07, 16.65it/s] 75%|███████▌ | 377/500 [00:22<00:07, 16.70it/s] 76%|███████▌ | 379/500 [00:22<00:07, 16.76it/s] 76%|███████▌ | 381/500 [00:22<00:07, 16.77it/s] 77%|███████▋ | 383/500 [00:22<00:07, 16.68it/s] 77%|███████▋ | 385/500 [00:23<00:06, 16.68it/s] 77%|███████▋ | 387/500 [00:23<00:06, 16.60it/s] 78%|███████▊ | 389/500 [00:23<00:06, 16.63it/s] 78%|███████▊ | 391/500 [00:23<00:06, 16.65it/s] 79%|███████▊ | 393/500 [00:23<00:06, 16.66it/s] 79%|███████▉ | 395/500 [00:23<00:06, 16.61it/s] 79%|███████▉ | 397/500 [00:23<00:06, 16.60it/s] 80%|███████▉ | 399/500 [00:23<00:06, 16.54it/s] 80%|████████ | 401/500 [00:24<00:06, 15.67it/s] 81%|████████ | 403/500 [00:24<00:06, 15.95it/s] 81%|████████ | 405/500 [00:24<00:05, 16.19it/s] 81%|████████▏ | 407/500 [00:24<00:05, 16.36it/s] 82%|████████▏ | 409/500 [00:24<00:05, 16.49it/s] 82%|████████▏ | 411/500 [00:24<00:05, 16.60it/s] 83%|████████▎ | 413/500 [00:24<00:05, 16.63it/s] 83%|████████▎ | 415/500 [00:24<00:05, 16.61it/s] 83%|████████▎ | 417/500 [00:25<00:04, 16.62it/s] 84%|████████▍ | 419/500 [00:25<00:04, 16.62it/s] 84%|████████▍ | 421/500 [00:25<00:04, 16.63it/s] 85%|████████▍ | 423/500 [00:25<00:04, 16.50it/s] 85%|████████▌ | 425/500 [00:25<00:04, 16.39it/s] 85%|████████▌ | 427/500 [00:25<00:04, 16.45it/s] 86%|████████▌ | 429/500 [00:25<00:04, 16.55it/s] 86%|████████▌ | 431/500 [00:25<00:04, 16.57it/s] 87%|████████▋ | 433/500 [00:26<00:04, 16.49it/s] 87%|████████▋ | 435/500 [00:26<00:03, 16.42it/s] 87%|████████▋ | 437/500 [00:26<00:03, 16.44it/s] 88%|████████▊ | 439/500 [00:26<00:03, 16.49it/s] 88%|████████▊ | 441/500 [00:26<00:03, 16.50it/s] 89%|████████▊ | 443/500 [00:26<00:03, 16.54it/s] 89%|████████▉ | 445/500 [00:26<00:03, 16.59it/s] 89%|████████▉ | 447/500 [00:26<00:03, 16.62it/s] 90%|████████▉ | 449/500 [00:26<00:03, 16.61it/s] 90%|█████████ | 451/500 [00:27<00:02, 16.66it/s] 91%|█████████ | 453/500 [00:27<00:02, 16.68it/s] 91%|█████████ | 455/500 [00:27<00:02, 16.71it/s] 91%|█████████▏| 457/500 [00:27<00:02, 16.65it/s] 92%|█████████▏| 459/500 [00:27<00:02, 16.64it/s] 92%|█████████▏| 461/500 [00:27<00:02, 16.71it/s] 93%|█████████▎| 463/500 [00:27<00:02, 16.76it/s] 93%|█████████▎| 465/500 [00:27<00:02, 16.72it/s] 93%|█████████▎| 467/500 [00:28<00:01, 16.71it/s] 94%|█████████▍| 469/500 [00:28<00:01, 16.66it/s] 94%|█████████▍| 471/500 [00:28<00:01, 16.62it/s] 95%|█████████▍| 473/500 [00:28<00:01, 16.62it/s] 95%|█████████▌| 475/500 [00:28<00:01, 16.57it/s] 95%|█████████▌| 477/500 [00:28<00:01, 16.25it/s] 96%|█████████▌| 479/500 [00:28<00:01, 16.36it/s] 96%|█████████▌| 481/500 [00:28<00:01, 16.38it/s] 97%|█████████▋| 483/500 [00:29<00:01, 16.40it/s] 97%|█████████▋| 485/500 [00:29<00:00, 16.41it/s] 97%|█████████▋| 487/500 [00:29<00:00, 16.45it/s] 98%|█████████▊| 489/500 [00:29<00:00, 16.49it/s] 98%|█████████▊| 491/500 [00:29<00:00, 16.45it/s] 99%|█████████▊| 493/500 [00:29<00:00, 16.51it/s] 99%|█████████▉| 495/500 [00:29<00:00, 16.57it/s] 99%|█████████▉| 497/500 [00:29<00:00, 16.51it/s] 100%|█████████▉| 499/500 [00:30<00:00, 16.42it/s] 100%|██████████| 500/500 [00:30<00:00, 16.62it/s] [INFO] save model to logs/image_raw.ply. /root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.) return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] Tensor occ torch.Size([128, 128, 128]) torch.float32 cuda:0 ∈ [0.0, 42.78401565551758] μ = 0.4769812822341919 σ = 1.7373642921447754 [INFO] mesh cleaning: (54958, 3) --> (25216, 3), (109936, 3) --> (50452, 3) [INFO] marching cubes result: torch.Size([25216, 3]) (-0.6863464713096619-0.6637288331985474), torch.Size([50452, 3]) [INFO] unwrap uv... [INFO] save model to logs/image_raw.obj. [load_obj] use texture from: logs/image_raw_albedo.png [load_obj] load texture: (1024, 1024, 3) [Mesh loading] v: torch.Size([25216, 3]), f: torch.Size([50452, 3]) [Mesh loading] vn: torch.Size([25216, 3]), fn: torch.Size([50452, 3]) [Mesh loading] vt: torch.Size([29586, 2]), ft: torch.Size([50452, 3]) [INFO] load image from image_rgba.png... [INFO] loading zero123... Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s] Loading pipeline components...: 17%|█▋ | 1/6 [00:00<00:01, 4.60it/s] Loading pipeline components...: 33%|███▎ | 2/6 [00:00<00:00, 4.85it/s] Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 11.99it/s] [INFO] loaded zero123! 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:42, 1.15it/s] 4%|▍ | 2/50 [00:01<00:33, 1.42it/s] 6%|▌ | 3/50 [00:02<00:30, 1.54it/s] 8%|▊ | 4/50 [00:02<00:28, 1.61it/s] 10%|█ | 5/50 [00:03<00:27, 1.64it/s] 12%|█▏ | 6/50 [00:03<00:26, 1.67it/s] 14%|█▍ | 7/50 [00:04<00:25, 1.69it/s] 16%|█▌ | 8/50 [00:04<00:24, 1.70it/s] 18%|█▊ | 9/50 [00:05<00:23, 1.71it/s] 20%|██ | 10/50 [00:06<00:23, 1.72it/s] 22%|██▏ | 11/50 [00:06<00:22, 1.72it/s] 24%|██▍ | 12/50 [00:07<00:22, 1.72it/s] 26%|██▌ | 13/50 [00:07<00:21, 1.73it/s] 28%|██▊ | 14/50 [00:08<00:20, 1.73it/s] 30%|███ | 15/50 [00:08<00:20, 1.73it/s] 32%|███▏ | 16/50 [00:09<00:19, 1.73it/s] 34%|███▍ | 17/50 [00:10<00:19, 1.73it/s] 36%|███▌ | 18/50 [00:10<00:18, 1.73it/s] 38%|███▊ | 19/50 [00:11<00:17, 1.73it/s] 40%|████ | 20/50 [00:11<00:17, 1.73it/s] 42%|████▏ | 21/50 [00:12<00:16, 1.73it/s] 44%|████▍ | 22/50 [00:13<00:16, 1.73it/s] 46%|████▌ | 23/50 [00:13<00:15, 1.73it/s] 48%|████▊ | 24/50 [00:14<00:15, 1.73it/s] 50%|█████ | 25/50 [00:14<00:14, 1.73it/s] 52%|█████▏ | 26/50 [00:15<00:13, 1.73it/s] 54%|█████▍ | 27/50 [00:15<00:13, 1.73it/s] 56%|█████▌ | 28/50 [00:16<00:12, 1.72it/s] 58%|█████▊ | 29/50 [00:17<00:12, 1.72it/s] 60%|██████ | 30/50 [00:17<00:11, 1.72it/s] 62%|██████▏ | 31/50 [00:18<00:11, 1.71it/s] 64%|██████▍ | 32/50 [00:18<00:10, 1.72it/s] 66%|██████▌ | 33/50 [00:19<00:09, 1.72it/s] 68%|██████▊ | 34/50 [00:19<00:09, 1.73it/s] 70%|███████ | 35/50 [00:20<00:08, 1.73it/s] 72%|███████▏ | 36/50 [00:21<00:08, 1.73it/s] 74%|███████▍ | 37/50 [00:21<00:07, 1.73it/s] 76%|███████▌ | 38/50 [00:22<00:06, 1.73it/s] 78%|███████▊ | 39/50 [00:22<00:06, 1.73it/s] 80%|████████ | 40/50 [00:23<00:05, 1.73it/s] 82%|████████▏ | 41/50 [00:24<00:05, 1.73it/s] 84%|████████▍ | 42/50 [00:24<00:04, 1.73it/s] 86%|████████▌ | 43/50 [00:25<00:04, 1.73it/s] 88%|████████▊ | 44/50 [00:25<00:03, 1.74it/s] 90%|█████████ | 45/50 [00:26<00:02, 1.74it/s] 92%|█████████▏| 46/50 [00:26<00:02, 1.74it/s] 94%|█████████▍| 47/50 [00:27<00:01, 1.74it/s] 96%|█████████▌| 48/50 [00:28<00:01, 1.73it/s] 98%|█████████▊| 49/50 [00:28<00:00, 1.73it/s] 100%|██████████| 50/50 [00:29<00:00, 1.73it/s] 100%|██████████| 50/50 [00:29<00:00, 1.71it/s] [INFO] save model to logs/image.obj. [load_obj] use texture from: logs/image_albedo.png [load_obj] load texture: (1024, 1024, 3) [Mesh loading] v: torch.Size([25216, 3]), f: torch.Size([50452, 3]) [Mesh loading] vn: torch.Size([25216, 3]), fn: torch.Size([50452, 3]) 0%| | 0/1 [00:00<?, ?it/s] 0%| | 0/120 [00:00<?, ?it/s] 1%| | 1/120 [00:00<00:14, 8.50it/s] 8%|▊ | 9/120 [00:00<00:02, 45.93it/s] 14%|█▍ | 17/120 [00:00<00:01, 60.58it/s] 22%|██▏ | 26/120 [00:00<00:01, 70.06it/s] 30%|███ | 36/120 [00:00<00:01, 79.44it/s] 38%|███▊ | 45/120 [00:00<00:00, 81.64it/s] 45%|████▌ | 54/120 [00:00<00:00, 82.69it/s] 53%|█████▎ | 64/120 [00:00<00:00, 86.06it/s] 61%|██████ | 73/120 [00:00<00:00, 85.86it/s] 68%|██████▊ | 82/120 [00:01<00:00, 83.71it/s] 76%|███████▌ | 91/120 [00:01<00:00, 79.98it/s] 83%|████████▎ | 100/120 [00:01<00:00, 77.43it/s] 90%|█████████ | 108/120 [00:01<00:00, 75.79it/s] 97%|█████████▋| 116/120 [00:01<00:00, 74.46it/s] 100%|██████████| 120/120 [00:01<00:00, 74.83it/s] 100%|██████████| 1/1 [00:01<00:00, 1.60s/it] 100%|██████████| 1/1 [00:01<00:00, 1.60s/it] adding: logs/ (stored 0%) adding: logs/image_raw.ply(deflated 22%) adding: logs/image_raw.obj(deflated 74%) adding: logs/image_raw.mtl (deflated 20%) adding: logs/image_raw_albedo.png(deflated 4%) adding: logs/image.obj(deflated 74%) adding: logs/image.mtl (deflated 21%) adding: logs/image_albedo.png(deflated 2%)
Want to make some of these yourself?
Run this model