pylabel icon indicating copy to clipboard operation
pylabel copied to clipboard

Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different formats-for example, from coco to yolo.

Results 15 pylabel issues
Sort by recently updated
recently updated
newest added

Hello, i was trying to import a yolo dataset with segmentation as annotation but i get error. Is planned this feature? Thanks ![Screenshot 2023-05-20 103332](https://github.com/pylabel-project/pylabel/assets/99536010/a02942d2-ad5f-42bc-bcdd-c61780395ad1)

I have followed provided notebook for dataset splitting with one notable change - instead of downloading the dataset I have imported my own using importer.Import... . I have tested it...

# Description: Using `Analyze.ShowClassSplits` on an object returned by the importer returns an empty dataframe. # Expected: The returned frame should contain the proportion of the samples labeled `train`, `test`...

Export to Yolo5 had terrible speed if amount of data is big (>50K labels). This is due to bottleneck in loop

within ImportYoloV5, replace cv2.imdecode and its supporting code with cv2.imread, for faster operation