Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.examples
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.examples
Commits
ea2afb06
Commit
ea2afb06
authored
Oct 30, 2017
by
Philip ABBET
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add biosecurid_face/2 (api change: beat.backend.python v1.4.2)
parent
65ac8dbc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
642 additions
and
0 deletions
+642
-0
advanced/databases/biosecurid_face/2.json
advanced/databases/biosecurid_face/2.json
+87
-0
advanced/databases/biosecurid_face/2.py
advanced/databases/biosecurid_face/2.py
+518
-0
advanced/databases/biosecurid_face/2.rst
advanced/databases/biosecurid_face/2.rst
+37
-0
No files found.
advanced/databases/biosecurid_face/2.json
0 → 100644
View file @
ea2afb06
{
"description"
:
"The biosecurid Database of Faces"
,
"root_folder"
:
"/idiap/resource/database/BiosecurID_Definitiva"
,
"protocols"
:
[
{
"name"
:
"A"
,
"template"
:
"advanced_face_recognition"
,
"sets"
:
[
{
"name"
:
"train"
,
"template"
:
"train"
,
"view"
:
"Train"
,
"parameters"
:
{
"protocol"
:
"A"
},
"outputs"
:
{
"file_id"
:
"{{ system_user.username }}/uint64/1"
,
"client_id"
:
"{{ system_user.username }}/uint64/1"
,
"image"
:
"{{ system_user.username }}/array_3d_uint8/1"
}
},
{
"name"
:
"dev_templates"
,
"template"
:
"templates"
,
"view"
:
"Templates"
,
"parameters"
:
{
"protocol"
:
"A"
,
"group"
:
"dev"
},
"outputs"
:
{
"file_id"
:
"{{ system_user.username }}/uint64/1"
,
"client_id"
:
"{{ system_user.username }}/uint64/1"
,
"template_id"
:
"{{ system_user.username }}/uint64/1"
,
"image"
:
"{{ system_user.username }}/array_3d_uint8/1"
}
},
{
"name"
:
"dev_probes"
,
"template"
:
"probes"
,
"view"
:
"Probes"
,
"parameters"
:
{
"protocol"
:
"A"
,
"group"
:
"dev"
},
"outputs"
:
{
"file_id"
:
"{{ system_user.username }}/uint64/1"
,
"probe_id"
:
"{{ system_user.username }}/uint64/1"
,
"client_id"
:
"{{ system_user.username }}/uint64/1"
,
"template_ids"
:
"{{ system_user.username }}/array_1d_uint64/1"
,
"image"
:
"{{ system_user.username }}/array_3d_uint8/1"
}
},
{
"name"
:
"test_templates"
,
"template"
:
"templates"
,
"view"
:
"Templates"
,
"parameters"
:
{
"protocol"
:
"A"
,
"group"
:
"eval"
},
"outputs"
:
{
"file_id"
:
"{{ system_user.username }}/uint64/1"
,
"client_id"
:
"{{ system_user.username }}/uint64/1"
,
"template_id"
:
"{{ system_user.username }}/uint64/1"
,
"image"
:
"{{ system_user.username }}/array_3d_uint8/1"
}
},
{
"name"
:
"test_probes"
,
"template"
:
"probes"
,
"view"
:
"Probes"
,
"parameters"
:
{
"protocol"
:
"A"
,
"group"
:
"eval"
},
"outputs"
:
{
"file_id"
:
"{{ system_user.username }}/uint64/1"
,
"probe_id"
:
"{{ system_user.username }}/uint64/1"
,
"client_id"
:
"{{ system_user.username }}/uint64/1"
,
"template_ids"
:
"{{ system_user.username }}/array_1d_uint64/1"
,
"image"
:
"{{ system_user.username }}/array_3d_uint8/1"
}
}
]
}
]
}
advanced/databases/biosecurid_face/2.py
0 → 100644
View file @
ea2afb06
This diff is collapsed.
Click to expand it.
advanced/databases/biosecurid_face/2.rst
0 → 100644
View file @
ea2afb06
.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ ..
.. Contact: beat.support@idiap.ch ..
.. ..
.. This file is part of the beat.examples module of the BEAT platform. ..
.. ..
.. Commercial License Usage ..
.. Licensees holding valid commercial BEAT licenses may use this file in ..
.. accordance with the terms contained in a written agreement between you ..
.. and Idiap. For further information contact tto@idiap.ch ..
.. ..
.. Alternatively, this file may be used under the terms of the GNU Affero ..
.. Public License version 3 as published by the Free Software and appearing ..
.. in the file LICENSE.AGPL included in the packaging of this file. ..
.. The BEAT platform is distributed in the hope that it will be useful, but ..
.. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ..
.. or FITNESS FOR A PARTICULAR PURPOSE. ..
.. ..
.. You should have received a copy of the GNU Affero Public License along ..
.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. ..
The BiosecurID Database of Faces
--------------------------------
No documentation provided by author.
Changelog
=========
* **Version 2**, 30/Oct/2017:
- Port to beat.backend.python v1.4.2
* **Version 1**, 26/Jan/2016:
- initial release
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment