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