Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddEngines ¶
Types ¶
type CSVHandler ¶
type CSVHandler struct {
// contains filtered or unexported fields
}
CSVHandler handles CSV file.
func NewCSVHandler ¶
func NewCSVHandler(file string) (*CSVHandler, error)
NewCSVHandler returns initialized *CSVHandler
type Config ¶
type Config struct { InputPath string OutputPath string UseEngineAzureVision bool UseEngineGoogleVision bool UseEngineRekognition bool UseEngineFacePlusPlus bool UseEnginePigo bool UseEngineDlib bool UseEngineOpenCV bool UseEngineTensorFlow bool AzureRegion string AzureSubscriptionKey string PigoCascadeFilePath string DlibModelDir string OpneCVCascadeFilePath string TensorFlowModelPath string }
func (Config) GetAzureRegion ¶
func (Config) GetAzureSubscriptionKey ¶
func (Config) GetDlibModelDir ¶
func (Config) GetOpenCVCascadeFile ¶
func (Config) GetPigoCascadeFile ¶
func (Config) GetTensorFlowModelFile ¶
type FileHandler ¶
type FileHandler struct {
// contains filtered or unexported fields
}
FileHandler handles list file.
func NewFileHandler ¶
func NewFileHandler(file string) (*FileHandler, error)
NewFileHandler returns initialized *FileHandler
func (*FileHandler) WriteAll ¶
func (f *FileHandler) WriteAll(lines []string) error
WriteAll writes lines into file
Source Files
¶
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
face-detect-annotator-all
command
|
|
face-detect-annotator-basic
command
|
|
Click to show internal directories.
Click to hide internal directories.