Skip to content

Instantly share code, notes, and snippets.

@spolu
Last active August 29, 2015 14:08
Show Gist options
  • Save spolu/bdc4f17c46decf9f370c to your computer and use it in GitHub Desktop.
Save spolu/bdc4f17c46decf9f370c to your computer and use it in GitHub Desktop.
Post Detection Results
algorithm , avg.time, false_positive, false_negative, correct
----------------------------------------------------------------------
phash[10] , 254ms, 0, 8, 1092
phash[20] , 253ms, 0, 2, 1098
phash[30] , 253ms, 254, 0, 846
puzzle[0.4] , 44ms, 0, 6, 1094
puzzle[0.5] , 44ms, 3, 2, 1095
puzzle[0.6] , 42ms, 21, 1, 1078
phash-pp[20, 240] , 104ms, 0, 1, 1099
phash-pp[20, 120] , 80ms, 0, 2, 1098
phash-pp[20, 60] , 74ms, 0, 2, 1098
puzzle-pp[0.4, 240], 126ms, 0, 6, 1094
puzzle-pp[0.4, 120], 120ms, 0, 6, 1094
puzzle-pp[0.4, 60] , 114ms, 0, 6, 1094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment