fish 69c4234d54 Merge branch 'master' of https://git.yoqi.me/lyq/object_detector | 4 months ago | |
---|---|---|
.devcontainer | 11 months ago | |
.github | 11 months ago | |
.ide | 4 months ago | |
.vscode | 11 months ago | |
apps | 11 months ago | |
docs | 4 months ago | |
frontend | 11 months ago | |
object_detector | 11 months ago | |
static | 11 months ago | |
.coding-ci.yml | 4 months ago | |
.dockerignore | 11 months ago | |
.env | 11 months ago | |
.gitignore | 11 months ago | |
Dockerfile | 11 months ago | |
README.md | 11 months ago | |
app.py | 11 months ago | |
docker-compose.debug.yml | 11 months ago | |
docker-compose.yml | 11 months ago | |
poetry.lock | 4 months ago | |
pyproject.toml | 4 months ago | |
requirements.txt | 11 months ago |
基于 yolov5 对象识别系统
依赖 yolov5 3.0
cd frontend
npm install
export NODE_OPTIONS=--openssl-legacy-provider
npm run serve
npm run build
tar -zcf dist.tar.gz dist
sudo apt update
sudo apt-get install ffmpeg libsm6 libxext6 -y
cd ..
virtualenv .venv
pip install -r requirements.txt
cp -R dist/* ../static
python app.py
docker:
docker build -t jianboy/objectdetector:latest .
yolov5m.pt 模型。