Commit f09724d7 authored by 吴升宇's avatar 吴升宇

fix

parent 93c3a87e
...@@ -3,7 +3,7 @@ import argparse ...@@ -3,7 +3,7 @@ import argparse
import cv2 import cv2
from maskrcnn_benchmark.config import cfg from maskrcnn_benchmark.config import cfg
from proj.predictor import COCODemo from demo.predictor import COCODemo
def img_to_three_color_map(source_path, target_path): def img_to_three_color_map(source_path, target_path):
......
from __future__ import absolute_import from __future__ import absolute_import
from proj.celery import app from proj.celery import app
from proj.webcam import img_to_three_color_map from demo.webcam import img_to_three_color_map
@app.task @app.task
......
...@@ -3,4 +3,6 @@ yacs ...@@ -3,4 +3,6 @@ yacs
cython cython
matplotlib matplotlib
tqdm tqdm
redis
msgpack-python
git+ssh://git@git.wanmeizhensuo.com/wushengyu/skin_detector.git@master git+ssh://git@git.wanmeizhensuo.com/wushengyu/skin_detector.git@master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment