Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 파이썬 #업무자동화 #python
- 사무자동화 #Selenium
- DeepLearning
- YOLOv5
- ironpython
- yolo
- 사무자동화
- pypdf2
- pythonnet
- objectdetection
- YOLOv7
- Text To Speech
- pyautogui
- Google API
- pdf merge
- google cloud
- processstart
- computervision
- 업무자동화
- Text-to-Speech
Archives
- Today
- Total
Doarchive
[DarkFlow] Yolo.Weight 를 사용해서 Model 학습 본문
(venv) sps@odoaui-MacBookPro project % open darkflow
// Darkflow folder 내에 labels.txt file을 수정해준다
Annotation 작업에 사용했던 Labels 이름을 넣어주면 된다
cfg 파일의 yolo.cfg 파일을 수정해준다 filter class
class 는 label 개수 filters 는 class +5
(venv) sps@odoaui-MacBookPro darkflow % python flow --model ./cfg/TestYolo.cfg --labels ./labels.txt --trainer adam --dataset ./data/ --annotation ./dataset/ --train --summary ./logs --batch 5 --epoch 100 --save 50 --keep 5 --lr 1e-04
Test
python shell 에서 실행
sudo idle3
728x90