Sergey

Results 22 issues of Sergey

### System Information OpenCV python version: 4.8.1 Operating system / Platform: Ubuntu 22.04 Python version: 3.11.5 ### Detailed description I exported the trained model from keras_cv, when I try to...

bug
category: dnn

### 🚀 The feature Pre-trained models of the YOLO family ### Motivation, pitch I would like to be able to use pre-trained models of the YOLO family to further train...

**Describe the bug** I trained the YOLOV8Detector model in Kerala CM, then I converted it to saved_model format and then converted it to ON format. If I convert a model...

bug
pending on user response
unsupported ops

How train it for single detection task on custom dataset in pascalvoc format? I dont have mask, and i not need segmentation

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Are you planing do it? https://github.com/ultralytics/ultralytics/blob/2d513a9e4bf51e961a4199067383d2052f483874/ultralytics/models/yolo/detect/train.py#L84 ### Additional _No...

question
Stale

### Before Asking - [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。 - [X] I want to train my custom dataset, and I have read the [tutorials for training your...

question

### Before Asking - [X] I have read the [README](https://github.com/tinyvision/DAMO-YOLO/blob/master/README.md) carefully. 我已经仔细阅读了README上的操作指引。 - [X] I want to train my custom dataset, and I have read the [tutorials for finetune on...

question

### Search before asking - [X] I have searched the DAMO-YOLO [issues](https://github.com/tinyvision/DAMO-YOLO/issues) and found no similar feature requests. ### Description Integration with tensorboard ``` from torch.utils.tensorboard import SummaryWriter ... writer.add_scalar(...)...

enhancement

I search implementation BiFPN for yolox

I use visualize_assign.py to check the assignment of labels, but I see that very often the point goes beyond the bounding box, is this normal? and I only have 1...