aimagelab / RefiNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baracca testing

dagle593 opened this issue · comments

Hi I'm trying to run the test on the pre-trained using the Baracca dataset when pickle file is loaded using np.load, its still a dictionary and its in that line of code within the Baracca.py file that tries to use a numpy array attribute on a dictionary.

debug1
debug2

Similarly, further down, in the code the iteration of the copy of skeleton dictionary, seemed like it is a numpy array. My question is does it successfully run for your testing using the Baracca dataset?

debug3

commented

I have the same issue

Hi @dagle593 @Ralbot , apologies for the issues you encountered. The code was based on an old internal version of the Baracca dataset instead of using the published format.

Could you please try to run the test again using the branch stefanopini/baracca_fix (PR #5 ). If it solves the issues for you, I will merge that into the master branch and close this issue.