Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
maskrcnn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
人工智能
maskrcnn
Commits
70d5fcca
Commit
70d5fcca
authored
May 23, 2019
by
吴升宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Makefiel
parent
fbdf9842
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
Makefile
Makefile
+3
-0
README.md
README.md
+8
-1
No files found.
Makefile
0 → 100644
View file @
70d5fcca
init
:
pip
install
-i
https://pypi.tuna.tsinghua.edu.cn/simple
-r
requirements.txt
\ No newline at end of file
README.md
View file @
70d5fcca
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment