2021 Software Contest2021 소프트웨어 경진대회주제: YOLO를 이용한 자동 분류 시스템Recyclear (AIC)작성에 기여한 부분이 있는 코드 모음2021.05.13 ~ 2021.08.19darknet에 이용된 학습 코드Darknet - YOLO4./darknet detector train custom/custom_path.data custom/custom_parameter.cfg yolov4.conv.137 -map./darknet detector map custom/cusotm_path.data custom/custom_parameter.cfg backup/custom_parameter_best.weights./darknet detect custom/custom_parameter.cfg backup/custom_parameter_best.weights custom/test.jpg./darknet detector test custom/custom_path.data custom/custom_parameter.cfg backup/custom_parameter_best.weights -dont_show -ext_output < test.txt > test_results.txt