Notice
Recent Posts
Link
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- iris dataset
- Container
- C
- 360게임 만들기 with c
- AI
- 춤 유사도 평가
- ubuntu
- drone control
- aws code pipeline
- yolo mask
- mask image training
- pill ai
- 369게임 만들기
- Python
- 한글깨짐해결
- 시저암호 코딩
- dji tello
- ubuntu에서 docker 사용
- 긍부정문 판별
- Java
- flower classification
- docker in ubuntu
- docker
- ceasor
- 오목앱 만들기
- pill classification
- docker container
- token check
- 오목게임앱
- deep learning
Archives
- Today
- Total
월레스와 그로밋: 코딩의 날
Flower Classification 본문
102 종류의 꽃 데이터를 학습하여 꽃을 판별해줍니다. (데이터는 [https://www.robots.ox.ac.uk/~vgg/data/flowers/102/] 이곳에서)
Python 3.11 with the following installed :
git clone https://github.com/GamjaUser/flower_classification.git
cd flower_classification
pip install -r requirements.txt
- link : [https://www.robots.ox.ac.uk/~vgg/data/flowers/102/]
- categories : [https://www.robots.ox.ac.uk/~vgg/data/flowers/102/categories.html]
- test_img
- 인터넷에 떠도는 꽃 이미지
- EfficientNetB0
- download data
- Run python oxford_flowers102_dataset_builder.pyto train the model
- Run python train.pyto train the model
- Run python test.pyto train the model
거의 90% 이상의 정확도를 보여줌.
[1] 102 Category Flower Dataset [https://www.robots.ox.ac.uk/~vgg/data/flowers/102/]
[2] oxford_flowers102_dataset_builder [https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/datasets/oxford_flowers102/oxford_flowers102_dataset_builder.py]
[3] Apache License, Version 2.0 [https://www.apache.org/licenses/LICENSE-2.0]
GitHub
GitHub - GamjaUser/flower_classification
Contribute to GamjaUser/flower_classification development by creating an account on GitHub.
github.com
'Python > Deep Learning' 카테고리의 다른 글
심층 신경망(Deep Neural Network, DNN)과 Iris 데이터셋 학습 (0) | 2025.02.07 |
---|---|
퍼셉트론(Perceptron _ AND, OR, NAND, XOR) (0) | 2025.02.07 |