Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

juye-ops/detecting-assembling-position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detecting-Assembling-Position

시스템 시퀀스

  1. 데이터 크롤링 진행
    • 크롬 버전에 맞는 webdriver 필요
$ cd utils; python crawl.py
  1. 메인보드 이미지에 대해 레이블링 진행

    • CVAT에서 Annotation 처리
    • yolo 포맷으로 저장
  2. CPU, GPU, RAM에 대한 이미지 분류 학습 진행

  $ cd Classification; python train.py
  1. Mainboard의 객체 검출 학습 진행
$ cd yolov5; python train.py --img 320 --batch 32 --epochs 100 --data coco.yaml --weights yolov5s6.pt
  1. 3, 4 단계에서 추출된 weight파일을 바탕으로 main.py에서 특정 부품 위치 검출 진행
  $ python main.py

####Paper: 이미지 분류와 객체 검출 기반의 컴퓨터 부품 조립 위치 확인 시스템

About

Detecting Assembling Position of Computer Parts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages