참조 : https://www.youtube.com/watch?v=fdWx3QV5n44&t=4231s YOLO v5 모델(PyTorch) https://github.com/ultralytics/yolov5 https://www.ultralytics.com 테스트 환경 : Google Colab 모델 다운로드

추론(Inference) : detect.py: YOLO v5 모델을 이용한 추론 !ls data/images Image(filename=’data/images/bus.jpg’, width=600) Image(filename=’data/images/zidane.jpg’, width=600) !python detect.py –weights yolov5s.pt –img 640 –conf 0.25 –source data/images/ Image(filename=’runs/detect/exp/bus.jpg’, width=600) Image(filename=’runs/detect/exp/zidane.jpg’, width=600) 결과 Pothole 탐지 모델 데이터셋 다운로드 포트홀 데이터셋: https://public.roboflow.com/object-detection/pothole 회원가입해야 함 데이터 셋 다운로드

이미지 목록 생성 : 465,… Continue Reading YOLO v5를 사용하여 포트홀 찾기

사용 데이터셋: ThoraricSurgery.csv 소스 코드 1

소스 코드 1 실행 결과

설명 accuracy : 예측이 성공학 확률 loss : 예측이 실패할 확률 예측 성공률은 데이터를 분석해 데이터를 확장하거나, 딥러닝 구조를 적절하게 바꾸는 등의 노력으로 더 향상될 수 있음 소스 코드 2

소스 코드 2 실행 결과

Continue Reading 폐암 수술 환자의 생존율 예측하기

error: Content is protected !!