-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why is Finalization function's time limited 40000 sec ? #114
Comments
Time is limited because a developers might choose to do an expensive computation instead of a copy.
From: shritor ***@***.***>
Date: Wednesday, November 1, 2023 at 6:17 AM
To: usnistgov/frvt ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [usnistgov/frvt] why is Finalization function's time limited 40000 sec ? (Issue #114)
enroll function in validate1N.cpp call createTemplate from list ppm in input file then write into edb file and manifest.
my createTemplate function, I created Feature Vector.
and I used initializeIdentification func to read edb and manifest, init search algorithms when Search Initialization
I think finalization is used to re-write edb and manifest.
—
Reply to this email directly, view it on GitHub<#114>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVZFNLPKKDKPW63BJYY4ELYCIOTXAVCNFSM6AAAAAA6ZB3KI2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TEMBYGQ4DQOI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@paddygr |
Accuracy is very poor; it’s not a good use of resources to run at large N.
From: shritor ***@***.***>
Date: Sunday, June 9, 2024 at 9:48 PM
To: usnistgov/frvt ***@***.***>
Cc: Grother, Patrick J. (Fed) ***@***.***>, Mention ***@***.***>
Subject: Re: [usnistgov/frvt] why is Finalization function's time limited 40000 sec ? (Issue #114)
@paddygr<https://github.com/paddygr>
Screenshot.from.2024-06-05.11-27-59.png (view on web)<https://github.com/usnistgov/frvt/assets/149577702/e75a8fac-96e7-4e37-941c-26c2c73ec71a>
Can you tell me why there is no result of 3M and 12M vector ? alttekglobal_000
—
Reply to this email directly, view it on GitHub<#114 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVZFNN2KAPINBRMOVJKLEDZGUAVBAVCNFSM6AAAAABJBMK5BKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJXGAZTGOBTGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
enroll function in validate1N.cpp call createTemplate from list ppm in input file then write into edb file and manifest.
My createTemplate function, I created Feature Vector.
I used initializeIdentification func to read edb and manifest, init search algorithms when Search Initialization
I think finalization is used to re-write edb and manifest.
The text was updated successfully, but these errors were encountered: