We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strangely i am getting the error when i tried executing the below command
threefiner sd --mesh /root/abrar/refine_mesh_gen/rocking_chair/tmpn3npggh2.obj --prompt 'a rocking chair' --outdir logs --save rocking_chair.glb
/root/abrar/refine_mesh_gen/finer/lib/python3.10/site-packages/torch/utils/cpp_extension.py:1967: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation. If this is not desired, please set os.environ['TORCH_CUDA_ARCH_LIST']. warnings.warn( [INFO] load obj mesh: use texture from: /root/abrar/refine_mesh_gen/rocking_chair/tmpn3npggh2.png [INFO] load obj mesh: load texture: (1024, 1024, 3) [INFO] load mesh, v: torch.Size([49710, 3]), f: torch.Size([99380, 3]) [INFO] load mesh, vn: torch.Size([49710, 3]), fn: torch.Size([99380, 3]) [INFO] load mesh, vt: torch.Size([66576, 2]), ft: torch.Size([99380, 3]) Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Strangely i am getting the error when i tried executing the below command
threefiner sd --mesh /root/abrar/refine_mesh_gen/rocking_chair/tmpn3npggh2.obj --prompt 'a rocking chair' --outdir logs --save rocking_chair.glb
/root/abrar/refine_mesh_gen/finer/lib/python3.10/site-packages/torch/utils/cpp_extension.py:1967: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation. If this is not desired, please set os.environ['TORCH_CUDA_ARCH_LIST']. warnings.warn( [INFO] load obj mesh: use texture from: /root/abrar/refine_mesh_gen/rocking_chair/tmpn3npggh2.png [INFO] load obj mesh: load texture: (1024, 1024, 3) [INFO] load mesh, v: torch.Size([49710, 3]), f: torch.Size([99380, 3]) [INFO] load mesh, vn: torch.Size([49710, 3]), fn: torch.Size([99380, 3]) [INFO] load mesh, vt: torch.Size([66576, 2]), ft: torch.Size([99380, 3]) Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: