url
stringlengths
52
54
repository_url
stringclasses
1 value
labels_url
stringlengths
66
68
comments_url
stringlengths
61
63
events_url
stringlengths
59
61
html_url
stringlengths
42
44
id
int64
203M
2.43B
node_id
stringlengths
18
24
number
int64
1
141
title
stringlengths
12
122
user
dict
labels
sequencelengths
0
0
state
stringclasses
2 values
locked
bool
1 class
assignee
null
assignees
sequencelengths
0
0
milestone
null
comments
sequencelengths
0
30
created_at
unknown
updated_at
unknown
closed_at
unknown
author_association
stringclasses
2 values
active_lock_reason
null
draft
bool
0 classes
pull_request
dict
body
stringlengths
0
17.4k
reactions
dict
timeline_url
stringlengths
61
63
performed_via_github_app
null
state_reason
stringclasses
1 value
https://api.github.com/repos/usnistgov/frvt/issues/28
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/28/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/28/comments
https://api.github.com/repos/usnistgov/frvt/issues/28/events
https://github.com/usnistgov/frvt/issues/28
586,192,939
MDU6SXNzdWU1ODYxOTI5Mzk=
28
validation script doesn't link dependency libraries
{ "login": "suryafyi", "id": 7610546, "node_id": "MDQ6VXNlcjc2MTA1NDY=", "avatar_url": "https://avatars.githubusercontent.com/u/7610546?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suryafyi", "html_url": "https://github.com/suryafyi", "followers_url": "https://api.github.com/users/suryafyi/followers", "following_url": "https://api.github.com/users/suryafyi/following{/other_user}", "gists_url": "https://api.github.com/users/suryafyi/gists{/gist_id}", "starred_url": "https://api.github.com/users/suryafyi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/suryafyi/subscriptions", "organizations_url": "https://api.github.com/users/suryafyi/orgs", "repos_url": "https://api.github.com/users/suryafyi/repos", "events_url": "https://api.github.com/users/suryafyi/events{/privacy}", "received_events_url": "https://api.github.com/users/suryafyi/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "You can use rpath=$ORIGIN, but you need to link your submission library against any 3rd party libraries that are required. For example:\r\n\r\nset (CMAKE_SHARED_LINKER_FLAGS \"-Wl,-rpath,$ORIGIN\")\r\nadd_library (frvt_11_null_001 SHARED nullimplfrvt11.cpp)\r\ntarget_link_libraries(frvt_11_null_001 thirdpartylib1.so thirdpartylib2.so thirdpartylib3.so)\r\n", "I have a model folder 'my_model' stored in ./lib \r\nBut when I apply the codes above in the CMakeLists.txt in nullImpl folder\r\n\r\nset (CMAKE_SHARED_LINKER_FLAGS \"-Wl,-rpath,$ORIGIN\")\r\nadd_library (frvt_11_null_001 SHARED nullimplfrvt11.cpp)\r\ntarget_link_libraries(frvt_11_null_001 ${OpenCV_LIBS} ${PYTHON_LIBRARIES} my_model)\r\n\r\nIt gives an error while compiling with './scripts/build_null_impl.sh':\r\n/usr/bin/ld: cannot find -lmy_model\r\n\r\nBasically my embedded Python codes are calling the model directory to load into Tensorflow.\r\n", "This GitHub isn't intended for helping you learn Cmake :/\r\nUnless libmy_model.so is a library, you don't need to add it to link libraries." ]
"2020-03-23T13:03:55"
"2022-10-28T18:33:12"
"2020-03-23T17:02:11"
NONE
null
null
null
Even if I place my 3rd party dependencies (*.so) under ./lib, the compile_and_link.sh script (invoked while running run_validate_11.sh) only takes the implementation library and I get a lot of undefined references. Am I missing something? Please help.
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/28/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/28/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/27
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/27/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/27/comments
https://api.github.com/repos/usnistgov/frvt/issues/27/events
https://github.com/usnistgov/frvt/issues/27
586,090,219
MDU6SXNzdWU1ODYwOTAyMTk=
27
All faces need to be detected before submission?
{ "login": "anguoyang", "id": 7838082, "node_id": "MDQ6VXNlcjc4MzgwODI=", "avatar_url": "https://avatars.githubusercontent.com/u/7838082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anguoyang", "html_url": "https://github.com/anguoyang", "followers_url": "https://api.github.com/users/anguoyang/followers", "following_url": "https://api.github.com/users/anguoyang/following{/other_user}", "gists_url": "https://api.github.com/users/anguoyang/gists{/gist_id}", "starred_url": "https://api.github.com/users/anguoyang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anguoyang/subscriptions", "organizations_url": "https://api.github.com/users/anguoyang/orgs", "repos_url": "https://api.github.com/users/anguoyang/repos", "events_url": "https://api.github.com/users/anguoyang/events{/privacy}", "received_events_url": "https://api.github.com/users/anguoyang/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "The validation package contains these edge-case images to make sure your algorithm doesn't crash. The validation script will only output a warning message for the images that didn't not successfully generate a template, but it will proceed to generate a submission package. The warnings outputted are for your information in case you detect unexpected behavior.", "@anguoyang Per the API: [https://pages.nist.gov/frvt/api/FRVT_ongoing_11_api_4.0.pdf], section 4.4.3, even when unable to extract features (and you return a non-successful return code), the output shall be a template that may be passed to the matchTemplates() function without error. That is, this routine must internally encode \"template creation failed\" and the matcher must transparently handle this.", "@mlngan thank you, now it works.\r\nAnother minor question, can we put the .so file into config directory? most .so files are in ./lib , but there is also a .so file loaded with model files during initialization, could we put that .so into config directory? or we MUST put all .so into ./lib? currently we put it into config and run successfully and generated the package", "@anguoyang Your primary libfrvt_11_xxx_xxx.so file needs to go into the ./lib folder. If you have libraries that are needed by your models stored in the ./config folder, those can reside in the ./config folder.", "@mlngan \r\nI have one additional .so file of only 4MB in the lib/ directory in addition to libfrvt_11_xxx_xxx.so. Will that be acceptable as a valid submission? Or is there a hard requirement of only one file in lib directory? ", "You can have an unlimited number of files lib/\n\n\nFrom: sam7177 ***@***.***>\nDate: Wednesday, May 26, 2021 at 19:23\nTo: usnistgov/frvt ***@***.***>\nCc: Subscribed ***@***.***>\nSubject: Re: [usnistgov/frvt] All faces need to be detected before submission? (#27)\n\n@mlngan<https://github.com/mlngan>\nI have one additional .so file of only 4MB in the lib/ directory in addition to libfrvt_11_xxx_xxx.so. Will that be acceptable as a valid submission? Or is there a hard requirement of only one file in lib directory?\n\n—\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/usnistgov/frvt/issues/27#issuecomment-849183804>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVZFNOUNCVTWX3OXW62NQ3TPV7G3ANCNFSM4LRYBO3A>.\n" ]
"2020-03-23T10:14:34"
"2021-05-26T23:35:16"
"2020-03-23T12:17:39"
NONE
null
null
null
hi @mlngan sorry for interrupt you again. When I run the run_validate_11.sh, it seems that all the faces need to be detected before generate the submission package, the problem is: some of the face images are actually white/black blank or too small for detection or 90 angles which is also difficult for detection, I return the "FacedetectionError" but it seems unless we detect all the face images otherwise will not generate the submission package, please correct me if I am wrong. thank you
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/27/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/27/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/26
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/26/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/26/comments
https://api.github.com/repos/usnistgov/frvt/issues/26/events
https://github.com/usnistgov/frvt/issues/26
582,140,373
MDU6SXNzdWU1ODIxNDAzNzM=
26
What does std::vector<float> fv mean?
{ "login": "anguoyang", "id": 7838082, "node_id": "MDQ6VXNlcjc4MzgwODI=", "avatar_url": "https://avatars.githubusercontent.com/u/7838082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anguoyang", "html_url": "https://github.com/anguoyang", "followers_url": "https://api.github.com/users/anguoyang/followers", "following_url": "https://api.github.com/users/anguoyang/following{/other_user}", "gists_url": "https://api.github.com/users/anguoyang/gists{/gist_id}", "starred_url": "https://api.github.com/users/anguoyang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anguoyang/subscriptions", "organizations_url": "https://api.github.com/users/anguoyang/orgs", "repos_url": "https://api.github.com/users/anguoyang/repos", "events_url": "https://api.github.com/users/anguoyang/events{/privacy}", "received_events_url": "https://api.github.com/users/anguoyang/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "The code snippet with the feature vector is just an example showing one way of storing a vector of floats into a vector of uint8_t. Regardless of the number of faces contained within the Multiface (vectors of faces), your algorithm should return a single template. The template could be N number of feature vectors extracted out of N number of face images concatenated together, it could be a fusion of all your feature vectors into a single feature vector, we don't know or care about those details. \r\n\r\nPlease note that for most face images, we expect only a single face to be in the photo. In the rare event that more than one face is detected in an image, features should be extracted from the foreground face, that is, the largest face in the image.", ">> The template could be N number of feature vectors extracted out of N number of face images concatenated together, it could be a fusion of all your feature vectors into a single feature vector, we don't know or care about those details.\r\n\r\nDo faces contained within the Multiface belong to the same person @mlngan?\r\nThis information is very important to be clear because I can fuse all feature vectors into a single feature vector of the same person only.", "Yes, all faces contained within the Multiface will belong to the same person." ]
"2020-03-16T09:35:50"
"2021-06-01T12:26:08"
"2020-03-16T12:08:54"
NONE
null
null
null
In your example code in nullImplFRVT11::createTemplate: std::vector<float> fv = {1.0, 2.0, 8.88, 765.88989}; const uint8_t* bytes = reinterpret_cast<const uint8_t*>(fv.data()); int dataSize = sizeof(float) * fv.size(); templ.resize(dataSize); memcpy(templ.data(), bytes, dataSize); It seems that fv represent the face feature array right? however there are multi faces(const Multiface &faces), I just wonder why only one feature array here, however for the eye coordinates, it does: for (unsigned int i=0; i<faces.size(); i++) { eyeCoordinates.push_back(EyePair(true, true, i, i, i+1, i+1)); } from the parameter, it seems multi-face with only single feature array(std::vector<uint8_t> &templ), which I am really confusing, could you kindly help me? thank you
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/26/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/26/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/25
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/25/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/25/comments
https://api.github.com/repos/usnistgov/frvt/issues/25/events
https://github.com/usnistgov/frvt/issues/25
580,466,167
MDU6SXNzdWU1ODA0NjYxNjc=
25
GPU is not supported?
{ "login": "anguoyang", "id": 7838082, "node_id": "MDQ6VXNlcjc4MzgwODI=", "avatar_url": "https://avatars.githubusercontent.com/u/7838082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anguoyang", "html_url": "https://github.com/anguoyang", "followers_url": "https://api.github.com/users/anguoyang/followers", "following_url": "https://api.github.com/users/anguoyang/following{/other_user}", "gists_url": "https://api.github.com/users/anguoyang/gists{/gist_id}", "starred_url": "https://api.github.com/users/anguoyang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anguoyang/subscriptions", "organizations_url": "https://api.github.com/users/anguoyang/orgs", "repos_url": "https://api.github.com/users/anguoyang/repos", "events_url": "https://api.github.com/users/anguoyang/events{/privacy}", "received_events_url": "https://api.github.com/users/anguoyang/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "Correct, we only accept CPU-based algorithms now. Yes, the processors we use support AVX2." ]
"2020-03-13T09:11:17"
"2020-03-13T12:08:28"
"2020-03-13T12:08:28"
NONE
null
null
null
There is no support on GPU now, does it mean that you only accept the algorithms in CPU? by the way, what is the CPU model, especially, does it support AVX2? thank you. @mlngan
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/25/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/25/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/24
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/24/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/24/comments
https://api.github.com/repos/usnistgov/frvt/issues/24/events
https://github.com/usnistgov/frvt/issues/24
572,093,998
MDU6SXNzdWU1NzIwOTM5OTg=
24
library path
{ "login": "buganini", "id": 72935, "node_id": "MDQ6VXNlcjcyOTM1", "avatar_url": "https://avatars.githubusercontent.com/u/72935?v=4", "gravatar_id": "", "url": "https://api.github.com/users/buganini", "html_url": "https://github.com/buganini", "followers_url": "https://api.github.com/users/buganini/followers", "following_url": "https://api.github.com/users/buganini/following{/other_user}", "gists_url": "https://api.github.com/users/buganini/gists{/gist_id}", "starred_url": "https://api.github.com/users/buganini/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/buganini/subscriptions", "organizations_url": "https://api.github.com/users/buganini/orgs", "repos_url": "https://api.github.com/users/buganini/repos", "events_url": "https://api.github.com/users/buganini/events{/privacy}", "received_events_url": "https://api.github.com/users/buganini/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "Hey, I have a similar problem where I'm not able to link against 3rdparty libraries. How did you solve it? Can you help?", "I set environment variable outside like: env LD_LIBRARY_PATH=lib ./scripts/run_testdriver.sh\r\nNot sure how NIST handle this, though.", "What I did to get rid of that problem is to link against 3rdpart libraries statically. " ]
"2020-02-27T13:43:45"
"2021-02-01T22:24:45"
"2020-03-04T20:03:36"
NONE
null
null
null
Please explicitly set LD_LIBRARY_PATH in run_testdriver.sh so that it can be used with 3rd libraries without modification or question. Or is it safe to use -rpath=$ORIGIN ?
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/24/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/24/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/23
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/23/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/23/comments
https://api.github.com/repos/usnistgov/frvt/issues/23/events
https://github.com/usnistgov/frvt/issues/23
566,811,603
MDU6SXNzdWU1NjY4MTE2MDM=
23
Example file version.txt in folder doc
{ "login": "kotbegemot", "id": 958279, "node_id": "MDQ6VXNlcjk1ODI3OQ==", "avatar_url": "https://avatars.githubusercontent.com/u/958279?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kotbegemot", "html_url": "https://github.com/kotbegemot", "followers_url": "https://api.github.com/users/kotbegemot/followers", "following_url": "https://api.github.com/users/kotbegemot/following{/other_user}", "gists_url": "https://api.github.com/users/kotbegemot/gists{/gist_id}", "starred_url": "https://api.github.com/users/kotbegemot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kotbegemot/subscriptions", "organizations_url": "https://api.github.com/users/kotbegemot/orgs", "repos_url": "https://api.github.com/users/kotbegemot/repos", "events_url": "https://api.github.com/users/kotbegemot/events{/privacy}", "received_events_url": "https://api.github.com/users/kotbegemot/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "I don't have an example. Version.txt should contain vendor-specific information on the specific algorithm that is being sent for testing.", "Thanks for the help.", "@kotbegemot have you solved it? it is Okay that just put, for example 1.0.0 in the first line of Version.txt? @mlngan ", "yes - the information is supposed to keep track of the version of your algorithm submitted." ]
"2020-02-18T10:57:03"
"2020-03-25T11:21:45"
"2020-02-18T15:36:49"
NONE
null
null
null
Is there an example of filling in a version.txt file in the doc folder ?
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/23/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/23/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/22
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/22/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/22/comments
https://api.github.com/repos/usnistgov/frvt/issues/22/events
https://github.com/usnistgov/frvt/issues/22
566,810,021
MDU6SXNzdWU1NjY4MTAwMjE=
22
A limitation of the library on a thread of execution
{ "login": "kotbegemot", "id": 958279, "node_id": "MDQ6VXNlcjk1ODI3OQ==", "avatar_url": "https://avatars.githubusercontent.com/u/958279?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kotbegemot", "html_url": "https://github.com/kotbegemot", "followers_url": "https://api.github.com/users/kotbegemot/followers", "following_url": "https://api.github.com/users/kotbegemot/following{/other_user}", "gists_url": "https://api.github.com/users/kotbegemot/gists{/gist_id}", "starred_url": "https://api.github.com/users/kotbegemot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kotbegemot/subscriptions", "organizations_url": "https://api.github.com/users/kotbegemot/orgs", "repos_url": "https://api.github.com/users/kotbegemot/repos", "events_url": "https://api.github.com/users/kotbegemot/events{/privacy}", "received_events_url": "https://api.github.com/users/kotbegemot/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "If the additional thread from mxnet isn't doing any work, it should be fine. We will assess the threading situation on a case-by-case basis.", "Thanks for the help." ]
"2020-02-18T10:54:19"
"2020-02-18T15:49:27"
"2020-02-18T15:34:35"
NONE
null
null
null
We use mxnet to implement machine learning. We have made sure that mxnet does not generate a large number of threads for calculations. However, we are showing a warning from the verification script : ```bash [WARNING] We've detected that your software may be threading or using other multiprocessing techniques during template creation. The number of threads detected was 3 and it should be 2. Per the API document, implementations must run single-threaded. In the test environment, there is no advantage to threading, because NIST will distribute workload across multiple blades and multiple processes. We highly recommend that you fix this issue prior to submission. ``` How critical is this warning ?
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/22/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/22/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/21
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/21/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/21/comments
https://api.github.com/repos/usnistgov/frvt/issues/21/events
https://github.com/usnistgov/frvt/issues/21
562,749,869
MDU6SXNzdWU1NjI3NDk4Njk=
21
Gcc version
{ "login": "kotbegemot", "id": 958279, "node_id": "MDQ6VXNlcjk1ODI3OQ==", "avatar_url": "https://avatars.githubusercontent.com/u/958279?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kotbegemot", "html_url": "https://github.com/kotbegemot", "followers_url": "https://api.github.com/users/kotbegemot/followers", "following_url": "https://api.github.com/users/kotbegemot/following{/other_user}", "gists_url": "https://api.github.com/users/kotbegemot/gists{/gist_id}", "starred_url": "https://api.github.com/users/kotbegemot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kotbegemot/subscriptions", "organizations_url": "https://api.github.com/users/kotbegemot/orgs", "repos_url": "https://api.github.com/users/kotbegemot/repos", "events_url": "https://api.github.com/users/kotbegemot/events{/privacy}", "received_events_url": "https://api.github.com/users/kotbegemot/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "If you need to build your libraries with gcc 5, have you tried building your libraries using devtoolset and running it on our standard CentOS 7.6 image?", "I checked on CentOS 7 there is DevTools-7. https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/\r\nI found a workaround we learned how to build gcc 4.9.2 .\r\ncan the project be compiled by gcc 4.9.2 and submitted to the competition ?", "If your submission is built with devtoolset and runs on the CentOS 7.6 image on our validation package, it should be fine.", "Thanks for the help." ]
"2020-02-10T18:35:31"
"2020-02-18T15:48:17"
"2020-02-18T15:31:47"
NONE
null
null
null
Can I update the compiler version to gcc 5 ? can I switch validate11 builds to C++ 14 ?
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/21/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/21/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/19
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/19/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/19/comments
https://api.github.com/repos/usnistgov/frvt/issues/19/events
https://github.com/usnistgov/frvt/issues/19
557,406,838
MDU6SXNzdWU1NTc0MDY4Mzg=
19
Do I need to prove my status while submitting?
{ "login": "deidonum", "id": 60467974, "node_id": "MDQ6VXNlcjYwNDY3OTc0", "avatar_url": "https://avatars.githubusercontent.com/u/60467974?v=4", "gravatar_id": "", "url": "https://api.github.com/users/deidonum", "html_url": "https://github.com/deidonum", "followers_url": "https://api.github.com/users/deidonum/followers", "following_url": "https://api.github.com/users/deidonum/following{/other_user}", "gists_url": "https://api.github.com/users/deidonum/gists{/gist_id}", "starred_url": "https://api.github.com/users/deidonum/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/deidonum/subscriptions", "organizations_url": "https://api.github.com/users/deidonum/orgs", "repos_url": "https://api.github.com/users/deidonum/repos", "events_url": "https://api.github.com/users/deidonum/events{/privacy}", "received_events_url": "https://api.github.com/users/deidonum/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "@deidonum I have the same question, have you get feedback?", "You need to complete the Application Form and send it to us. Please email us when you do. You can send your algorithm at any time. We will not evaluate it unless we receive the completed Application Form." ]
"2020-01-30T10:39:29"
"2020-03-16T12:26:17"
"2020-03-16T12:26:17"
NONE
null
null
null
We are going to participate in FRVT. Application form says that developers are eligible to participate. Should we somehow prove that we are developers and algorithm is ours? Thank you.
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/19/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/19/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/18
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/18/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/18/comments
https://api.github.com/repos/usnistgov/frvt/issues/18/events
https://github.com/usnistgov/frvt/issues/18
533,395,052
MDU6SXNzdWU1MzMzOTUwNTI=
18
ISO image link is down.
{ "login": "mlourencoeb", "id": 24304201, "node_id": "MDQ6VXNlcjI0MzA0MjAx", "avatar_url": "https://avatars.githubusercontent.com/u/24304201?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mlourencoeb", "html_url": "https://github.com/mlourencoeb", "followers_url": "https://api.github.com/users/mlourencoeb/followers", "following_url": "https://api.github.com/users/mlourencoeb/following{/other_user}", "gists_url": "https://api.github.com/users/mlourencoeb/gists{/gist_id}", "starred_url": "https://api.github.com/users/mlourencoeb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mlourencoeb/subscriptions", "organizations_url": "https://api.github.com/users/mlourencoeb/orgs", "repos_url": "https://api.github.com/users/mlourencoeb/repos", "events_url": "https://api.github.com/users/mlourencoeb/events{/privacy}", "received_events_url": "https://api.github.com/users/mlourencoeb/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "Hi ML,\r\n\r\nCan you tell us where is the broken link? If it is in the API document, which API document? or if is in the website, which page were you visited? Thank you.\r\n\r\nNIST", "ML - the ISO link referenced from the validation package README file works for me - http://nigos.nist.gov:8080/evaluations/CentOS-7-x86_64-Everything-1810.iso. Can you please try again.", "The link in the API document works for me too. This Centos ISO is not\ncustomized by NIST, and the exact same version (7.6.1810, x86_64) can be\ndownloaded from the CentOS archives:\nhttp://archive.kernel.org/centos-vault/7.6.1810/isos/x86_64/\n\nOn Thu, Dec 5, 2019 at 2:26 PM mlngan <notifications@github.com> wrote:\n\n> ML - the ISO link referenced from the validation package README file works\n> for me -\n> http://nigos.nist.gov:8080/evaluations/CentOS-7-x86_64-Everything-1810.iso.\n> Can you please try again.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/usnistgov/frvt/issues/18?email_source=notifications&email_token=AEAG2UJOR436QOOYIWLG443QXE2UDA5CNFSM4JV2UGLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGBPE4A#issuecomment-562229872>,\n> or unsubscribe\n> <https://github.com/notifications/unsubscribe-auth/AEAG2ULWCLZIMUS3OPLRNRDQXE2UDANCNFSM4JV2UGLA>\n> .\n>\n\n\n-- \n\n-- Felipe\n", "The link works for me if I remove port number:\r\nhttp://nigos.nist.gov/evaluations/CentOS-7-x86_64-Everything-1810.iso\r\n\r\nThanks everyone!" ]
"2019-12-05T14:42:55"
"2019-12-05T20:48:21"
"2019-12-05T20:48:20"
NONE
null
null
null
Hello, Could you please update the Centos' iso link please? The current one is not working. Cheers, ML
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/18/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/18/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/17
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/17/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/17/comments
https://api.github.com/repos/usnistgov/frvt/issues/17/events
https://github.com/usnistgov/frvt/issues/17
478,994,862
MDU6SXNzdWU0Nzg5OTQ4NjI=
17
Compiler version
{ "login": "igriffer", "id": 3995813, "node_id": "MDQ6VXNlcjM5OTU4MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/3995813?v=4", "gravatar_id": "", "url": "https://api.github.com/users/igriffer", "html_url": "https://github.com/igriffer", "followers_url": "https://api.github.com/users/igriffer/followers", "following_url": "https://api.github.com/users/igriffer/following{/other_user}", "gists_url": "https://api.github.com/users/igriffer/gists{/gist_id}", "starred_url": "https://api.github.com/users/igriffer/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/igriffer/subscriptions", "organizations_url": "https://api.github.com/users/igriffer/orgs", "repos_url": "https://api.github.com/users/igriffer/repos", "events_url": "https://api.github.com/users/igriffer/events{/privacy}", "received_events_url": "https://api.github.com/users/igriffer/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "Have you tried building your libraries using devtoolset (gcc 4.9.2), and running it on our standard CentOS 7.6 image (gcc 4.8.5)?", "Thanks for the advice. I was able to successfully build the library on g++ 4.9.2 and use it with g++ 4.8.5. I think the issue can be closed." ]
"2019-08-09T13:44:43"
"2019-08-14T16:19:50"
"2019-08-14T16:19:50"
NONE
null
null
null
Can I use g++ version greater than 4.8.5? Some libraries do not work with this version of compiler. libtorch works well with g++ 4.9.2 from devtoolset-3-gcc-c++ but breaks when using 4.8.5. https://github.com/pytorch/pytorch/issues/14981
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/17/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/17/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/15
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/15/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/15/comments
https://api.github.com/repos/usnistgov/frvt/issues/15/events
https://github.com/usnistgov/frvt/issues/15
462,596,442
MDU6SXNzdWU0NjI1OTY0NDI=
15
Time assessment for template creation
{ "login": "gasgallo", "id": 36033044, "node_id": "MDQ6VXNlcjM2MDMzMDQ0", "avatar_url": "https://avatars.githubusercontent.com/u/36033044?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gasgallo", "html_url": "https://github.com/gasgallo", "followers_url": "https://api.github.com/users/gasgallo/followers", "following_url": "https://api.github.com/users/gasgallo/following{/other_user}", "gists_url": "https://api.github.com/users/gasgallo/gists{/gist_id}", "starred_url": "https://api.github.com/users/gasgallo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/gasgallo/subscriptions", "organizations_url": "https://api.github.com/users/gasgallo/orgs", "repos_url": "https://api.github.com/users/gasgallo/repos", "events_url": "https://api.github.com/users/gasgallo/events{/privacy}", "received_events_url": "https://api.github.com/users/gasgallo/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "For timing, we call 1) initialize() 2) createTemplate() with single image inputs multiple times. Initialize isn't called again after the first call to createTemplate().", "Hi @mlngan \r\n\r\nIf a few of the samples take more than 1500 ms for template creation, would it mean the template computation would be terminated abruptly or does it mean template would be computed but not considered for the scoring?\r\n\r\nConsider if 10 samples are taking 1510 ms for template creation due to some issue, will those 10 samples be considered in scoring process or not?\r\n\r\nThanks,\r\nVinayak", "During our timing test, we look at the median timing value across the total number of template creation invocations. If the median value is more than 1500ms, we will notify you to fix the issue. If it is less than or equal to 1500ms, we will proceed with evaluation.", "Thank you so much! Got it." ]
"2019-07-01T09:00:52"
"2023-12-12T04:42:53"
"2019-07-02T11:59:03"
NONE
null
null
null
Is it possible to have a brief description about the procedure used to assess the time required to create a template? More specifically, I'm interested in understanding the batch size (namely, how many images are tested before calling `initialize` function again). Thank you.
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/15/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/15/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/14
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/14/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/14/comments
https://api.github.com/repos/usnistgov/frvt/issues/14/events
https://github.com/usnistgov/frvt/issues/14
457,885,105
MDU6SXNzdWU0NTc4ODUxMDU=
14
Link of Centos 7.6 is dead
{ "login": "ernie55ernie", "id": 7497948, "node_id": "MDQ6VXNlcjc0OTc5NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/7497948?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ernie55ernie", "html_url": "https://github.com/ernie55ernie", "followers_url": "https://api.github.com/users/ernie55ernie/followers", "following_url": "https://api.github.com/users/ernie55ernie/following{/other_user}", "gists_url": "https://api.github.com/users/ernie55ernie/gists{/gist_id}", "starred_url": "https://api.github.com/users/ernie55ernie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ernie55ernie/subscriptions", "organizations_url": "https://api.github.com/users/ernie55ernie/orgs", "repos_url": "https://api.github.com/users/ernie55ernie/repos", "events_url": "https://api.github.com/users/ernie55ernie/events{/privacy}", "received_events_url": "https://api.github.com/users/ernie55ernie/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "I just tried it this morning, and it works. Please try again." ]
"2019-06-19T08:49:06"
"2019-06-19T13:12:33"
"2019-06-19T13:12:33"
NONE
null
null
null
The link in the README.txt seems dead. (http://nigos.nist.gov:8080/evaluations/CentOS-7-x86_64-Everything-1810.iso)
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/14/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/14/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/13
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/13/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/13/comments
https://api.github.com/repos/usnistgov/frvt/issues/13/events
https://github.com/usnistgov/frvt/issues/13
455,609,875
MDU6SXNzdWU0NTU2MDk4NzU=
13
Agreement to participate
{ "login": "dzabraev", "id": 15128988, "node_id": "MDQ6VXNlcjE1MTI4OTg4", "avatar_url": "https://avatars.githubusercontent.com/u/15128988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dzabraev", "html_url": "https://github.com/dzabraev", "followers_url": "https://api.github.com/users/dzabraev/followers", "following_url": "https://api.github.com/users/dzabraev/following{/other_user}", "gists_url": "https://api.github.com/users/dzabraev/gists{/gist_id}", "starred_url": "https://api.github.com/users/dzabraev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dzabraev/subscriptions", "organizations_url": "https://api.github.com/users/dzabraev/orgs", "repos_url": "https://api.github.com/users/dzabraev/repos", "events_url": "https://api.github.com/users/dzabraev/events{/privacy}", "received_events_url": "https://api.github.com/users/dzabraev/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "You need to sign separate participation agreements for 1:1 versus 1:N.", "Currently we are going to participate in **1:N** and already signed and sent by post the signed document https://www.nist.gov/sites/default/files/documents/2019/04/22/frvt_1n_participation_agreement.pdf (the one that is mentioned on 1:N page). \r\n\r\nAs we need to pass some 1:1 thresholds, do we need to **additionally** sign and send the document mentioned on **1:1** page (we don't want participate in 1:1, at least for now) https://www.nist.gov/sites/default/files/documents/2016/12/15/frvt_participation_agreement.pdf ?", "As published on our 1:N website:\r\nIn order to participate in FRVT 1:N, participants must submit at least one algorithm to the FRVT 1:1 track, and its accuracy must exceed at least one of the following:\r\n\r\nVisaMC dataset: FNMR of 0.025 or less at FMR=0.0001 OR\r\nMugshot dataset: FNMR of 0.025 or less at FMR=0.00001\r\n\r\nOnce an organization submits a 1:1 algorithm that exceeds the minimum accuracy requirements, that organization may submit algorithms to the 1:N track thereafter.", "hi @mlngan ,\r\nas your mentioned, in order to participate FRVT 1:N, the FRVT 1:1 accuracy must pass some requirements. But I find that NEC performs very well on the FRVT 1:N leaderboard, but they are empty from FRVT 1:1 leaderboard. \r\nHow was it? thank you.", "Hi - we removed the 1:1 submission requirement in order to participate in 1:N some time ago, so developers can submit directly to the 1:N track if they choose." ]
"2019-06-13T08:41:52"
"2022-10-03T12:53:46"
"2019-06-13T12:54:12"
CONTRIBUTOR
null
null
null
Is it enough to sign [this document](https://www.nist.gov/sites/default/files/documents/2019/04/22/frvt_1n_participation_agreement.pdf) for participation in 1v1 and 1vN or is it needed to sign [this](https://www.nist.gov/sites/default/files/documents/2016/12/15/frvt_participation_agreement.pdf) document too?
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/13/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/13/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/12
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/12/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/12/comments
https://api.github.com/repos/usnistgov/frvt/issues/12/events
https://github.com/usnistgov/frvt/issues/12
455,079,144
MDU6SXNzdWU0NTUwNzkxNDQ=
12
[WARNING] Thread count
{ "login": "gasgallo", "id": 36033044, "node_id": "MDQ6VXNlcjM2MDMzMDQ0", "avatar_url": "https://avatars.githubusercontent.com/u/36033044?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gasgallo", "html_url": "https://github.com/gasgallo", "followers_url": "https://api.github.com/users/gasgallo/followers", "following_url": "https://api.github.com/users/gasgallo/following{/other_user}", "gists_url": "https://api.github.com/users/gasgallo/gists{/gist_id}", "starred_url": "https://api.github.com/users/gasgallo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/gasgallo/subscriptions", "organizations_url": "https://api.github.com/users/gasgallo/orgs", "repos_url": "https://api.github.com/users/gasgallo/repos", "events_url": "https://api.github.com/users/gasgallo/events{/privacy}", "received_events_url": "https://api.github.com/users/gasgallo/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "They are using “soft” words, but you have to fix.\n\nEm qua, 12 de jun de 2019 às 05:31, Riccardo Gallina <\nnotifications@github.com> escreveu:\n\n> [WARNING] We've detected that your software may be threading or using other multiprocessing\n> techniques during template creation. The number of threads detected was ... and it should be 2.\n> Per the API document, implementations must run single-threaded. In the test environment, there\n> is no advantage to threading, because NIST will distribute workload across multiple blades and\n> multiple processes. We highly recommend that you fix this issue prior to submission.\n>\n> I currently get this warning because my application seems to spawn extra\n> threads. If I use ps aux | grep validate11 instead of top -H -b -n1 |\n> grep validate11, I get only 2 active processes.\n>\n> From the documentation it is not completely clear if this is an actual\n> problem and must be fixed before submitting or it simply states that it\n> won't give me any advantage during the real test procedure (therefore it's\n> not mandatory to get fixed).\n>\n> Any extra clarification would be very appreciated.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/usnistgov/frvt/issues/12?email_source=notifications&email_token=AC4DLD7DD33THK7J4FRRDWDP2CX4ZA5CNFSM4HXGR5GKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GY76TUA>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC4DLD6CAEB5UR6SIGEIIXDP2CX4ZANCNFSM4HXGR5GA>\n> .\n>\n-- \nSent from Gmail Mobile for iPhone\n", "@gasgallo the \"top -H\" command that we're using counts individual threads being used by the program, where as your \"ps\" command is counting processes. \r\n\r\nWe distribute workload across multiple processes (and multiple blades). The intent of not allowing threading is to prevent unnecessary thrashing. More importantly, we measure timing and to accomplish a fair timing benchmark, we don't allow threading with the intent to speed up processing. Please note that during timing, we lock all threads to using a single CPU, so if your submission ends up taking more than 1 second to generate a single template on a single CPU core, your algorithm will not be accepted for testing.\r\n\r\nWith that said, we've encountered instances where developers have used third party libraries (such as Tensorflow) that spawn one or two idle threads that don't actually do anything. We will assess those on a case by case basis, but we highly recommend that you make every effort to not thread in your software.", "Hi, same warning here, \r\nWhen I use `top -H -b -n1 | grep validate11` it shows max upto 6 processes, but only one of them is running at a time, rest are sleeping \r\n\r\nOutput of above command returns (Only one thread is running(R) at a time)\r\n16459 centos 20 0 579936 313696 5972 R 99.9 2.1 7:44.46 validate11\r\n16461 centos 20 0 579936 313696 5972 S 6.7 2.1 2:20.65 validate11\r\n16030 centos 20 0 280684 129720 25536 S 0.0 0.9 0:52.19 validate11\r\n16460 centos 20 0 579936 313696 5972 S 0.0 2.1 0:00.00 validate11\r\n\r\n@mlngan I tried a lot to control threads in tensorflow, but could not get lower than 6 threads, Can it be accepted ?", "We have received submissions that have been able to get the Tensorflow threads down to one or two, so please look again.", "@Nawal-Singh-666 Did you find the solution controlling threads in tensorflow? ", "In TensorFlow, you can restrict the number of threads to 1 by setting the value of num_threads to 1 in the following two functions\r\ntf.config.threading.set_inter_op_parallelism_threads(\r\n num_threads\r\n)\r\ntf.config.threading.set_intra_op_parallelism_threads(\r\n num_threads\r\n)", "inter and intra _op_parallelism_threads set the number of threads to N, where N is the number of cores.", "I also got this warning even though i already set thread count to 1. However, the frameworks (MNN and TVM) i'm using still spawn 12 threads but only 1 is active. In this case, is it ok to submit like this?" ]
"2019-06-12T08:31:07"
"2023-11-04T09:02:05"
"2019-06-12T13:34:27"
NONE
null
null
null
``` [WARNING] We've detected that your software may be threading or using other multiprocessing techniques during template creation. The number of threads detected was ... and it should be 2. Per the API document, implementations must run single-threaded. In the test environment, there is no advantage to threading, because NIST will distribute workload across multiple blades and multiple processes. We highly recommend that you fix this issue prior to submission. ``` I currently get this warning because my application seems to spawn extra threads. If I use `ps aux | grep validate11` instead of `top -H -b -n1 | grep validate11`, I get only 2 active processes. From the documentation it is not completely clear if this is an actual problem and must be fixed before submitting or it simply states that it won't give me any advantage during the real test procedure (therefore it's not mandatory to get fixed). Any extra clarification would be very appreciated.
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/12/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/12/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/10
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/10/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/10/comments
https://api.github.com/repos/usnistgov/frvt/issues/10/events
https://github.com/usnistgov/frvt/issues/10
454,075,728
MDU6SXNzdWU0NTQwNzU3Mjg=
10
Install required packages for runtime
{ "login": "mexeniz", "id": 11923458, "node_id": "MDQ6VXNlcjExOTIzNDU4", "avatar_url": "https://avatars.githubusercontent.com/u/11923458?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mexeniz", "html_url": "https://github.com/mexeniz", "followers_url": "https://api.github.com/users/mexeniz/followers", "following_url": "https://api.github.com/users/mexeniz/following{/other_user}", "gists_url": "https://api.github.com/users/mexeniz/gists{/gist_id}", "starred_url": "https://api.github.com/users/mexeniz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mexeniz/subscriptions", "organizations_url": "https://api.github.com/users/mexeniz/orgs", "repos_url": "https://api.github.com/users/mexeniz/repos", "events_url": "https://api.github.com/users/mexeniz/events{/privacy}", "received_events_url": "https://api.github.com/users/mexeniz/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "For any software dependencies your algorithm requires, you need to provide them (the libraries themselves) in your submission under the ./lib folder.", "hi @mexeniz, @mlngan \r\nhow did you handle the libraries needed by third-party libraries?\r\nfor example: \r\nset (CMAKE_SHARED_LINKER_FLAGS \"-Wl,-rpath,$ORIGIN\")\r\nadd_library (frvt_11_null_001 SHARED nullimplfrvt11.cpp)\r\ntarget_link_libraries(frvt_11_null_001 libdc1394.so.22 thirdpartylib2.so ...)\r\nWe can submit libdc1394.so.22 in ./lib folder but libdc1394.so.22 also call to some other libs like: libraw1394.so.0.1 ,... .\r\nHow did you handle these cases? Thank you in advance" ]
"2019-06-10T09:20:49"
"2020-08-04T15:48:28"
"2019-06-10T15:07:30"
NONE
null
null
null
Is it possible to install dependent packages for runtime and list these packages in ./config directory? For example, I am implementing with OpenCV and OpenCV requires these packages installed for runtime: - libjpeg-turbo-devel - libtiff-devel - libdc1394-devel - eigen3-devel and etc.
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/10/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/10/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/9
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/9/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/9/comments
https://api.github.com/repos/usnistgov/frvt/issues/9/events
https://github.com/usnistgov/frvt/issues/9
449,740,724
MDU6SXNzdWU0NDk3NDA3MjQ=
9
PYTHONPATH, PYTHONHOME
{ "login": "dzabraev", "id": 15128988, "node_id": "MDQ6VXNlcjE1MTI4OTg4", "avatar_url": "https://avatars.githubusercontent.com/u/15128988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dzabraev", "html_url": "https://github.com/dzabraev", "followers_url": "https://api.github.com/users/dzabraev/followers", "following_url": "https://api.github.com/users/dzabraev/following{/other_user}", "gists_url": "https://api.github.com/users/dzabraev/gists{/gist_id}", "starred_url": "https://api.github.com/users/dzabraev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dzabraev/subscriptions", "organizations_url": "https://api.github.com/users/dzabraev/orgs", "repos_url": "https://api.github.com/users/dzabraev/repos", "events_url": "https://api.github.com/users/dzabraev/events{/privacy}", "received_events_url": "https://api.github.com/users/dzabraev/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "You may place those files in ./config or perhaps a better place for them would be ./lib. Please keep in mind ./config will be a READ-ONLY directory." ]
"2019-05-29T11:01:57"
"2020-04-29T18:36:56"
"2019-05-29T18:15:36"
CONTRIBUTOR
null
null
null
Hello. I want to participate in FRVT(1v1 and 1vN). My SDK uses Python interpreter and has Python code. In order to use Python my SDK must have runtime access to Python dependencies: a lot of *.py, *.so and other files. And before using Python it is needed to initialize PYTHONPATH and other paths. My question: is it allowed to place several *.py and *.so files into config directory?
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/9/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/9/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/8
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/8/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/8/comments
https://api.github.com/repos/usnistgov/frvt/issues/8/events
https://github.com/usnistgov/frvt/issues/8
436,514,934
MDU6SXNzdWU0MzY1MTQ5MzQ=
8
cannot build source
{ "login": "vitiennam", "id": 20283416, "node_id": "MDQ6VXNlcjIwMjgzNDE2", "avatar_url": "https://avatars.githubusercontent.com/u/20283416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vitiennam", "html_url": "https://github.com/vitiennam", "followers_url": "https://api.github.com/users/vitiennam/followers", "following_url": "https://api.github.com/users/vitiennam/following{/other_user}", "gists_url": "https://api.github.com/users/vitiennam/gists{/gist_id}", "starred_url": "https://api.github.com/users/vitiennam/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vitiennam/subscriptions", "organizations_url": "https://api.github.com/users/vitiennam/orgs", "repos_url": "https://api.github.com/users/vitiennam/repos", "events_url": "https://api.github.com/users/vitiennam/events{/privacy}", "received_events_url": "https://api.github.com/users/vitiennam/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "Please follow the instructions documented in the README.txt file. You should run ./run_validate_11.sh, and that will link your library against the validation test driver. Please also ensure you clone the entire master frvt repo, because all validation packages will have dependencies on the global common folder.", "@mlngan thanks for your help\r\n\r\nIn document: config/ -contains all configuration and developer-defined data, e.g., trained models\r\nI follow readme and get this error when I run ./run_validate_11.sh:\r\nDetection of hard-coded config directory in your software. Please fix!\r\n\r\nWhat is config ?\r\n\r\nThanks", "The config directory is a folder that should contain any data you need to initialize your algorithm with during a call to initialize(). Our test driver will make a call to initialize() prior to any calls to createTemplate() or match(). The actual path of the config directory is passed to you as an input parameter to initialize(). The error you're encountering means you potentially have \"./config\" hard-coded somewhere in your software. Instead, you should be reading your configuration data from the path that's passed into initialize().", "@mlngan thank for your answer\r\nI do not hard-coded config in source code, I create config folder then run ./run_validate_11.sh and get error:\r\nChecking for hard-coded config directory scripts/run_testdriver.sh: line 70: 14217 Segmentation fault (core dumped) bin/validate11 createTemplate -x enroll -c $tempConfigDir -o $outputDir -h $outputStem -i $inputFile -t $numForks -j $templatesDir\r\n[ERROR] Detection of hard-coded config directory in your software. Please fix!\r\n\r\nThanks", "@kimchicanh - in 11/scripts/run_testdriver.sh, please comment out lines 62, 65-81 and re-run ./run_validate_11.sh and see if you still get the seg fault." ]
"2019-04-24T06:17:25"
"2019-05-02T15:09:11"
"2019-04-24T13:27:40"
NONE
null
null
null
Hi, I try to build source at frvt/11" mkdir build cd build cmake .. make This is error: Scanning dependencies of target validate11 [ 33%] Building CXX object src/testdriver/CMakeFiles/validate11.dir/home/Code/NIST/frvt/common/src/util/util.cpp.o [ 66%] Building CXX object src/testdriver/CMakeFiles/validate11.dir/validate11.cpp.o [100%] Linking CXX executable ../../../bin/validate11 CMakeFiles/validate11.dir/validate11.cpp.o: In function `main': validate11.cpp:(.text.startup+0x14): undefined reference to `FRVT::FRVT_STRUCTS_MAJOR_VERSION' validate11.cpp:(.text.startup+0x38): undefined reference to `FRVT::FRVT_STRUCTS_MINOR_VERSION' validate11.cpp:(.text.startup+0x46): undefined reference to `FRVT_11::API_MAJOR_VERSION' validate11.cpp:(.text.startup+0x57): undefined reference to `FRVT_11::API_MINOR_VERSION' validate11.cpp:(.text.startup+0x2bb): undefined reference to `FRVT::FRVT_STRUCTS_MINOR_VERSION' validate11.cpp:(.text.startup+0x393): undefined reference to `FRVT_11::API_MINOR_VERSION' validate11.cpp:(.text.startup+0x512): undefined reference to `FRVT_11::Interface::getImplementation()' collect2: error: ld returned 1 exit status src/testdriver/CMakeFiles/validate11.dir/build.make:120: recipe for target '../bin/validate11' failed make[2]: *** [../bin/validate11] Error 1 CMakeFiles/Makefile2:85: recipe for target 'src/testdriver/CMakeFiles/validate11.dir/all' failed make[1]: *** [src/testdriver/CMakeFiles/validate11.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 Please help me Thanks
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/8/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/8/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/6
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/6/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/6/comments
https://api.github.com/repos/usnistgov/frvt/issues/6/events
https://github.com/usnistgov/frvt/issues/6
402,636,936
MDU6SXNzdWU0MDI2MzY5MzY=
6
Fork return fail
{ "login": "svarjo", "id": 10115243, "node_id": "MDQ6VXNlcjEwMTE1MjQz", "avatar_url": "https://avatars.githubusercontent.com/u/10115243?v=4", "gravatar_id": "", "url": "https://api.github.com/users/svarjo", "html_url": "https://github.com/svarjo", "followers_url": "https://api.github.com/users/svarjo/followers", "following_url": "https://api.github.com/users/svarjo/following{/other_user}", "gists_url": "https://api.github.com/users/svarjo/gists{/gist_id}", "starred_url": "https://api.github.com/users/svarjo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/svarjo/subscriptions", "organizations_url": "https://api.github.com/users/svarjo/orgs", "repos_url": "https://api.github.com/users/svarjo/repos", "events_url": "https://api.github.com/users/svarjo/events{/privacy}", "received_events_url": "https://api.github.com/users/svarjo/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "I can confirm no such issue here.\r\n\r\nMy guess is that exit is avoiding the issue of running some destructors or killing some threads, which would be handled (and possibly fail) with the return method.", "@svarjo how did you solve this problem? I got into the same as you are. child process does not return anything ( no bug) and that is why the whole process is suspended.", "@quocnhat - If I recall right it was some release bug on our side of code. Maybe it is a good idea to verify memory usage with some tool such as AddressSanitizer or Valgrind." ]
"2019-01-24T10:22:17"
"2020-07-23T04:50:42"
"2020-03-16T12:26:50"
NONE
null
null
null
Hi, For some reason our current compilers fail to join at forked processes at validate11.cpp with return statement. It appears that using exit instead works. Any idea if this is an indication of some problem on our side or can this change be done safely? Ie: ``` switch(fork()) { case 0: /* Child */ if (action == Action::CreateTemplate) return createTemplate( implPtr, inputFile, outputDir + "/" + outputFileStem + ".log." + to_string(i), templatesDir, role); else if (action == Action::Match) return match( implPtr, inputFile, templatesDir, outputDir + "/" + outputFileStem + ".log." + to_string(i)); ``` to ``` switch(fork()) { case 0: /* Child */ if (action == Action::CreateTemplate) exit( createTemplate( implPtr, inputFile, outputDir + "/" + outputFileStem + ".log." + to_string(i), templatesDir, role)); else if (action == Action::Match) exit( match( implPtr, inputFile, templatesDir, outputDir + "/" + outputFileStem + ".log." + to_string(i))); ```
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/6/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/6/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/5
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/5/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/5/comments
https://api.github.com/repos/usnistgov/frvt/issues/5/events
https://github.com/usnistgov/frvt/issues/5
388,234,886
MDU6SXNzdWUzODgyMzQ4ODY=
5
Unable to download Centos image
{ "login": "vitormcpedro", "id": 4170021, "node_id": "MDQ6VXNlcjQxNzAwMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/4170021?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vitormcpedro", "html_url": "https://github.com/vitormcpedro", "followers_url": "https://api.github.com/users/vitormcpedro/followers", "following_url": "https://api.github.com/users/vitormcpedro/following{/other_user}", "gists_url": "https://api.github.com/users/vitormcpedro/gists{/gist_id}", "starred_url": "https://api.github.com/users/vitormcpedro/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vitormcpedro/subscriptions", "organizations_url": "https://api.github.com/users/vitormcpedro/orgs", "repos_url": "https://api.github.com/users/vitormcpedro/repos", "events_url": "https://api.github.com/users/vitormcpedro/events{/privacy}", "received_events_url": "https://api.github.com/users/vitormcpedro/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2018-12-06T14:21:25"
"2018-12-07T23:33:01"
"2018-12-07T23:33:01"
NONE
null
null
null
Hi, I was unable to download the Centos image through the provided link in the README file: http://nigos.nist.gov:8080/evaluations/CentOS-7-x86_64-Everything-1511.iso Best reagrds, Vitor Pedro
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/5/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/5/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/4
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/4/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/4/comments
https://api.github.com/repos/usnistgov/frvt/issues/4/events
https://github.com/usnistgov/frvt/issues/4
366,230,731
MDU6SXNzdWUzNjYyMzA3MzE=
4
Pb with quality when no face is detected
{ "login": "slegall56", "id": 13369227, "node_id": "MDQ6VXNlcjEzMzY5MjI3", "avatar_url": "https://avatars.githubusercontent.com/u/13369227?v=4", "gravatar_id": "", "url": "https://api.github.com/users/slegall56", "html_url": "https://github.com/slegall56", "followers_url": "https://api.github.com/users/slegall56/followers", "following_url": "https://api.github.com/users/slegall56/following{/other_user}", "gists_url": "https://api.github.com/users/slegall56/gists{/gist_id}", "starred_url": "https://api.github.com/users/slegall56/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/slegall56/subscriptions", "organizations_url": "https://api.github.com/users/slegall56/orgs", "repos_url": "https://api.github.com/users/slegall56/repos", "events_url": "https://api.github.com/users/slegall56/events{/privacy}", "received_events_url": "https://api.github.com/users/slegall56/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "A check has been added for the size of the quality vector. " ]
"2018-10-03T08:39:32"
"2018-10-03T13:48:03"
"2018-10-03T13:48:02"
NONE
null
null
null
The code below write template stats to log ``` /* Write template stats to log */ logStream << id << " " << imagePath << " " << templ.size() << " " << static_cast<std::underlying_type<ReturnCode>::type>(ret.code) << " " << (eyes.size() > 0 ? eyes[0].isLeftAssigned : false) << " " << (eyes.size() > 0 ? eyes[0].isRightAssigned : false) << " " << (eyes.size() > 0 ? eyes[0].xleft : 0) << " " << (eyes.size() > 0 ? eyes[0].yleft : 0) << " " << (eyes.size() > 0 ? eyes[0].xright : 0) << " " << (eyes.size() > 0 ? eyes[0].yright : 0) << " " << quality[0] << endl; ``` But when no face is detected, size of vector of quality is 0, so quality[0] will crash
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/4/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/4/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/3
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/3/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/3/comments
https://api.github.com/repos/usnistgov/frvt/issues/3/events
https://github.com/usnistgov/frvt/issues/3
357,997,406
MDU6SXNzdWUzNTc5OTc0MDY=
3
1:n validation package not completely updated
{ "login": "NothingL", "id": 9411562, "node_id": "MDQ6VXNlcjk0MTE1NjI=", "avatar_url": "https://avatars.githubusercontent.com/u/9411562?v=4", "gravatar_id": "", "url": "https://api.github.com/users/NothingL", "html_url": "https://github.com/NothingL", "followers_url": "https://api.github.com/users/NothingL/followers", "following_url": "https://api.github.com/users/NothingL/following{/other_user}", "gists_url": "https://api.github.com/users/NothingL/gists{/gist_id}", "starred_url": "https://api.github.com/users/NothingL/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/NothingL/subscriptions", "organizations_url": "https://api.github.com/users/NothingL/orgs", "repos_url": "https://api.github.com/users/NothingL/repos", "events_url": "https://api.github.com/users/NothingL/events{/privacy}", "received_events_url": "https://api.github.com/users/NothingL/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "Validation package has been updated to reflect changes to finalizeEnrollment() for phase 3." ]
"2018-09-07T09:48:01"
"2018-09-07T17:05:33"
"2018-09-07T17:05:33"
NONE
null
null
null
The frvt1N.h has been updated for the function finalizeEnrollment, but validation(/validation/src/testdriver/validate1N.cpp) wasn't updated, could you help to check and update the validation for 1:n phase3? Thanks.
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/3/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/3/timeline
null
completed
https://api.github.com/repos/usnistgov/frvt/issues/1
https://api.github.com/repos/usnistgov/frvt
https://api.github.com/repos/usnistgov/frvt/issues/1/labels{/name}
https://api.github.com/repos/usnistgov/frvt/issues/1/comments
https://api.github.com/repos/usnistgov/frvt/issues/1/events
https://github.com/usnistgov/frvt/issues/1
202,624,546
MDU6SXNzdWUyMDI2MjQ1NDY=
1
compilation warning
{ "login": "fbergo", "id": 16805201, "node_id": "MDQ6VXNlcjE2ODA1MjAx", "avatar_url": "https://avatars.githubusercontent.com/u/16805201?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fbergo", "html_url": "https://github.com/fbergo", "followers_url": "https://api.github.com/users/fbergo/followers", "following_url": "https://api.github.com/users/fbergo/following{/other_user}", "gists_url": "https://api.github.com/users/fbergo/gists{/gist_id}", "starred_url": "https://api.github.com/users/fbergo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fbergo/subscriptions", "organizations_url": "https://api.github.com/users/fbergo/orgs", "repos_url": "https://api.github.com/users/fbergo/repos", "events_url": "https://api.github.com/users/fbergo/events{/privacy}", "received_events_url": "https://api.github.com/users/fbergo/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "Added default statement to ReturnCode output stream operator." ]
"2017-01-23T19:16:23"
"2017-01-23T19:39:42"
"2017-01-23T19:39:42"
NONE
null
null
null
In frvt11.h, the lack of a default label in the method `inline std::ostream& operator<<(std::ostream &s, const ReturnCode &rc)` causes a compiler warning when it is called: `c++ -std=c++11 -mavx -Wall -O2 -c trivial.cc -o libtrivial.so` `c++ -std=c++11 -mavx -Wall -O2 client.cc -L. -ltrivial -o client` `In file included from client.cc:2:0:` `frvt11.h: In function ‘std::ostream& FRVT::operator<<(std::ostream&, const FRVT::ReturnCode&)’:` `frvt11.h:163:1: warning: control reaches end of non-void function [-Wreturn-type]`
{ "url": "https://api.github.com/repos/usnistgov/frvt/issues/1/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/usnistgov/frvt/issues/1/timeline
null
completed