Skip to content
Snippets Groups Projects
Commit 6cb62b13 authored by Dipam Chakraborty's avatar Dipam Chakraborty
Browse files

Keep data folder assert

parent b1534486
No related merge requests found
......@@ -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 """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment