Skip to content

Commit

Permalink
add instance segmentation task support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov authored Aug 30, 2024
1 parent 9306184 commit f2114d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def main_func():

task_info = api.task.get_info_by_id(g.session_id)
task_dir = f"{g.session_id}_{task_info['meta']['app']['name']}"

eval_res_dir = f"/model-benchmark/evaluation/{project.id}_{project.name}/{task_dir}/"
eval_res_dir = api.storage.get_free_dir_name(g.team_id, eval_res_dir)

Expand Down

0 comments on commit f2114d3

Please sign in to comment.