Skip to content

comeeasy/AllEye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AllEye

how to run


< > 로 씌워져 있는건 필요한 값을 넣으셔야해요
는 train하고자 하는 epochs 수를 입력
은 train결과를 저장할 directory이름이에요

  $ git clone https://github.com/kiteday/AllEye.git
  $ cd AllEye/yolov5
  $ pip3 install -r requirements.txt
  
  # train
  -------------------------------------------------
  $ python3 train.py --epochs <epochs> --batch-size 1 --cfg ./model/yolov5s.yalm --data ./data/bus_data.yalm --name <result directory name> 
  
  
  # detection
  -------------------------------------------------
  - original
  $ python3 detect.py --weights ./runs/<best result dir>/weights/best.pt --source ./data/bus/bus-joono-video.mp4 
  
  - crop image save
  $ python3 detect.py --weights ./runs/<best result dir>/weights/best.pt --source ./data/bus/bus-joono-video.mp4 --save-crop

result


  • original image
    result
  • cropped image
    result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.3%
  • Jupyter Notebook 4.6%
  • Other 1.1%