v0.7.0
- refactor predict api (#170)
breaking changes
in predict
and predict_fiftyone
funtions:
- replaced
model_name
arg withmodel_type
- replaced
model_parameters
arg withmodel_path, model_config_path, model_confidence_threshold, model_device, model_category_mapping, model_category_remapping
in DetectionModel base class:
- replaced
prediction_score_threshold
arg withconfidence_threshold
updated demo notebooks accordingly