Create `Annotator()` class (#4591)
* Add Annotator() class
* Download Arial
* 2x for loop
* Cleanup
* tuple 2 list
* max_size=1920
* bold logging results to
* tolist()
* im = annotator.im
* PIL save in detect.py
* Smart asarray in detect.py
* revert to cv2.imwrite
* Cleanup
* Return result asarray
* Add `Profile()` profiler
* CamelCase Timeout
* Resize after mosaic
* pillow>=8.0.0
* daemon imwrite
* Add cv2 support
* Remove plot_wh_methods and plot_one_box
* pil=False for hubconf.py annotations
* im.shape bug fix
* colorstr common.py
* join daemons
* Update t.daemon
* Removed daemon saving
正在显示
... | ... | @@ -4,7 +4,7 @@ |
matplotlib>=3.2.2 | ||
numpy>=1.18.5 | ||
opencv-python>=4.1.2 | ||
Pillow | ||
Pillow>=8.0.0 | ||
PyYAML>=5.3.1 | ||
scipy>=1.4.1 | ||
torch>=1.7.0 | ||
... | ... |
差异被折叠。
请
注册
或者
登录
后发表评论