hand_detector_train icon indicating copy to clipboard operation
hand_detector_train copied to clipboard

Hand Keypoint Detector trained with Tensorflow

Results 9 hand_detector_train issues
Sort by recently updated
recently updated
newest added

np_resource = np.dtype([("resource", np.ubyte, 1)]) [2021-03-01 21:48:18,200] [train] [INFO] define model+ [0301 21:48:18 @parallel.py:219] [MultiProcessRunner] Will fork a dataflow more than one times. This assumes the datapoints are i.i.d. Traceback...

The CMU Panoptic website (domedb.perception.cs.cmu.edu/panopticDB/) and all of its subpages has been unstable over the last several months, and has been down for the last few days. Bummer. Does anyone...

Thanks for the post. I am very much interested to see result for hand keypoint detection. I tried to train myself with the synthetic dataset but I could not because...

From what I know, the open pose network outputs 22x2, i.e 2d coordinates for each keypoint. Why does it use 3d coordinates from the hand keypoints from the synth hands?

It just output the wrist keypoint, other keypoints don't show when testing many images. Why?

I'm doing your hand_detector_train readme process. when I run !python3 train.py --datapath='/content/hand_detector_train/hand_labels_synth' It generated error like File "/usr/local/lib/python3.6/dist-packages/tensorpack/compat/__init__.py", line 32, in tfv1 = tf.compat.v1 AttributeError: module 'tensorflow.python.util.compat' has no attribute...

Hi, in line 29 of the file hands_metadata.py, there are two number 7. Is there some error? To my understanding, the first number 7 shouled be replaced by 6, which...