depth-pose-estimation
depth-pose-estimation copied to clipboard
Human pose estimation from a single depth image.
Results
2
depth-pose-estimation issues
Sort by
recently updated
recently updated
newest added
in models/random-tree-walks/rtw.py, after train model and testing, you write "y_pred[:, :, 2] = y_test[:, :, 2]", you make truth Z copyTo pred, so can I understand that this model can't...