MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
8.07k stars 1.98k forks source link

run ./run.sh error #23

Closed dalewen closed 6 years ago

dalewen commented 6 years ago

/home/liutl/torch7/install/bin/luajit: /home/liutl/torch7/install/share/lua/5.1/trepl/init.lua:389: module 'threads' not found:No LuaRocks module found for threads no field package.preload['threads'] no file '/home/liutl/.luarocks/share/lua/5.1/threads.lua' no file '/home/liutl/.luarocks/share/lua/5.1/threads/init.lua' no file '/home/liutl/torch7/install/share/lua/5.1/threads.lua' no file '/home/liutl/torch7/install/share/lua/5.1/threads/init.lua' no file './threads.lua' no file '/home/liutl/torch7/install/share/luajit-2.1.0-beta1/threads.lua' no file '/usr/local/share/lua/5.1/threads.lua' no file '/usr/local/share/lua/5.1/threads/init.lua' no file '/home/wanggw/.luarocks/share/lua/5.1/threads.lua' no file '/home/wanggw/.luarocks/share/lua/5.1/threads/init.lua' no file '/home/liutl/.luarocks/lib/lua/5.1/threads.so' no file '/home/liutl/torch7/install/lib/lua/5.1/threads.so' no file './threads.so' no file '/usr/local/lib/lua/5.1/threads.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file '/home/wanggw/.luarocks/lib/lua/5.1/threads.so' stack traceback: [C]: in function 'error' /home/liutl/torch7/install/share/lua/5.1/trepl/init.lua:389: in function 'require' main-alpha-pose.lua:1: in main chunk [C]: in function 'dofile' ...utl/torch7/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00406620 Traceback (most recent call last): File "parametric-pose-nms-MPII.py", line 256, in get_result_json(args) File "parametric-pose-nms-MPII.py", line 243, in get_result_json test_parametric_pose_NMS_json(delta1, delta2, mu, gamma,args.outputpath) File "parametric-pose-nms-MPII.py", line 99, in test_parametric_pose_NMS_json h5file = h5py.File(os.path.join(outputpath,"POSE/test-pose.h5"), 'r') File "/usr/local/lib/python2.7/dist-packages/h5py/_hl/files.py", line 269, in init fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr) File "/usr/local/lib/python2.7/dist-packages/h5py/_hl/files.py", line 99, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 78, in h5py.h5f.open IOError: Unable to open file (unable to open file: name = '/home/wanggw/Work/AlphaPose-master/AlphaPose-master/examples/results/POSE/test-pose.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) visualization... Traceback (most recent call last): File "json-video.py", line 63, in with open(jsonpath) as f: IOError: [Errno 2] No such file or directory: '/home/wanggw/Work/AlphaPose-master/AlphaPose-master/examples/results/POSE/alpha-pose-results-forvis.json' wanggw@liutl:~/Work/AlphaPose-master/AlphaPose-master$

Fang-Haoshu commented 6 years ago

luarocks install threads