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
3ccfd185
Commit
3ccfd185
authored
Nov 22, 2019
by
nikhil_rayaprolu
Browse files
submittion new
parent
326ca63c
Changes
1
Hide whitespace changes
Inline
Side-by-side
eval.py
View file @
3ccfd185
...
...
@@ -40,7 +40,7 @@ from mrcnn.config import Config
from
mrcnn
import
model
as
modellib
,
utils
PRETRAINED_MODEL_PATH
=
os
.
path
.
join
(
ROOT_DIR
,
"
final_model
.h5"
)
PRETRAINED_MODEL_PATH
=
os
.
path
.
join
(
ROOT_DIR
,
"
models/mask_rcnn_crowdai-mapping-challenge_0002
.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