pylabel-project / pylabel

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.
MIT License
317 stars 56 forks source link

Pass random_state to sklearnGroupShuffleSplit #113

Closed charitarthchugh closed 1 year ago

charitarthchugh commented 1 year ago

Previously random_state parameter did nothing. Adding this to fix functionality