Thank you for your great work, but I met some problems when trying to run the train.py, for example,
File "../data_gen/dataset.py", line 108, in getKpKeys
assert(0), category + " not supported"
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
But there is nothing wrong with running the dataset.py, could you tell me how to deal with the issue?
Thank you very much!
Thank you for your great work, but I met some problems when trying to run the train.py, for example,
File "../data_gen/dataset.py", line 108, in getKpKeys assert(0), category + " not supported" TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
But there is nothing wrong with running the dataset.py, could you tell me how to deal with the issue? Thank you very much!