Aucune description

ysyyhhh 040165b50e 使用server内的mysql和minio数据文件夹 il y a 6 jours
manage_platform @ cbe2c12acf fbf1ffb98a 前端不再使用镜像仓库,直接build&添加模型精度工具 il y a 6 jours
model_accuracy fbf1ffb98a 前端不再使用镜像仓库,直接build&添加模型精度工具 il y a 6 jours
server @ c51e5080eb 1d7034f95a init il y a 1 semaine
sql 1d7034f95a init il y a 1 semaine
.gitignore 1d7034f95a init il y a 1 semaine
.gitmodules 1d7034f95a init il y a 1 semaine
docker-compose.yml 040165b50e 使用server内的mysql和minio数据文件夹 il y a 6 jours
readme.md 1d7034f95a init il y a 1 semaine

readme.md

部署

  1. 初始化数据库

    docker exec -it mysql-db /bin/bash
    mysql -uroot -p
    # 密码 colin123
    use vehicle;
    source sql/vehicle.sql
    
  2. 在文件夹model_accuracy下创建output文件夹 -- model_accuracy -- output -- config.yml