Mike R

Results 34 comments of Mike R

I have the same issue with imgur [example](https://i.imgur.com/ExYD0jY.gifv) where hover doesn't work

@Dovyski yes so you can add keybindings to a opencv window. E.g. click 's' to execute a function or use arrow keys to adjust a rectangle's position. Do you want...

Here is a python mockup, where you can interact with a rectangle, make it grow, shrink and move it around on a canvas. It prints the key pressed, in the...

@nrpr93 I've experienced the same issue regarding getting NaN dists, I solved mine by reducing the clusters 1 or 3 instead of 5.

Are you testing with the voc data?

Maybe there are some issues with your own data, you could try to do the voc example in the readme and see if you can reproduce the same results. Could...

How much data do you have for each class ?

Is that all the bounding boxes you have? @nrpr93 Because that is probably your issue. I've used ~60k frames with ~180k detections to find my anchor boxes, so I believe...

Okay sorry, I don't know the issue then, maybe @Jumabek can help?

@Jumabek don't worry I believe my error is due to the cluster size was too high compared to the size of my annotations ~100x100 so I couldn't go up to...