Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeepFaceClient ¶
type DeepFaceClient struct {
BaseURL string
}
func NewClient ¶
func NewClient(baseURL string) *DeepFaceClient
func (*DeepFaceClient) Analyze ¶
func (c *DeepFaceClient) Analyze(imgPath string, actions []string) error
func (*DeepFaceClient) Represent ¶
func (c *DeepFaceClient) Represent(modelName, imgPath string) error
func (*DeepFaceClient) Verify ¶
func (c *DeepFaceClient) Verify(img1Path, img2Path, modelName, detector, metric string) error
Click to show internal directories.
Click to hide internal directories.