facebookresearch / pifuhd

High-Resolution 3D Human Digitization from A Single Image.
Other
9.5k stars 1.44k forks source link

can't run locally #81

Closed Ceztio closed 3 years ago

Ceztio commented 3 years ago

I have tried for hours now. But i get the same error locally on the command "sh ./scripts/demo.sh"

C:\Users\pette\Desktop\pifuhd-master>sh ./scripts/demo.sh Traceback (most recent call last): File "C:\Users\pette\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\pette\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\pette\Desktop\pifuhd-master\apps\simple_test.py", line 30, in reconWrapper(cmd, args.use_rect) File "C:\Users\pette\Desktop\pifuhd-master\apps\recon.py", line 220, in reconWrapper recon(opt, use_rect) File "C:\Users\pette\Desktop\pifuhd-master\apps\recon.py", line 163, in recon raise Exception('failed loading state dict!', state_dict_path) Exception: ('failed loading state dict!', './checkpoints/pifuhd.pt') Traceback (most recent call last): File "C:\Users\pette\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\pette\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\pette\Desktop\pifuhd-master\apps\render_turntable.py", line 69, in renderer = ColorRender(width=args.width, height=args.height) File "C:\Users\pette\Desktop\pifuhd-master\lib\render\gl\color_render.py", line 34, in init CamRender.init(self, width, height, name, program_files=program_files) File "C:\Users\pette\Desktop\pifuhd-master\lib\render\gl\cam_render.py", line 32, in init Render.init(self, width, height, name, program_files, color_size, ms_rate) File "C:\Users\pette\Desktop\pifuhd-master\lib\render\gl\render.py", line 41, in init glutInit() File "C:\Users\pette\AppData\Local\Programs\Python\Python38\lib\site-packages\OpenGL\GLUT\special.py", line 333, in glutInit _base_glutInit( ctypes.byref(count), holder ) File "C:\Users\pette\AppData\Local\Programs\Python\Python38\lib\site-packages\OpenGL\platform\baseplatform.py", line 423, in call raise error.NullFunctionError( OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling

hfarhidzadeh commented 3 years ago

@DoubleTPeter How did you fix this? OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling

Ceztio commented 3 years ago

@hfarhidzadeh I found this tutorial. And just followed it with every step: https://www.youtube.com/watch?v=zzgCoyYyuN0&ab_channel=bycloudump