monkeycc

Results 190 issues of monkeycc

yolov5都有个简体中文说明,国产的yolov6居然全英文文档 加上中文 并不会显得很低级 拉低yolov6国际化的档次

``` import torch # 模型 model = torch.hub.load('meituan/YOLOv6', 'yolov6s') # or yolov6n - yolov6x, custom # 图像 img = './YOLOv6/images/zidane.jpg' # or file, Path, PIL, OpenCV, numpy, list # 推理...

```python import dearpygui.dearpygui as dpg dpg.create_context() dpg.create_viewport(title='我是中文', width=600, height=200) dpg.setup_dearpygui() with dpg.font_registry(): with dpg.font(r"D:\0SDXX\DearPyGui\MiSans-Medium.ttf", 20) as default_font: dpg.add_font_range_hint(dpg.mvFontRangeHint_Chinese_Full) dpg.bind_font(default_font) # Binds the font globally with dpg.window(label="我是中国文字"): dpg.add_text("你好, 世界") dpg.show_viewport() #...

state: pending

**Is your feature request related to a problem? Please describe.** I want to frame it Dimension coordinates Coordinates of the box Should be image coordinates **Describe the solution you'd like**...

state: pending

**Is your feature request related to a problem? Please describe.** Modify picture width and height My picture size is too large, 4000 * 4000. I want to reduce the picture...

state: pending

**Is your feature request related to a problem? Please describe.** 1. dpg. window height Can I adapt height 2. How to get the screen height and width 1400*1050 1560*1440 3840*2460...

state: pending

**Is your feature request related to a problem? Please describe.** I want to realize the image annotation function But a simple picture frame cannot be realized ``` Mouse click Get...

state: pending

mmdeploy教程感觉繁琐 Mmdeploy tutorial feels cumbersome python部署是否能简单一点 Can Python deployment be simpler `pip install mmdeploy` ``` from mmdeploy.apis import inference_model model_cfg = "" deploy_cfg = "" backend_files = "" img =...

planned feature

**Describe the feature** Sliding window detection Auto overlap crop **Motivation** The picture is too big 9000*9000 Cannot crop directly Some details will be cropped and cannot be recognized normally Overlapping...

Identified object To crop Height and width depend on the size of the object Background white ![111](https://user-images.githubusercontent.com/6490927/179661581-3bd69852-0a29-4c46-b30d-0c08e6e8a266.png)