Omer Moussaffi
Omer Moussaffi
@KhanMechAI Use: `grep -Ev '(#|^$)' $env_file_name` to skip comments and empty lines in the env file.
@uricamic : A small question: You suggest adding a call to `updateNFmipmap` prior to` detect_optimized`. But the latter function already includes a call to `updateNFmipmap`. And the `static_input` example you...
Well, you pointed **into** the `detect_optimized` function, which I suppose is the main API for extracting the features. So, am I correct in understanding that I don't need an extra...
I see. Thanks! Oh, and if I haven't mentioned it before - this package is really awesome.
I re-run my sample set with `optimizedFromPool` instead of `detect_optimized`. Got exactly the same results. And the score is always biased towards the NegativeHalfProfile. I've run a few thousand examples....
@uricamic I've tested a few of the images. Seems that when translating scores to Z-score (subtracting means, dividing by standard deviation), the best z-score does yield the best model match....
@uricamic I did testing with NIST face set 18 - which has right and left face profiles: https://catalog.data.gov/dataset/nist-mugshot-identification-database-mid-nist-special-database-18 The scoring is still bad. Even when translating into z-scores or tail...
I'm adding a sniplet of the code I'm using – in case there's a problem with it. From: Michal Uřičář [mailto:[email protected]] Sent: Tuesday, June 20, 2017 9:02 AM To: uricamic/clandmark...
Guo253, I had a similar problem. Installed CMake 3 from source on a different path and called it, and everything works.
I see. thanks. From reviewing the code I had the impression that the NormalizedFrame was constant size (per model type). Was I wrong?