Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
boris_conforty
Food-Recognition
Commits
89b4ed70
Commit
89b4ed70
authored
Nov 22, 2019
by
nikhil_rayaprolu
Browse files
submission with 1
parent
df8b6271
Changes
1
Hide whitespace changes
Inline
Side-by-side
eval.py
View file @
89b4ed70
...
...
@@ -40,7 +40,7 @@ from mrcnn.config import Config
from
mrcnn
import
model
as
modellib
,
utils
PRETRAINED_MODEL_PATH
=
os
.
path
.
join
(
ROOT_DIR
,
"models/mask_rcnn_crowdai-mapping-challenge_001
6
.h5"
)
PRETRAINED_MODEL_PATH
=
os
.
path
.
join
(
ROOT_DIR
,
"models/mask_rcnn_crowdai-mapping-challenge_001.h5"
)
LOGS_DIRECTORY
=
os
.
path
.
join
(
ROOT_DIR
,
"logs"
)
MODEL_DIR
=
os
.
path
.
join
(
ROOT_DIR
,
"logs"
)
# IMAGE_DIR = os.path.join(ROOT_DIR, "data", "test")
...
...
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