일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- flask
- matplotlib
- Java
- Test
- high level client
- analyzer test
- springboot
- Elasticsearch
- aggregation
- license delete
- plugin
- licence delete curl
- aggs
- MySQL
- 차트
- query
- API
- 900gle
- Mac
- sort
- docker
- 파이썬
- TensorFlow
- ELASTIC
- License
- token filter test
- Python
- zip 암호화
- Kafka
- zip 파일 암호화
Archives
- Today
- Total
목록Python/image vector (2)
개발잡부
[tensorflow 2]image 백터 추출 api
나중에 다시 만들어야지.. import tensorflow as tf import tensorflow_hub as hub import numpy as np import json from flask import Flask from flask_restful import reqparse, abort, Api, Resource app = Flask(__name__) api = Api(app) filePath = "/Users/doo/project/opencv/web/src/main/resources/static/images/" tempPath = "/Users/doo/project/opencv/common/temp/" def load_img(path): img = tf.io.read_file(path) img ..
Python/image vector
2022. 1. 12. 14:07
[tensorflow] feature vector
https://github.com/900gle/image-vector.git GitHub - 900gle/image-vector Contribute to 900gle/image-vector development by creating an account on GitHub. github.com 가상환경 #가상환경 목록확인 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
2021. 12. 31. 23:25