Hello, I need help I desire to select/filter the contours on an image. Not sure best way to do that. Idea select/filter for bottom left most contour? see image attached please. also will need end points or court corners. and need contour to be fine line, smooth, ie accurate of the court end line and side lines only is desired. thank you :) or also glad for other ideas or api to determine the lines/corners I need.
glad to email to discuss if that is better/easier actually prefer that. thanks.
Post
Replies
Boosts
Views
Activity
I have images, and I annotated with polygon, actually simple trapezoid, so 4 points. I have been trying and trying but can't get Create ML to work. I am trying Object Detection. I am not a real programmer so really would greatly appreciate some guidance to help to get this model created. I think I made a Detectron2 model, and tried to get that converted into a mlmodel I need for xcode but had troubles there also. thank you.
{
"annotation": "IMG_1803.JPG",
"annotations": [
{
"label": "court",
"coordinates": {
"x": [
187,
3710,
2780,
929
],
"y": [
1689,
1770,
478,
508
]
}
}
]
},
Hello, We are thinking about a proof of concept test app, to determine accurately a 30-40, ball bounce with a horizontal surface(court).
Question is and appreciate guidance, what API kits might be best for this? and can this API be set at 220 FPS 1080px setting and do the accurate analysis? I was thinking VisionKit? Also any examples of code, apps, links, and apps be very much appreciated. Open to some developer help/coding also :)
Thank you so much.