Skip to content

v0.7.0

Compare
Choose a tag to compare
@fcakyon fcakyon released this 13 Jul 16:00
· 366 commits to main since this release
03e5191
  • refactor predict api (#170)

breaking changes

in predict and predict_fiftyone funtions:

  • replaced model_name arg with model_type
  • replaced model_parameters arg with model_path, model_config_path, model_confidence_threshold, model_device, model_category_mapping, model_category_remapping

in DetectionModel base class:

  • replaced prediction_score_threshold arg with confidence_threshold

updated demo notebooks accordingly