Server Start Guide - Gachon-Graduation-work/Muzzle_Detection_Project GitHub Wiki
Introduction
Server consists of YoloV3-based detector and ResNet-based classifier .
- YoloV3 is used to detect dog & muzzle.
- ResNet is used to classify whether a dog is fierce dog or not.
Dependencies
Python 3.8 version with PyCharm is used for this project
Start Guide For Socket Programming
- Install Python and Python development tool(ex. PyCharm) on your computer.
- Downlaod project.
- Go to main.py from Graduation_Project_Python.
- Set your Port Number and IP Address to communicate with Client.
- Run main.py
- Go to MainActivity.java from Graduation_Project_App.
- Set your Port Number and IP Address to communicate with Server.
- Run Application from your phone.
- Take picture then App will send picture to Server.
- Then Server will send result picture to your App.
More details
This project offer pre-trained YoloV3 and ResNet model.
If you want to use newly-trained model, then Please refer YoloV3 part and ResNet part.