Piotr Skalski

Results 68 issues of Piotr Skalski

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Training ### Bug I run `!yolo task=segment mode=train model=yolov8s-seg.pt...

bug

### 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 What is the point of introducing that change into...

question

Hi, @SlongLiu 👋🏻! We got this [issue](https://github.com/roboflow/notebooks/issues/97) in our https://github.com/roboflow/notebooks repository. It looks like there are some problems with `load_model` on Windows.

### Describe the bug Hi all! 👋🏻 I'm currently in the process of making a YouTube tutorial where I show people how to train YOLO-NAS on custom datasets and how...

I try to run this code: ```python import torch import torchvision.transforms as transforms from models.tag2text import tag2text_caption, ram DEVICE = torch.device('cuda' if torch.cuda.is_available() else 'cpu') IMAGE_SIZE = 384 CHECKPOINT_RAM =...

Hi 👋🏻 Is there anyone working on HF space for that model? If not, I can contribute.

### Description Add `data: Dict[str, np.ndarray] = field(default_factory=dict)` to `sv.Detections` to support the custom payload. That can be `class_name`, or other detection-related metadata. To ensure full compatibility, the `__post_init__`, `__iter__`,...

enhancement
good first issue
hacktoberfest

### Description Currently, [`sv.InferenceSlicer`](https://supervision.roboflow.com/detection/tools/inference_slicer/) supports only object detection models. Adding support for instance segmentation would require the following changes: - The `sv.InferenceSlicer` uses Non-Max Suppression (NMS) to sift out duplicate...

enhancement
Q2.2024

# Description Changed the `text_color` parameter in core.py to accept ColorPalette in addition to Color. Previously, it only accepted input of type `Color`. Now, it also accepts the type `ColorPalette`,...

enhancement
api:annotator

### Description Create `IconAnnotator` - whose task is to mark objects related to [`sv.Detections`](https://supervision.roboflow.com/detection/core/#detections) with custom icons. ![273726799-6b0ea345-bb22-4c3d-9e67-6a91371f852e](https://github.com/roboflow/supervision/assets/26109316/2f184480-c424-4724-a494-189d59592d13) It should also allow you to control the icon position in relation...

enhancement
good first issue
api:annotator
Q1.2024