- using cv2
- detected printed label using videocam
- finetune the pretrained objecte detection model resnet50
printed label
Blurred image
Empty Label
Not detected Label
False Negative Label
- This models shows the very low false positive rate
- There are few negative(False) example avaialble
- To make up this I genrated Synthetic False exmaples
Generated False Example
-
- Object detection : Detect the printed label area using
finetune model : ssd_resnet50_v1_fpn_640x640_coco17
-
- Classification : Classify the true / false labeled print
finetune model : mobilenet
-
- install required package
pip install -r requirements.txt
- install required package
-
- install imageai package
pip install imageai --upgrade
- install imageai package