Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Turgeon-Pelchat committed Oct 4, 2024
1 parent ccba099 commit 23a8589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def main(params:Union[DictConfig, Dict]):
device=device_str,
gpu_id=gpu_index,
prediction_threshold=prediction_threshold,
transformer=True,
transformers=True,
transformer_flip=transform_flip,
transformer_rotate=transform_rotate,
)
Expand Down

0 comments on commit 23a8589

Please sign in to comment.