MCPcopy Create free account
hub / github.com/OAID/Tengine / Box

Class Box

executor/operator/common/detection_output.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39struct DetectionOutputOps : public NodeOps
40{
41 struct Box
42 {
43 float x0;
44 float y0;
45 float x1;
46 float y1;
47 int class_idx;
48 float score;
49 };
50
51 void get_boxes(std::vector<Box>& boxes, int num_prior, float* loc_ptr, float* prior_ptr)
52 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected