Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dvoc_op.cc286 std::vector<uint32_t> label_data, difficult_data, truncate_data; in ReadAnnotationToTensor() local
301 difficult_data.push_back(static_cast<uint32_t>((item.second)[4])); in ReadAnnotationToTensor()
308 …RETURN_IF_NOT_OK(Tensor::CreateFromVector(difficult_data, TensorShape({bbox_num, 1}), &difficult)); in ReadAnnotationToTensor()