You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to convert using the script below, but an error message appears.
If anyone knows, I would appreciate it if you could let me know.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
C:\Windows\system32>cd C:\Data\Project\3DMeshGenerate\DigitalTwin\instant-ngp-master\data\nerf
C:\Data\Project\3DMeshGenerate\DigitalTwin\instant-ngp-master\data\nerf>C:\Users\WORK\AppData\Local\Programs\Python\Python37\python C:\Data\Project\3DMeshGenerate\DigitalTwin\instant-ngp-master\scripts\run.py --scene fox/transforms_base.ingp --n_steps 1024 --save_mesh fox.obj
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
error message
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
14:31:35 SUCCESS Initialized CUDA 11.5. Active GPU is #0: NVIDIA GeForce RTX 3070 [86]
14:31:35 INFO Loading STBI image from fox\transforms_base.ingp
Traceback (most recent call last):
File "C:\Data\Project\3DMeshGenerate\DigitalTwin\instant-ngp-master\scripts\run.py", line 107, in
testbed.load_training_data(args.scene)
RuntimeError: unknown image type
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Beta Was this translation helpful? Give feedback.
All reactions