monkeycc

Results 218 issues of monkeycc

``` import cv2 import torch from PIL import Image, ImageDraw, ImageFont, ImageTk model = torch.hub.load('ultralytics/yolov5', 'yolov5s') for f in ['zidane.jpg', 'bus.jpg']: torch.hub.download_url_to_file('https://ultralytics.com/images/' + f, f) # download 2 images img1...

enhancement
help wanted

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar bug report. ### Bug描述 Describe the Bug ```yml batch_size: 4 iters:...

bug

Discovering an interesting defect detection big language model https://github.com/CASIA-IVA-Lab/AnomalyGPT Does OFA support defect detection ?? ![demo_5](https://github.com/OFA-Sys/OFA/assets/6490927/58b1c9db-55a0-4e5b-aa02-a2dacd01edd6) ![demo_8](https://github.com/OFA-Sys/OFA/assets/6490927/866521b1-95ff-4266-addf-8941eccd087c) ![demo_1](https://github.com/OFA-Sys/OFA/assets/6490927/6bd0a1b8-f280-45d8-b228-0cf69c9e4868)

```python # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in...

Question

| Model | | Avg | Carpet | Grid | Leather | Tile | Wood | Bottle | Cable | Capsule | Hazelnut | Metal Nut | Pill | Screw...

## 📚 Documentation Image Denoising https://kornia.readthedocs.io/en/latest/applications/image_denoising.html Need to use tutorial I need to remove noise and blur What should I do?

bug :bug:
docs :books:

## 🚀 Feature ## Motivation https://deepdataspace.com/playground/ivp Interactive object detection ![微信截图_20240106185439](https://github.com/ultralytics/ultralytics/assets/6490927/f2cc67e4-d301-4742-bb25-1ecbb2446331)

help wanted

## 🚀 Feature ## Motivation Need to differentiate between each product Hundreds of thousands of random products I have already used object detection methods Cutting out products Need to add...

help wanted

我知道可以读取wav 但是我想用麦克风实时读取 可以提供麦克风的示例不

I want to adjust HDR Toning But I don't know how to use it ```python import photoshop.api as ps app = ps.Application() app.load(r"e:\1.tiff") idsmart_sharpen_id = app.stringIDToTypeID("AdobeScriptAutomation Scripts") desc231 = ps.ActionDescriptor()...