ys7yoo / deeppose_old

DeepPose implementation on TensorFlow. Original Paper http://arxiv.org/abs/1312.4659
Other
0 stars 4 forks source link

Valid points #11

Open ys7yoo opened 6 years ago

ys7yoo commented 6 years ago
Traceback (most recent call last):
  File "/home/yyoo/src/deeppose/scripts/train.py", line 234, in <module>
    main(sys.argv[1:])
  File "/home/yyoo/src/deeppose/scripts/train.py", line 229, in main
    output_dir=args.o_dir
  File "/home/yyoo/src/deeppose/scripts/train.py", line 73, in train_loop
    tag_prefix='test')
  File "/home/yyoo/src/deeppose/scripts/regressionnet.py", line 434, in evaluate_pcp
    raise ValueError('For testing All Ground Truth joints must be valid!')
ValueError: For testing All Ground Truth joints must be valid!
ys7yoo commented 6 years ago

Ignore for now...