pylabel
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.
Hello, i was trying to import a yolo dataset with segmentation as annotation but i get error. Is planned this feature? Thanks 
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