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
k=0ij=0iflen(junk):
# decrease positions of positives based on the number of# junk images appearing before themip=0whileip<len(pos):
whileij<len(junk) andpos[ip] >junk[ij]:
k+=1ij+=1pos[ip] =pos[ip] -kip+=1
The text was updated successfully, but these errors were encountered:
@liyongqing-1101
In the evaluation protocol it is stated that images considered junk are not taken into consideration upon computing the map.
At least that is my take from the paper https://arxiv.org/pdf/1803.11285.pdf.
The text was updated successfully, but these errors were encountered: