Skip to content

0general/airport_hazardous_materials_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

Xrayolo


Yolo 기반 객체 탐지를 활용한 X-ray 상의 위해물품 탐지 프로그램

Video


Full presentation video on YouTube

Info


서비스 이용 대상

공항 검색대와 같이 X-ray 물품 검사를 필요로 하는 기업

기대 효과

  • 위험물체 판독 보조를 통한 작업 피로도 감소
  • 판독 과정에 필수적인 비용 감소

Role


  1. Rapiscan 스캐너로 촬영한 X-ray 동영상을 입력으로 받아, 사이트에 업로드합니다.
  2. 서버는 업로드된 동영상을 실시간으로 분할 전처리한 후, 이미지 속의 객체를 탐지하고 DB에 저장합니다.
  3. 탐지된 결과는 곧바로 웹 상에서 확인이 가능합니다.

탐지 가능한 물품은 공항 위해물품과 기업용 보안물품을 포함한 34종입니다.


Build Guide


Requirements

  • Python 3.9
  • (for GPU) CUDA 10.1
  • (for GPU) CUdnn 7.6.5 - for CUDA 10.1 ver
  • (for GPU) Graphic Card - we used NVIDIA Tesla V100 32GB
  • opencv 3.4.0 이상
  • git
  • django
  • numpy
  • Yolo version3
pip install numpy
pip install opencv-python
pip install Django

Dataset


AI hub

Rapiscan


Test Accuracy


  • F1 score 93
  • mAP(0.5) 기준 92.34%

References


  • Yolo

https://github.com/AlexeyAB/darknet

  • Ubuntu OS

https://kkoma-it.tistory.com/1

  • opencv 설치

https://j-remind.tistory.com/57

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors