System Architecture - Gachon-Graduation-work/Muzzle_Detection_Project GitHub Wiki

Architecture

architecture


Python server receives image & detect dog and muzzle, classify fierce dog or not & sends it to application

Receive

from Detection

  • Detected dog and muzzle image

from Classify

  • classified dog image

Detect and classify

  • Detect dog and muzzle using yolo
  • When the dog is not on muzzle, then classify the dog is fierce dog or not

Send

to application

  • Detected and classified dog image
  • Message for each situation
  • Display on application screen

Diagram

Activity Diagram
activity_diagram

⚠️ **GitHub.com Fallback** ⚠️