Commit 70d5fcca authored by 吴升宇's avatar 吴升宇

add Makefiel

parent fbdf9842
init:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
\ No newline at end of file
...@@ -273,6 +273,12 @@ img = handle_from_path(path) # 类似cv2.imread的img ...@@ -273,6 +273,12 @@ img = handle_from_path(path) # 类似cv2.imread的img
from demo.three_color import handle_from_url from demo.three_color import handle_from_url
url = 'http://xxx/xxx/xx.jpg' url = 'http://xxx/xxx/xx.jpg'
img = handle_from_url(url) img = handle_from_url(url)
```
或者
```shell
git clone git@git.wanmeizhensuo.com:wushengyu/maskrcnn.git
cd maskrcnn-benchmark
make init
python setup.py build develop
``` ```
\ No newline at end of file
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