Added
- method `split_train_test` which allows the stratify option for i.e. classification datasets
- `coco_eval` method for detection (mAP, Average Recall)
- `voc_eval` method for detection (tp, fp, fn, precision, revall, ap)
- `to_coco` improvements and bugfixes
- `voc_score_iou_multiplex` method: shifting bbox score and iou_thresholds to find optimal thresolds
- cropping method return additional column 'crop_position' now
- added arg 'random_state' for dataset-splitting
- added arg for optional parallelistaion
- added color selection for vis and store - can take column now
- improved detetion metrics