Open mahdinobar opened 4 years ago
The pretrained model should give similar results compared to the ones reported in the paper. In your code you use docom=False
which does not include the detection step and uses groundtruth crops. Please try docom=True
and set the comref
network, and check if the results are more similar to the reported results.
When I evaluate the pre-trained models for the ICVL and NYU datasets using
main_icvl_posereg_embedding.py
andmain_nyu_posereg_embedding.py
, I get the mean errors 6.41 mm and 4.1 mm whereas at your paper you have mean errors 8.1 and 12.3 mm, respectively. I was wondering whether the estimator has been improved or how it could happen?PS I use the code as follows:
`