turicreate.one_shot_object_detector.OneShotObjectDetector¶
-
class
turicreate.one_shot_object_detector.
OneShotObjectDetector
(state)¶ An trained model that is ready to use for classification, exported to Core ML, or for feature extraction.
This model should not be constructed directly.
Methods
OneShotObjectDetector.export_coreml (filename) |
Save the model in Core ML format. |
OneShotObjectDetector.name () |
Returns the name of the model. |
OneShotObjectDetector.predict (dataset[, …]) |
Predict object instances in an SFrame of images. |
OneShotObjectDetector.save (location) |
Save the model. |
OneShotObjectDetector.summary ([output]) |
Print a summary of the model. |