tsod
Home
Getting Started
Design philosophy
API Reference
Source Code
Report a Bug
On this page
load
Parameters
Returns
Edit this page
Other Formats
Jupyter
load
load(path)
Load a saved model from disk saved with
Detector.save
Parameters
Name
Type
Description
Default
path
str or Path
File-like object to load detector from.
required
Returns
Name
Type
Description
Detector
The loaded detector instance.