shaimaaK / sticky-note-detector

SSD mobilebet v1 FPN pretrained model over COCO dataset, trained over sticky-note images dataset i built to detect sticky-notes
1 stars 1 forks source link
mobilenetv1-ssd object-detection sticky-notes tensorflow-api tensorflow2

Sticky Note Detector

This directory contains code implementation of custom trained SSD mobilebet v1 FPN model using my sticky-note images dataset i built to detect sticky-notes.

Requirements

Python >= 3.6 TensorFlow >= 2.2 Protobuf Compiler >= 3.0

Table of Contents

Installations and Dependencies

Prepare The Dataset

The Images used (unlabeled and labeled ) are available here.
The images are collected manually and labeled using labelImg.

    pyrcc5 -o libs/resources.py resources.qrc

    python labelImg.py

Training and Evaluation

Library version Download Link
Tensorflow GPU 2.5.0 pip install tensorflow-gpu
NVIDIA CUDA Toolkit 11.4 official link
NVIDIA cuDNN 11.4 official link

Files to use (for tensorflow 2 and above)

Resources