carbaro
carbaro
fix: import Yolo predictions (detection task with bounding boxes, labels with prediction confidence)
This pull requests simply accounts for prediction labels produced by yolo's --save_conf option
Hi This PR seamlessly integrates with the current yolo.py imports module. Based on the yolo_type option, it modifies the content of the task json correspondingly. Further, it allows: - datasets...
Currently, out_type option is being dismissed. Since the default value is "annotations", users would be importing predictions as tasks with confirmed annotations. This PR evaluates if any of the labels...