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, I computed the NUC and Deviation using the downloaded dataset, and got:
NUC =[ 0.1838084 0.14496459 0.1288209 0.12053125 0.11626042 0.11429125
0.11369563]
AVG= 0.00696862273511
STD= 0.0092138266322
While in Table 1.Quantitative comparison on our collected dataset, the given values are
NUC = [0.174 0.138 0.122 0.115 0.112 0.110]
AVG=0.0063
STD=0.0053
It seems the NUC and STD are a little bigger....Did anyone get the same results with the paper?
I used your code to caculate NUC, it is much different....
NUC is
[ 1.18161424 0.72555931 0.55995192 0.44692123 0.37801268 0.31618401
0.28967513]
AVG= 0.128927902015
STD= 0.237026619374
why?
Hi, I computed the NUC and Deviation using the downloaded dataset, and got:
NUC =[ 0.1838084 0.14496459 0.1288209 0.12053125 0.11626042 0.11429125
0.11369563]
AVG= 0.00696862273511
STD= 0.0092138266322
While in Table 1.Quantitative comparison on our collected dataset, the given values are
NUC = [0.174 0.138 0.122 0.115 0.112 0.110]
AVG=0.0063
STD=0.0053
It seems the NUC and STD are a little bigger....Did anyone get the same results with the paper?
This is my code for computing NUC, mean and std of distance. https://github.com/jialancong/3D_Processing/blob/master/calc_NUC.py
https://github.com/jialancong/3D_Processing/blob/master/calc_Distance.py
The text was updated successfully, but these errors were encountered: