Home
last modified time | relevance | path

Searched refs:bbox_key (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/data/
H A Dava.py44 bbox_key = "{:.2f},{:.2f},{:.2f},{:.2f}".format(
48 if bbox_key not in bb_dict:
49 bb_dict[bbox_key] = len(boxes_agg)
54 idx = bb_dict[bbox_key]
/dports/math/curv/curv-0.5/libcurv/
H A Dgpu_program.cc31 static Symbol_Ref bbox_key = make_symbol("bbox"); in recognize() local
49 r->getfield(bbox_key, cx), in recognize()
H A Dshape.cc59 static Symbol_Ref bbox_key = make_symbol("bbox"); in recognize() local
72 Value bbox_val = r->find_field(bbox_key, cx); in recognize()