timctho / convolutional-pose-machines-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'module' object has no attribute 'make_gaussian'

Suraj520 opened this issue · comments

commented

When I run the modify version of create_cpm_tfr_fulljoints.py script in utils folder to train my custom model, It throws back an error. Obviously, there is no make_gaussian defined in utils rather it is defined in cpm_utils.py. But the function defined in cpm_utils.py accepts 3 arguments but the function make_gaussian invoked in cpm_tfr_fulljoints.py provides 4 arguments, which throws an error.