You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: