zeQq / search-video-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

make all
mkdir -p /mnt/redis/data /mnt/minio/data /mnt/milvus/db
docker-compose up -d

Docker compose

name default detail
MINIO_ADDR 192.168.1.38 Can't use 127.0.0.1 or localhost
UPLOAD_FOLDER /tmp Upload tmp file
MILVUS_ADDR Can't use 127.0.0.1 or localhost
VIDEO_REDIS_ADDR Can't use 127.0.0.1 or localhost
MILVUS_PORT 19530
MINIO_BUCKET_NUM 20 The larger the amount of data, the more buckets are needed

How it works

How to build

make all

Backup and restore

If you want backup your file, you need backup

/mnt/redis/data /mnt/minio/data /mnt/milvus/db

If you want restore, just replace folder with your backup file

Known issue

multiprocess works with tensorflow session will cause process hang up,
so when a process start,it will load model once

About


Languages

Language:JavaScript 37.3%Language:Python 31.5%Language:TypeScript 22.5%Language:HTML 2.9%Language:CSS 2.3%Language:Dockerfile 2.0%Language:Shell 1.2%Language:Makefile 0.3%