Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.68 KB

faq.md

File metadata and controls

36 lines (20 loc) · 1.68 KB

AlphaPose - Frequently Asked Question (FAQ)

FAQ

  1. test-pose.h5 not found
  2. alpha-pose-results-forvis.json not found
  3. module 'xx' not found:No LuaRocks module found for 'xx'
  4. th: command not found

FAQ

test-pose.h5 not found

Q: - I get an error similar to: IOError: Unable to open file (Unable to open file: name = '..../AlphaPose/examples/results/pose/test-pose.h5.

A: test-pose.h5 is an intermediate file generated by our program. So the most possible problem is that the program is not installed correctly. Check if torch or tensorflow(>1.2) are installed, see #10 for instructions for installing torch properly. Also, check the error log and see if there are errors like Q3.

alpha-pose-results-forvis.json not found

Q: - I get an error similar to: IOError: [Errno 2] No such file or directory: '..../AlphaPose/examples/results/POSE/alpha-pose-results-forvis.json'.

A: Same as Q1

module 'xx' not found:No LuaRocks module found for 'xx'

Q: - I get an error similar to: module 'xx' not found:No LuaRocks module found for xx.

A: Try luarocks install xx. If it does not work, you can google this error and see what module you should install using luarocks.

th: command not found

Q: - I get an error similar to: th: command not found.

A: See #10 for instructions for installing torch properly