일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- plugin
- flask
- query
- springboot
- licence delete curl
- MySQL
- docker
- zip 암호화
- Kafka
- analyzer test
- ELASTIC
- Python
- token filter test
- aggregation
- zip 파일 암호화
- aggs
- sort
- matplotlib
- license delete
- 차트
- API
- high level client
- Test
- Elasticsearch
- Mac
- License
- Java
- 900gle
- TensorFlow
- 파이썬
Archives
- Today
- Total
목록image vecter (1)
개발잡부
[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