pose-residual-network icon indicating copy to clipboard operation
pose-residual-network copied to clipboard

Predict on my own data

Open alexgoft opened this issue 5 years ago • 2 comments

Hi, Thank you very much for your amazing job.

I've used python main.py to train the model. How can i use the weights to infer my own images? I do know how to load weights, but the input has to be (56, 36, 17).

If anyone have a code snippet it would be much appreciated.

Thank you!

alexgoft avatar Feb 27 '19 08:02 alexgoft

Hi @alexgoft , It's no possible to infer in your own image with the current code. The complete model isn't available. As I have the same need, I'm working on it by my own. But for now, I wasn't able to achieve the paper results.

If you or someone else want to contribute, please contact me.

IgorMunizS avatar Feb 28 '19 20:02 IgorMunizS

@IgorMunizS Were you able to achieve the paper results? Either accuracy or speed reported in the paper. Thank you.

arvkr avatar May 25 '20 01:05 arvkr