cv_tools icon indicating copy to clipboard operation
cv_tools copied to clipboard

Results 3 cv_tools issues
Sort by recently updated
recently updated
newest added

hello, may i ask about this mobilenet backbone How much speed did you increase ? (FPS) From original (YOLOv3-tiny) to YOLOv3-tiny-mobile? thanks all.

对于batch不等于1的应该怎么修改 ```c++ for (int i = 0; i < output_shape.size(); i++) { auto masks = g_masks[i]; vector anchors; for (auto mask : masks) anchors.push_back(g_anchors[mask]); auto shape = shapes[i]; for (int...

string onnxFile = "F:/TensorRT-6.0.1.5/data/v3tiny/yolov3-tiny.onnx"; string engineFile = "F:/TensorRT-6.0.1.5/data/v3tiny/yolov3-tiny.trt"; vector labels = { "bad" }; vector output_shape = { { 1, 18, 13, 13 },{ 1, 18, 26, 26 } ,{1,18,52,52}};...