The Replay Database
The Replay-Attack Database for face spoofing consists of 1300 video clips of photo and video attack attempts to 50 clients, under different lighting conditions. This Database was produced at the Idiap Research Institute, in Switzerland.
If you use this database, please cite the following publication on your paper:
@INPROCEEDINGS{Chingovska_BIOSIG-2012, author = {Chingovska, Ivana and Anjos, Andr{\'{e}} and Marcel, S{\'{e}}bastien}, keywords = {biometric, Counter-Measures, Local Binary Patterns, Spoofing Attacks}, month = september, title = {On the Effectiveness of Local Binary Patterns in Face Anti-spoofing}, journal = {IEEE BIOSIG 2012}, year = {2012}, }
The 2D face spoofing attack database consists of 1,300 video clips of photo and video attack attempts of 50 clients, under different lighting conditions.
The data is split into 4 sub-groups comprising:
- Training data ("train"), to be used for training your anti-spoof classifier;
- Development data ("devel"), to be used for threshold estimation;
- Test data ("test"), with which to report error figures;
- Enrollment data ("enroll"), that can be used to verify spoofing sensitivity on face detection algorithms.
Clients that appear in one of the data sets (train, devel or test) do not appear in any other set.
All videos are generated by either having a (real) client trying to access a laptop through a built-in webcam or by displaying a photo or a video recording of the same client for at least 9 seconds. The webcam produces colour videos with a resolution of 320 pixels (width) by 240 pixels (height). The movies were recorded on a Macbook laptop using the QuickTime framework (codec: Motion JPEG) and saved into ".mov" files. The frame rate is about 25 Hz. Besides the native support on Apple computers, these files are easily readable using mplayer, ffmpeg or any other video utilities available under Linux or MS Windows systems.
Real client accesses as well as data collected for the attacks are taken under two different lighting conditions:
To produce the attacks, high-resolution photos and videos from each client were taken under the same conditions as in their authentication sessions, using a Canon PowerShot SX150 IS camera, which records both 12.1 Mpixel photographs and 720p high-definition video clips. The way to perform the attacks can be divided into two subsets: the first subset is composed of videos generated using a stand to hold the client biometry ("fixed"). For the second set, the attacker holds the device used for the attack with their own hands. In total, 20 attack videos were registered for each client, 10 for each of the attacking modes just described:
4 x mobile attacks using an iPhone 3GS screen (with resolution 480x320 pixels) displaying:
- 1 x mobile photo/controlled
- 1 x mobile photo/adverse
- 1 x mobile video/controlled
- 1 x mobile video/adverse
4 x high-resolution screen attacks using an iPad (first generation, with a screen resolution of 1024x768 pixels) displaying:
- 1 x high-resolution photo/controlled
- 1 x high-resolution photo/adverse
- 1 x high-resolution video/controlled
- 1 x high-resolution video/adverse
2 x hard-copy print attacks (produced on a Triumph-Adler DCC 2520 color laser printer) occupying the whole available printing surface on A4 paper for the following samples:
- 1 x high-resolution print of photo/controlled
- 1 x high-resolution print of photo/adverse
The 1300 real-accesses and attacks videos were then divided in the following way:
We also provide face locations automatically annotated by a cascade of classifiers based on a variant of Local Binary Patterns (LBP) referred as Modified Census Transform (MCT) [Face Detection with the Modified Census Transform, Froba, B. and Ernst, A., 2004, IEEE International Conference on Automatic Face and Gesture Recognition, pp. 91-96]. The automatic face localisation procedure works in more than 99% of the total number of frames acquired. This means that less than 1% of the total set of frames for all videos do not possess annotated faces. User algorithms must account for this fact.
It is possible to measure the performance of baseline face recognition systems on the 2D Face spoofing database and evaluate how well the attacks pass such systems or how, otherwise robust they are to attacks. Here we describe how to use the available data at the enrollment set to create a background model, client models and how to perform scoring using the available data.
1. Universal Background Model (UBM): To generate the UBM, subselect the training-set client videos from the enrollment videos. There should be 2 per client, which means you get 30 videos, each with 375 frames to create the model;
2. Client models: To generate client models, use the enrollment data for clients at the development and test groups. There should be 2 videos per client (one for each light condition) once more. At the end of the enrollment procedure, the development set must have 1 model for each of the 15 clients available in that set. Similarly, for the test set, 1 model for each of the 20 clients available;
3. For a simple baseline verification, generate scores exhaustively for all videos from the development and test real-accesses respectively, but without intermixing accross development and test sets. The scores generated against matched client videos and models (within the subset, i.e. development or test) should be considered true client accesses, while all others impostors;
4. If you are looking for a single number to report on the performance do the following: exclusively using the scores from the development set, tune your baseline face recognition system on the EER of the development set and use this threshold to find the HTER on the test set scores.
Attack protocols are used to evaluate the (binary classification) performance of counter-measures to spoof attacks. The database can be split into 6 different protocols according to the type of device used to generate the attack: print, mobile (phone), high-definition (tablet), photo, video or grand test (all types). Furthermore, subsetting can be achieved on the top of the previous 6 groups by classifying attacks as performed by the attacker bare hands or using a fixed support. This classification scheme makes-up a total of 18 protocols that can be used for studying the performance of counter-measures to 2D face spoofing attacks.
Hand-Attack | Fixed-Support | All Supports | |||||||
---|---|---|---|---|---|---|---|---|---|
Protocol | train | dev | test | train | dev | test | train | dev | test |
30 | 30 | 40 | 30 | 30 | 40 | 60 | 60 | 80 | |
mobile | 60 | 60 | 80 | 60 | 60 | 80 | 120 | 120 | 160 |
highdef | 60 | 60 | 80 | 60 | 60 | 80 | 120 | 120 | 160 |
video | 60 | 60 | 80 | 60 | 60 | 80 | 120 | 120 | 160 |
photo | 90 | 90 | 120 | 90 | 90 | 120 | 180 | 180 | 240 |
grandtest | 150 | 150 | 200 | 150 | 150 | 200 | 300 | 300 | 400 |
Spoofing and genuine samples are each labelled with a text field that defines the class of the sample: "attack" or "real", for simple anti-spoofing binary classification systems and "attack", "real" and "enroll" for systems merging anti-spoofing with face verification systems. Code using this database views may use the class field to differentiate samples.
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
Output name | Data format |
---|---|
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
probe_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
template_ids: | system/array_1d_uint64/1 (Basic format containing a one-dimensional array of unsigned integer (64 bits) values) |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
annotations: | system/bounding_box_video/1 |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Output name | Data format |
---|---|
attack_support: | system/text/1 (Basic format containing a text) |
annotations: | system/bounding_box_video/1 |
video: | system/array_4d_uint8/1 (Four-dimensional array of 8 unsigned integer values) |
file_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
client_id: | system/uint64/1 (Basic format containing only a single unsigned integer (64 bits) value) |
class: | system/text/1 (Basic format containing a text) |
Sharing for databases is controlled exclusively by platform administrators. Get in touch if you'd like to change access control for databases hosted on this platform.