| 26 | // Struct that stores the detected bounding boxes for all the clip frames |
| 27 | struct DetectionData{ |
| 28 | DetectionData(){} |
| 29 | DetectionData( |
| 30 | std::vector<int> _classIds, |
| 31 | std::vector<float> _confidences, |
nothing calls this directly
no outgoing calls
no test coverage detected