System Architecture - Gachon-Graduation-work/Muzzle_Detection_Project GitHub Wiki
Python server receives image & detect dog and muzzle, classify fierce dog or not & sends it to application
from Detection
- Detected dog and muzzle image
from Classify
- classified dog image
- Detect dog and muzzle using yolo
- When the dog is not on muzzle, then classify the dog is fierce dog or not
to application
- Detected and classified dog image
- Message for each situation
- Display on application screen
Activity Diagram