Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
suadd-2023-semantic-segmentation-starter-kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AIcrowd
Challenges
SUADD-2023
suadd-2023-semantic-segmentation-starter-kit
Commits
6cb62b13
Commit
6cb62b13
authored
2 years ago
by
Dipam Chakraborty
Browse files
Options
Downloads
Patches
Plain Diff
Keep data folder assert
parent
b1534486
No related branches found
Branches containing commit
Tags
submission-newdatapath-4
submission-newdatapath-5
submission-newdatapath-6
submission-newdatapath-7
submission-newdatapath-8
submission-templatefix-0
submission-templatefix-1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
my_submission/aicrowd_wrapper.py
+1
-0
1 addition, 0 deletions
my_submission/aicrowd_wrapper.py
with
1 addition
and
0 deletions
my_submission/aicrowd_wrapper.py
+
1
−
0
View file @
6cb62b13
...
...
@@ -22,6 +22,7 @@ class AIcrowdWrapper:
self
.
dataset_dir
=
os
.
getenv
(
"
AICROWD_DATASET_DIR
"
,
'
./dataset
'
)
assert
os
.
path
.
exists
(
self
.
predictions_dir
),
f
'
{
self
.
predictions_dir
}
- No such directory
'
assert
os
.
path
.
exists
(
self
.
dataset_dir
),
f
'
{
self
.
dataset_dir
}
- No such directory
'
def
raise_aicrowd_error
(
self
,
msg
):
"""
Will be used by the evaluator to provide logs
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment