[cherry-pick] fix_textbbox in ImageDraw (#8580)
* [BugFix] fix_textbbox in ImageDraw
cherry-pick from #8455:
* fix_textbbox
* compact_py37
* update_req
* support to chinese in draw_bbox
---------
Co-authored-by: Nshiyutang <34859558+shiyutang@users.noreply.github.com>
Showing
ppdet/utils/compact.py
0 → 100644
... | @@ -10,7 +10,7 @@ terminaltables | ... | @@ -10,7 +10,7 @@ terminaltables |
Cython | Cython | ||
pycocotools | pycocotools | ||
setuptools | setuptools | ||
Pillow <= 9.5.0 | Pillow | ||
# for MOT evaluation and inference | # for MOT evaluation and inference | ||
lap | lap | ||
... | @@ -21,4 +21,4 @@ sklearn==0.0 | ... | @@ -21,4 +21,4 @@ sklearn==0.0 |
pyclipper | pyclipper | ||
# for culane data augumetation | # for culane data augumetation | ||
imgaug>=0.4.0 | imgaug>=0.4.0 | ||
\ No newline at end of file |
想要评论请 注册 或 登录