Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dvoc_op.cc285 std::vector<float> bbox_data; in ReadAnnotationToTensor() local
300 bbox_data.insert(bbox_data.end(), tmp_bbox.begin(), tmp_bbox.end()); in ReadAnnotationToTensor()
306 RETURN_IF_NOT_OK(Tensor::CreateFromVector(bbox_data, TensorShape({bbox_num, 4}), &bbox)); in ReadAnnotationToTensor()