曾逸夫(Zeng Yifu)

Results 23 issues of 曾逸夫(Zeng Yifu)

@iielse Hello,I added this dependency: - `build.gradle(:app)` ```shell implementation 'com.github.iielse:switchbutton:1.0.4' ``` I added this component to the xml, and then reported an error: ![ksnip_20210806-132547](https://user-images.githubusercontent.com/41098760/128460365-180cba88-b54c-4a18-9643-5f200e813c09.png) The error message is as follows:...

Where are the codes of the APs, APm, and APl you detected in your README? thanks. ![ksnip_20210930-000106](https://user-images.githubusercontent.com/41098760/135306227-a1b91acf-a221-4910-b059-6f58aef7d32a.png)

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Training ### Bug @glenn-jocher After clearml upload is completed,...

bug

@seanxcwang #### 我clone了最新版的TNN #### 使用的是最新版的Yolov5 onnx模型 #### 在docker中使用的是latest版的onnx2tnn #### 得到的自定义模型放在TNN android demo中运行,目标无法识别 #### 我的自定义模型中有3类, 输入shape为640,640 #### 以下是我的转换后的文件,这个zip压缩包里有转换后的两个tnn模型文件 [yolov5.zip](https://github.com/Tencent/TNN/files/6720970/yolov5.zip) #### 为了更方便阅读,我把我自定义的tnnproto文件贴出来 #### 代码中形状和类别都改为自定义的了,还是检测不出来,请大神帮我一下,谢谢 ```shell "1 221 1 4206624772 ," "images 4...

I installed ksnip-1.9.2.deb in Ubuntu 20.04.3 LTS system. After the installation is complete, it cannot be opened.

bug

Does this software have the function of scrolling screenshots?

feature_request

I created a face recognition demo based on gradio in huggingface spaces, so I can quickly experience this project.

### Describe the bug When I click on Examples, all components don't work: My project link: https://huggingface.co/spaces/Zengyf-CVer/Gradio_YOLOv5_Det_v4 ### Is there an existing issue for this? - [X] I have searched...

bug

### Describe the bug I ran this demo in gradio 3.0.20 and found two problems: 1. Plots generated in Plotly mode have no legend. 2. Pictures cannot be generated in...

bug

@argusswift ### train__annotation.txt这个文件怎么生成的?里面是什么样子? ### 我的数据集是darknet c语言格式的,转到pytorch的这个版本,不知道train__annotation.txt怎么生成的