Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.bio.face bob.bio.face
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.bio.facebob.bio.face
  • Issues
  • #10
Closed
Open
Issue created Oct 05, 2016 by Amir MOHAMMADI@amohammadiOwner

The high level interface of bob.db.replay is not working

bob.bio.base@2016-10-05 11:45:46,901 -- ERROR: During the execution, an exception was raised: Invalid client "attack". Valid values are [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119], or lists/tuples of those
Traceback (most recent call last):
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/bin/verify.py", line 24, in <module>
    sys.exit(bob.bio.base.script.verify.main())
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.bio.base/bob/bio/base/script/verify.py", line 454, in main
    verify(args, command_line_parameters)
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.bio.base/bob/bio/base/script/verify.py", line 401, in verify
    if not execute(args):
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.bio.base/bob/bio/base/script/verify.py", line 321, in execute
    force = args.force)
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.bio.base/bob/bio/base/tools/algorithm.py", line 262, in enroll
    enroll_files = fs.enroll_files(model_id, group, 'projected' if algorithm.use_projected_features_for_enrollment else 'extracted')
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.bio.base/bob/bio/base/tools/FileSelector.py", line 166, in enroll_files
    files = self.database.enroll_files(group = group, model_id = model_id)
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.bio.base/bob/bio/base/database/database.py", line 533, in enroll_files
    **self.all_files_options))
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.bio.face/bob/bio/face/database/replay.py", line 113, in objects
    objects = self.__db.objects(groups=groups, protocol=protocol, cls=purposes, clients=model_ids, **kwargs)
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.db.replay/bob/db/replay/query.py", line 139, in objects
    clients = check_validity(clients, "client", VALID_CLIENTS, None)
  File "/remote/idiap.svm/user.active/amohammadi/git/spoof_deepface/src/bob.db.replay/bob/db/replay/query.py", line 116, in check_validity
    raise RuntimeError('Invalid %s "%s". Valid values are %s, or lists/tuples of those' % (obj, k, valid))
RuntimeError: Invalid client "attack". Valid values are [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119], or lists/tuples of those
Assignee
Assign to
Time tracking