convolutional-pose-machines-tensorflow
convolutional-pose-machines-tensorflow copied to clipboard
run demo_cmp_body.py error
when i run demo_cmp_body.py ,there is such a problem:
absl.flags._exceptions.IllegalFlagValueError: flag --kalman_noise=0.03: Expect argument to be a string or int, found <class 'float'>
I don't know how to solve it. Hope anyone can help.Thanks!!!
I am also facing same error. Have you got anything @zhouzhubin ?
@008karan line 49 tf.app.flags.DEFINE_integer('kalman_noise', default_value=3e-2, docstring='Kalman filter noise value')
change tf.app.flags.DEFINE_float('kalman_noise', default_value=3e-2, docstring='Kalman filter noise value')