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
93c3a87e
Commit
93c3a87e
authored
May 21, 2019
by
吴升宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix celery
parent
3004d8b3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
4 deletions
+3
-4
abc.jpg
demo/abc.jpg
+0
-0
predictor.py
proj/predictor.py
+0
-0
tasks.py
proj/tasks.py
+2
-3
webcam.py
proj/webcam.py
+1
-1
work.py
work.py
+0
-0
No files found.
demo/abc.jpg
deleted
100644 → 0
View file @
3004d8b3
63.4 KB
demo
/predictor.py
→
proj
/predictor.py
View file @
93c3a87e
File moved
proj/tasks.py
View file @
93c3a87e
from
__future__
import
absolute_import
from
__future__
import
absolute_import
from
proj.celery
import
app
from
proj.celery
import
app
from
demo
.webcam
import
img_to_three_color_map
from
proj
.webcam
import
img_to_three_color_map
@app.task
@app.task
def
img_reproce
(
source_path
,
target_path
):
def
img_reproce
(
source_path
,
target_path
):
img_to_three_color_map
(
source_path
,
target_path
)
img_to_three_color_map
(
source_path
,
target_path
)
\ No newline at end of file
demo
/webcam.py
→
proj
/webcam.py
View file @
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
predictor
import
COCODemo
from
pr
oj.pr
edictor
import
COCODemo
def
img_to_three_color_map
(
source_path
,
target_path
):
def
img_to_three_color_map
(
source_path
,
target_path
):
...
...
demo/
work.py
→
work.py
View file @
93c3a87e
File moved
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