Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.db.casia_fasd bob.db.casia_fasd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.db.casia_fasdbob.db.casia_fasd
  • Issues
  • #1
Closed
Open
Issue created Oct 02, 2012 by André Anjos@andre.anjos💬Owner

Problem with the cross_valid_foldobjects method

Created by: tiagofrepereira2012

There is a problem when you try to fetch the data using the method cross_valid_foldobjects with the argument types=None (the default value provided). The line above makes the script stop. This method only accepts a tuple in the "type" argument.

import xbob.db.casia_fasd db = xbob.db.casia_fasd.Database() a,b = db.cross_valid_foldobjects(cls='attack', types=None, fold_no=1)

This method should work similar to the method "objects"m which accepts None in the "types" argument.

Assignee
Assign to
Time tracking