class documentation

class GetSimilarLabelsFrameCollection(HTTPEndpoint): (source)

View In Hierarchy

This route scans the frame collection for a given video sample and returns a label id map (label_id -> frame_number) for a given instance id.

Async Method post Undocumented
@route
async def post(self, request: Request, data: dict): (source) ΒΆ

Undocumented