How can i Converting Screen space Coordinates to DarkNet Yolo format?
Image Dimensions:
width: 1024
height: 768
Box Dimensions:
x: 51.84
y: 175.359741
width: 988.16
height: 639.999756
Normalization i understand with the division of point to image, as x = x/width but to convert the x,y,width,height coordination to darknet format.
if anyone can point me in a c# direction
btw what is the darknet format called?, since the original is screen-space. that would make googling a lot easier.