sort-python
sort-python copied to clipboard
Compiling on Windows
Hi I have an issue when installing this package on Windows, is there any solution?
Thanks

Hi, Could you try this fork to see if it works for windows?
Hi, thanks for your help. I successfully installed the Windows version from that fork. However, I saw there is a difference in input format from this repo and that version:
Input:
bounding_boxes: a numpy array of bounding boxes with its confidence and class id [n, 6]
The input require to have [n,6] shape instead of [n,4] shape which now need to include the confidence score and the id, so do you know what is the reason of this change?