
11/8 5, 6, 7세션
# 학습
model_transfer = YOLO('yolo11n.pt')
results_train = model_transfer.train(model='/content/yolov11n.pt',
data='/content/exam_000000/data.yaml',
epochs=40,
seed=2024,
patience=10,
pretrained=True,
)
image_path = 'a.jpg'
# 예측
results_pred = model_transfer.predict(source=image_path,
save=True,
)
각 클래스 간에 차이점이 보이지 않는다.
분류를 하긴 했으나, 명확하지 않다.
분류를 하지 못했다.


책 추천
1. 비전 시스템을 위한 딥러닝
2. 모두의 딥러닝
3. 딥러닝 파이토치 교과서
강좌 추천
앤드류 응, 인프런