mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-18 13:00:18 +00:00
fix: apply factor to max_recall_rating_class_rect left border
This commit is contained in:
parent
4a9717b7ce
commit
92c4945037
@ -217,7 +217,7 @@ class DeviceV2Rois:
|
|||||||
self.hor_mid
|
self.hor_mid
|
||||||
+ self.sizes.COVER_RIGHT_FROM_HOR_MID
|
+ self.sizes.COVER_RIGHT_FROM_HOR_MID
|
||||||
- self.sizes.COVER_WIDTH
|
- self.sizes.COVER_WIDTH
|
||||||
- 25
|
- 25 * self.sizes.factor
|
||||||
)
|
)
|
||||||
return self.construct_int_xywh_rect(
|
return self.construct_int_xywh_rect(
|
||||||
x=x,
|
x=x,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user