Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
2014358c
You need to sign in or sign up before continuing.
Commit
2014358c
authored
Oct 03, 2019
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix import path
parent
202cfb60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sotabench/sotabench.py
sotabench/sotabench.py
+1
-1
No files found.
sotabench/sotabench.py
View file @
2014358c
...
@@ -12,7 +12,7 @@ from sotabencheval.utils import is_server
...
@@ -12,7 +12,7 @@ from sotabencheval.utils import is_server
from
sotabencheval.object_detection
import
COCOEvaluator
from
sotabencheval.object_detection
import
COCOEvaluator
# import faster rcnn example
# import faster rcnn example
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
"examples"
,
"FasterRCNN"
))
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
"
.."
,
"
examples"
,
"FasterRCNN"
))
from
config
import
finalize_configs
,
config
as
cfg
# noqa
from
config
import
finalize_configs
,
config
as
cfg
# noqa
from
eval
import
predict_image
# noqa
from
eval
import
predict_image
# noqa
from
dataset
import
register_coco
# noqa
from
dataset
import
register_coco
# noqa
...
...
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