Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 514 Bytes

File metadata and controls

12 lines (8 loc) · 514 Bytes

Synthetic Data Generation for YOLOv5

This project aims to use deep learning algorithms to detect whether a product is counterfeit by analyzing images of boxes and their labels. In this repository we collect a number of labels to overlay them, randomly, on images of boxes.

We scraped data using Google Images API.

Dependencies

The pipeline requires a number of packages to run. You can install them in a virtual environment on your machine via the command :

pip install -r ./requirements.txt