Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
471 contributions in the last year
Contribution activity
November 2020
Created 1 commit in 1 repository
Created 1 repository
- rafaelpadilla/yolov5 Python
Created an issue in ultralytics/yolov5 that received 4 comments
Output annotations are not in the correct format
Yolo's original output format is:
<class_id> <confidence> <center_x> <center_y> <bb_width> <bb_height>
But as seen in here the confidence value is …