Skip to content

2020 인공지능 학습용 데이터 [도로주행영상 AI 데이터] 온라인 콘테스트 / 객체검출

Notifications You must be signed in to change notification settings

FOSCAR-2020/detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

학습 재현 (프리트레인 yolov5l.pt에서 65000개 데이터로 10 에포크)

cd yolov5

python3 train.py --img 1536 --batch 4 --epochs 10 --data contest.yaml --weights yolov5l.pt --cfg yolov5_contest.yaml

결과 재현

cd yolov5

python3.8 inference.py --img 1536 --conf 0.001 --batch 8 --device 0 --data contest.yaml --weights best.pt

precision recall curve

precision_recall_curve

labels

test_batch0_labels

pred

test_batch0_pred

About

2020 인공지능 학습용 데이터 [도로주행영상 AI 데이터] 온라인 콘테스트 / 객체검출

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages