FiftyOne config.
Class |
|
FiftyOne annotation configuration settings. |
Class |
|
FiftyOne App configuration settings. |
Class |
|
Exception raised when an invalid AppConfig instance is encountered. |
Class |
|
Base class for JSON serializable config classes. |
Class |
|
Base class for classes that can be initialized with a Config instance that configures their behavior. |
Class |
|
Undocumented |
Class |
|
FiftyOne evaluation configuration settings. |
Class |
|
FiftyOne configuration settings. |
Class |
|
Exception raised when a FiftyOne configuration issue is encountered. |
Function | load |
Loads the FiftyOne annotation config. |
Function | load |
Loads the FiftyOne App config. |
Function | load |
Loads the FiftyOne config. |
Function | load |
Loads the FiftyOne evaluation config. |
Function | locate |
Returns the path to the AnnotationConfig on disk. |
Function | locate |
Returns the path to the AppConfig on disk. |
Function | locate |
Returns the path to the FiftyOneConfig on disk. |
Function | locate |
Returns the path to the EvaluationConfig on disk. |
Variable | fop |
Undocumented |
Variable | logger |
Undocumented |
Function | _get |
Undocumented |
Function | _parse |
Undocumented |
Function | _set |
Undocumented |
Returns the path to the AnnotationConfig
on disk.
The default location is ~/.fiftyone/annotation_config.json, but you can override this path by setting the FIFTYONE_ANNOTATION_CONFIG_PATH environment variable.
Note that a config file may not actually exist on disk.
Returns | |
the path to the AnnotationConfig on disk |
Returns the path to the FiftyOneConfig
on disk.
The default location is ~/.fiftyone/config.json, but you can override this path by setting the FIFTYONE_CONFIG_PATH environment variable.
Note that a config file may not actually exist on disk.
Returns | |
the path to the FiftyOneConfig on disk |
Returns the path to the EvaluationConfig
on disk.
The default location is ~/.fiftyone/evaluation_config.json, but you can override this path by setting the FIFTYONE_EVALUATION_CONFIG_PATH environment variable.
Note that a config file may not actually exist on disk.
Returns | |
the path to the EvaluationConfig on disk |