Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.11 KB

File metadata and controls

28 lines (19 loc) · 1.11 KB

Object Detection Exploratory Data Analysis

License Python 3.7 Solvve

Description

Data Exploration on Medical mask dataset provided by HITL. Before feeding data into the object detection algorythm we need to explore out data and annotations. We follow next steps:

  • Review images from the dataset
  • Explore annotations
  • Visualize images with annotations
  • Clear data

Install all dependencies

Main dependencies:

pip install -r requirements.txt

Additional sources

  • Further reading: blog
  • Google AutoML Vision Edge results: link