Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.1 KB

defect_detection

This repo contains the training and evaluation code for the project "Detecting steel defects"

This code is based on Detectron2 but modified and refactored to realize defect detections.

Requirements

  • Prepare steel defects data. If you download them to somewhere else, you need to update the variables, "src" and "csv_data_na", in prepare_data.py.

  • [Optional] Create a conda or python virtual environment.

  • Install required packages using the requirements.txt file.

    pip install -r requirements.txt

Usage

run : nohup sh ./sh_files/sample_train0.sh & kill : ps -ef | grep sample_train0.sh kill -9 ######

! Note that run sh files at root directory of this repository.

Examples

example

ToDo:

  • Initial code release.
  • Update knowledge distillation code.

Acknowledgements

This work was funded by the project "Research on optimal methodology for high-speed image AI processing".