depth-pose-estimation
depth-pose-estimation copied to clipboard
How can you do this!?
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 pred Z well? or some other problem?