zju3dv/mvpose

Low Actor Precision

B10532021 opened this issue · 0 comments

Hi!
Thanks for your code, it's amazing!
However, I've start evaluate the Campus Dataset by running python evaluate.py.
The Actor Average Precision is about 0.6 to 0.8, its not high as the score mentioned in the paper
Is there any parameters need to be revised?
I use the configuration below to evaluate:
joint_num = 17
rerank = True
use_mincut = False
metric = 'circle'
testing_on = 'Campus'
reprojection_refine = True
refine_threshold = 1
semantic_matching = False
match_SVT = True
dual_stochastic_SVT = False
lambda_SVT = 50
alpha_SVT = 0.5
eta = 1.5
beta = 0.5
use_bundle = False
spectral = True
hybrid = False
Can someone help?