lmb-freiburg / freihand

A dataset for estimation of hand pose and shape from single color images.
https://lmb.informatik.uni-freiburg.de/projects/freihand/
380 stars 77 forks source link

Submission error: 'NoneType' is not iterable #15

Open SeanChenxy opened 4 years ago

SeanChenxy commented 4 years ago

Hi, thanks for your excellent work. When I submit pred.zip file following README.md, I get the error:

Traceback (most recent call last):
  File "/worker/worker.py", line 330, in run
    if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable

Could you help me to solve it?