pose-residual-network
pose-residual-network copied to clipboard
Predict on my own data
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!
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 Were you able to achieve the paper results? Either accuracy or speed reported in the paper. Thank you.