提交 60ffcdb4 authored 作者: blu's avatar blu

human detector: mqtt msg revise

上级 5bdbe820
...@@ -11,15 +11,16 @@ ENV DL_DIR=/data ...@@ -11,15 +11,16 @@ ENV DL_DIR=/data
ENV BIN_DIR=/apps/app/ ENV BIN_DIR=/apps/app/
ENV CFG_DIR=edet_model.pth ENV CFG_DIR=edet_model.pth
COPY requirement.txt /apps/app/
RUN pip install --upgrade cython numpy
RUN pip install -r requirement.txt
RUN pip install pillow==6.1 torchvision opencv-contrib-python
COPY web.py /apps/app/ COPY web.py /apps/app/
COPY detect_video.py /apps/app/ COPY detect_video.py /apps/app/
COPY requirement.txt /apps/app/
COPY edet_model.pth /apps/app/ COPY edet_model.pth /apps/app/
COPY src /apps/app/src COPY src /apps/app/src
RUN pip install --upgrade cython numpy
RUN pip install -r requirement.txt
COPY start.sh /apps/app COPY start.sh /apps/app
RUN pip install pillow==6.1 torchvision opencv-contrib-python
EXPOSE 5555 EXPOSE 5555
EXPOSE 5000 EXPOSE 5000
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论