pose-tensorflow icon indicating copy to clipboard operation
pose-tensorflow copied to clipboard

How to save test result and evaluate on LSP dataset?

Open zilesazoyi2 opened this issue 8 years ago • 3 comments

Thanks for you code !\(^o^)/~really help me a lot

I want to save the test result use test.py and i cant find predictions.mat.Could you give me some advice?

scipy.io.savemat('predictions.mat', mdict={'joints': predictions})

sun@sunwin:~/0newcodedown/pose-tensorflow-mastermy$ python eval_pck.py Traceback (most recent call last): File "eval_pck.py", line 8, in from dataset.factory import create as dataset_create ImportError: No module named dataset.factory sun@sunwin:~/0newcodedown/pose-tensorflow-mastermy$ python test.py Traceback (most recent call last): File "test.py", line 10, in from dataset.factory import create as create_dataset ImportError: No module named dataset.factory

zilesazoyi2 avatar Oct 13 '17 04:10 zilesazoyi2

@zilesazoyi2 can you please guide how to test on LSP dataset? Can you show the steps?

monajalal avatar May 01 '18 09:05 monajalal

Great,I have the same idea with you.Now I am fallowing your work.Can you share your method.Thank you so much.

ZP-Guo avatar Oct 18 '19 02:10 ZP-Guo

Great,I have the same idea with you.Now I am fallowing your work.Can you share your method.Thank you so much.

Oh, I do it. Just to modify mpii files and the train.py can run.

ZP-Guo avatar Oct 18 '19 09:10 ZP-Guo