Skip to content

Commit

Permalink
Model not working with smaller random crops. Padding also seems to be…
Browse files Browse the repository at this point in the history
… making the detection worse
  • Loading branch information
peiva-git committed Nov 19, 2023
1 parent a2dc900 commit ca38f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basketballtrainer/models/pp_liteseg_rancrops.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self,
resize_mode='bilinear',
pretrained=None,
random_crops: int = None,
crop_ratio: float = 0.8):
crop_ratio: float = 0.97):
"""
This constructor initializes a PPLiteSeg model with the same default parameters as the base class.
Only the :param random_crops and :param crop_ratio parameters are specific to this model.
Expand Down

0 comments on commit ca38f02

Please sign in to comment.