LogoLogo
  • Getting started with Keylabs
  • Application overview
    • Application navigation
    • Application toolbar
      • Informative panel
      • Panel
      • View
      • Edit
      • File
      • Tools
      • Frame location buttons
      • 🔧Tool buttons in the Merge Editor
    • Model Assisted Labeling
      • Segment Anything 2 model
    • Setting up your custom workflow
  • Release Notes
    • Release notes 2.0 - 2.3-1
      • Release notes 2.0
      • Release notes 2.1
      • Release notes 2.2
      • Release notes 2.3
      • Release notes 2.3-1
    • Release notes 1.90 - 1.92
      • Release notes 1.90
      • Release notes 1.91
      • Release notes 1.92
    • Release notes 1.80-1.89
      • Release notes 1.89
        • Release notes 1.89-2
      • Release notes 1.88
        • Release notes 1.88-1
      • Release notes 1.87
      • Release notes 1.86
      • Release notes 1.85
      • Release notes 1.84
      • Кelease notes 1.83
      • Release notes 1.82
      • Release notes 1.81
      • Release notes 1.80
  • HOW TO START
    • Project creation
    • Files uploading
    • Classes
      • Setting up classes
        • Bounding box
        • Oriented Bounding Box
        • Cuboid
        • Polygon
        • Multiline
        • Skeleton
        • Mesh
        • Bitmap
      • Setting up attributes
        • Select
        • Mugshot
        • String
        • Boolean
        • Separator
  • HOW TO ANNOTATE
    • ⚙️Annotation shapes
      • 🦲Bounding Box object annotation
      • 〰️Multiline and Polygon objects annotation
      • 💀Annotation of Skeleton object
      • 👾Annotation of Bitmap object
      • 🔘Mesh object annotation
    • Stacking order
    • Video annotation
      • Interpolation function
        • Attribute interpolation
  • HOW TO MANAGE
    • 🛠️Setting up a Project
      • Project types
      • Stages
      • Merge project creation
      • Configuration
    • ⚡Project Management
      • Project Status
      • Clone project creation
      • Files filtering
    • 👷User Management
      • User roles
        • Worker
        • Project Manager
        • Super User
        • Admin
        • Customer
      • Locations
    • 👨‍💻Arranging the workflow
      • Adding a user
      • Files management
    • 📣Audit
      • Changelog
      • Reports usage for audit
    • 📊Reports
      • Whole platform reports
        • Velocity reports
        • Timetable reports
          • TimeTable Aggregated
          • TimeTable raw data
          • Timetable current state
      • Per project reports
        • Velocity reports - by date
        • Velocity reports - by user
        • Worklog Aggregated
        • Worklog - Raw data
        • Worklog Time by File
  • TIPS AND TRICKS
    • ▶️Shortcuts
  • HOW TO INTEGRATE
    • Export
    • Files Storage
      • Platform storage
      • External storage
    • 🗒️Keylabs Export Format
      • ZIP archive structure
      • JSON File Structure
    • CLI/SDK
      • CLI
      • SDK
Powered by GitBook
On this page

Was this helpful?

  1. HOW TO MANAGE
  2. Project Management

Files filtering

There are various criteria for filtering files in the project, which can help you find specific files or groups of files with particular features. You can enable the display of the filters, which are:

  • File name;

  • Segment;

  • Created on - the date of creation (upload) of the file is displayed;

  • Last changed on - the date of most recent editing of the file;

  • Stage

  • Stage type

  • Frames

  • Width

  • Height

  • Objects - number of annotated objects in the file;

  • Comments - the number of comments present in the file;

  • Open comments

  • External comments

  • Open external comments

  • Resolved external comments;

  • Verified external comments;

  • Assignee name, login, and tags;

  • Assigned on;

  • Due date;

  • Annotation completed on;

  • Annotation worker name, login, and tags;

  • Verification completed on;

  • Verification worker name, login, and tags;

  • Stage changed on;

  • Stage changer name, login, and tags;

  • Annotation changed on;

  • Annotation changer name, login, and tags.

Filters contain five types of fields:

Text field

This filter type is used to sort files by name, comments, assignee name, and other test-based information.

● = contains matches any string that contains each of the specified words in the same order, with anything in between the matched words. For example, the filter “John Tolkien” will match the string “John Ronald Reuel Tolkien”, as well as the string “a book by John Tolkien”, but not the string “Tolkien, John R.R.”.

● ≠ not contains the opposite of the above: matches any string that does not have the specified words in the same order.

● ✔ is not empty matches any non-empty string

● ✗ is empty matches an empty string

Numeric field

This filter type is used to organize files based on objects and frame numbers.

  • = equals the value exactly equals the specified number

  • ≠ not equals the value is anything but the specified value (including non-existing value)

  • ≤ less than or equal the value exists and is less than, or equal to the specified number.

  • ≥ greater than or equal the value exists and is greater than, or equal to the specified number.

  • ✔ is not empty matches any existing value

  • ✗ is empty matches a non-existing value

Date field

This filter type is used to organize files based on date information (Date of file creation, changing and so on).

  • = equals the value is any instant within the specified date

  • ≤ less than or equal the value exists and is an instant on the specified date or before it

  • ≥ greater than or equal the value exists and is an instant on the specified date or after it

  • ✔ is not empty matches any existing value

  • ✗ is empty matches a non-existing value

Duration field

  • = equals the value equals the specified duration (values are compared to one second precision, milliseconds are ignored)

  • ≤ less than or equal the value exists and is less than, or equal to the specified duration.

  • ≥ greater than or equal the value exists and is greater than, or equal to the specified duration.

  • ✔ is not empty matches any existing value

  • ✗ is empty matches a non-existing value

Selection field

This filter type is used to organize files based on information that has limited choice of option, like stages or stage types.

  • = one of the value is one of the selected options. A special “✗ (empty)” options may be selected to match empty values.

  • ≠ not one of the value exists and is not one of the selected options. Again, the special “✗ (empty)” option may be use to match non-empty values.

Attribute filtering

Then, select the desired object class in the “Having objects of class” dropdown. After that, only files containing at least one object of the selected class will be displayed. If you select multiple classes, then files containing at least one object of any of the selected classes will be displayed.

Only files containing at least one object that matches the selected class and has all the specified attribute values (but not necessarily having all the specified values on the same frame) will be displayed.

If multiple object classes were selected, then only attributes that are common for all of the selected classes may be used in the object filter.

There may be multiple object filters, in which case only files having at least one object matching each of the defined filters will be displayed (note that a single object may match several object filters at the same time).

PreviousClone project creationNextUser Management

Last updated 2 months ago

Was this helpful?

To display specific information, you can configure the necessary items in the settings. Click on the settings button () to access this feature. You can either leave the "Default" item as it is or customize the required items to your liking.

This filter type is used to organize files based on duration of different types of work. It is used in

File attributes may be added as regular table columns or as standalone filters in the Files List using the fields configuration dropdown. User can filter files that contain particular attributes.

To filter the Files List to display only the files containing objects matching specific class and attribute values, click the “add object filter” button in the fields configuration dropdown. An object filter will appear in the filters area above the table.

You can specify additional criteria for object matching by adding object attribute filters. To add attribute filters, select the required attributes in the Configuration dropdown at the right side of the object filter box.

An object filter may be removed using the “Remove this filter” button in the Configuration dropdown.

⚡
reports tab.
Display options