nanodet-opncv-dnn-cpp-python icon indicating copy to clipboard operation
nanodet-opncv-dnn-cpp-python copied to clipboard

用opencv部署nanodet目标检测,包含C++和Python两种版本程序的实现

Results 4 nanodet-opncv-dnn-cpp-python issues
Sort by recently updated
recently updated
newest added

Hello! Has any plan to use onnxruntime c++ to detect?

when i use cv2.dnn.readNet() to read the onnx model, i have a question (expected: 'shapes.depth() == CV_32S') where 'shapes.depth()' is 5(CV_32FC1) must be equal to 'CV_32S' is 4(CV_32SC1) in void_cdecl...

line 103, in get_bboxes_single max_scores = cls_score.max(axis=1) numpy.AxisError: axis 1 is out of bounds for array of dimension 1

[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.2\build\windows\opencv\modules\dnn\src\onnx\onnx_importer.cpp (395) cv::dnn::dnn4_v20201117::ONNXImporter::populateNet DNN/ONNX: loading ONNX v6 model produced by 'pytorch':1.7. Number of nodes = 335, inputs = 1, outputs = 6