deeppose
deeppose copied to clipboard
DeepPose implementation in Chainer
- This PR resolves #41 (Fix the URL of tr_plus_indices.mat)
I trained lsp dataset with default parameters. The test error is large. Do you have appropriate model or parameters for lsp dataset ? Thanks!
transform.py is needed in evaluate_flic.py, but it is missing in scripts/. Where did it go??
I agree, this is a Pyhton 3 project. Does anyone know how to move forward with the training with Chainer. If you help me, I may become a Chainer fan...
Hey i have downloaded the whole code and data set but i dont know how to train or run it because there is no read me file or proper instruction...
Hello! I am testing with your code, however I got dtype typeerror when training with shell scripts.. Is there any solution that I can fix this? ----------------------------------------------------------------------------------------------------------------- File "/home/seungheelee/download/caffe/scripts/dataset.py", line...
URL for "LSP Extended Training Dataset" seems to be no longer valid. https://github.com/mitmul/deeppose/blob/fcf53afd9c8d66d57c19c9d5af85206d5363c48b/datasets/download.sh#L18
Error happened when I tried to run `train_lsp.sh` file, it said `cuda error or invalid device: invalid device ordinal` I use Cygwin on windows 10. GPU is GTX 1070, and...
Please tell me how to predict using static images. ($ python ***. py )
Is it possible to use it for predicting an action from a real-time video feed?(something like checking if a person is running) I am very new to this field and...