digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::AutoTagsScanSettings Class Reference

Public Types

enum  DetectorModel { YOLOV5NANO = 0 , YOLOV5XLARGE , RESNET50 }
 Objects detection model. More...
 
enum  ScanMode { AllItems = 0 , NonAssignedItems }
 Scanning modes. More...
 

Public Attributes

AlbumList albums
 Albums to scan.
 
QStringList langs
 
ScanMode mode = AllItems
 
DetectorModel modelType = YOLOV5NANO
 
bool wholeAlbums = false
 Whole albums checked.
 

Member Enumeration Documentation

◆ DetectorModel

Enumerator
YOLOV5NANO 

YOLO nano neural network model.

YOLOV5XLARGE 

YOLO large neural network model.

◆ ScanMode

Enumerator
AllItems 

Clean all tags already assigned and re-scan all items.

NonAssignedItems 

Scan only items with no tags assigned.