Skip to content

Commit

Permalink
Use single shape mode for image_points task
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Nov 1, 2024
1 parent f0258c4 commit a3fbb84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def compose_assignment_url(task_id: int, job_id: int, *, project: Project) -> st
if project.job_type in [
TaskTypes.image_skeletons_from_boxes,
TaskTypes.image_boxes_from_points,
TaskTypes.image_points,
]:
query_params = "?defaultWorkspace=single_shape"

Expand Down

0 comments on commit a3fbb84

Please sign in to comment.