일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 사무자동화 #Selenium
- YOLOv5
- pythonnet
- pdf merge
- DeepLearning
- Google API
- ironpython
- 업무자동화
- computervision
- pyautogui
- google cloud
- processstart
- objectdetection
- Text To Speech
- pypdf2
- 사무자동화
- 파이썬 #업무자동화 #python
- yolo
- YOLOv7
- Text-to-Speech
- Today
- Total
목록Computer Vision (33)
Doarchive
NumPy 파이썬 기반 행렬 수치계산등의 대이터 연산작을 도와주는 라이브러리 Pandas 파이썬 기반 데이터 구조를 만들어 주는 라이브러리
import scipy import numpy import matplotlib import pandas import sklearn import pydot import h5py import theano import tensorflow import keras print('scipy ' + scipy.__version__) print('numpy ' + numpy.__version__) print('matplotlib ' + matplotlib.__version__) print('pandas ' + pandas.__version__) print('sklearn ' + sklearn.__version__) print('pydot ' + pydot.__version__) print('h5py ' + h5py.__..
doa@odoaui-MacBookPro ~ % mkdir keras doa@odoaui-MacBookPro ~ % cd keras doa@odoaui-MacBookPro keras % pip install virtualenv doa@odoaui-MacBookPro keras % virtualenv venv doa@odoaui-MacBookPro keras % source venv/bin/activate (venv) doa@odoaui-MacBookPro keras % pip install numpy (venv) doa@odoaui-MacBookPro keras % pip install scipy (venv) doa@odoaui-MacBookPro keras % pip install scikit-learn..
language C++로 설정
1 Get started with playground 2.select mac os - Blank 3. typing this code and start 3. Drag image folder that you want to train folder structure have to be like that Test - object folders - images in to the folder this is the example, when i make model , I put more than 500 images each object folder 3, After dragging folder training is success 4. Let's evaluation , drag test images and another o..