TF-DeepHand icon indicating copy to clipboard operation
TF-DeepHand copied to clipboard

TensorFlow implementation of Deep Hand (CVPR'16)

Results 2 TF-DeepHand issues
Sort by recently updated
recently updated
newest added

I am getting following error, any suggestions File "evaluation.py", line 80, in batched_input[j,:,:,:] = utils.preprocess_image(img, mean); File "/home/ashiqimran/Desktop/TF-DeepHand/deephand/utils.py", line 14, in preprocess_image img = cv2.resize(img, (227, 227)); cv2.error: OpenCV(3.4.2) /io/opencv/modules/imgproc/src/resize.cpp:4044:...

This work is very interesting. Would you mind introducing the detail of training process and releasing the training code?