data = _fetch_dataset[index]
File "/home/yyoo/tf8/lib/python3.5/site-packages/chainer/dataset/dataset_mixin.py", line 67, in __getitem__
return self.get_example(index)
File "/home/yyoo/src/deeppose/scripts/dataset.py", line 412, in get_example
shift=shift)
File "/home/yyoo/src/deeppose/scripts/dataset.py", line 344, in apply_cropping
check_bounds(joints, x, y, x + w, y + h)
File "/home/yyoo/src/deeppose/scripts/dataset.py", line 459, in check_bounds
'max={} > {}'.format(joints[:, 0].max(), x + w - exclude_upper_bound)
AssertionError: max=334.0 > 333
met_n10_ub_flip_alexnet_imagenet_gpu1