일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Kafka
- license delete
- query
- high level client
- 파이썬
- plugin
- TensorFlow
- zip 파일 암호화
- analyzer test
- aggregation
- 900gle
- licence delete curl
- License
- aggs
- Elasticsearch
- Python
- 차트
- docker
- token filter test
- matplotlib
- Mac
- ELASTIC
- Test
- API
- springboot
- MySQL
- sort
- Java
- flask
- zip 암호화
Archives
- Today
- Total
개발잡부
[tensorflow] feature vector 본문
반응형
https://github.com/900gle/image-vector.git
가상환경
#가상환경 목록확인
conda info --envs
#가상환경 생성
conda create --name "image" python="3.7"
#가상환경 실행
conda activate image
#모듈 설치
pip install -r require.txt
#실행
python src/ImageVector.py
반응형
'Python > image vector' 카테고리의 다른 글
[tensorflow 2]image 백터 추출 api (0) | 2022.01.12 |
---|
Comments