ajeshmonr7777
ajeshmonr7777
> @YaoQ can you upload and send me the ONNX converted file that works with OpenCV DNN, please? I've converted the base model (YOLOv7) and the YOLOv7x to ONNX but...
> > Please try to use opencv 4.6.0! > > I can confirm, this does work with OpenCV 4.6.0. @knoppmyth Do you have .onnx file of yolov7 and yolov7-tiny ?...
> I used trasfer learning on yolov7 to train my custom dataset with 3 classes. > > Transfer learning: (Changed batch-size to 8) `python train.py --workers 8 --device 0 --batch-size...
@zihaomu While loading yolov7-nms-640.onnx file suing OpenCV I got an error message like this. OpenCV(4.6.0) Error: Unspecified error (> Node [[email protected]]:(onnx_node!NonMaxSuppression_430) parse error: OpenCV(4.6.0) c:\build\master_winpack-build-win64-vc15\opencv\modules\dnn\src\layer_internals.hpp:110: error: (-2:Unspecified error) Can't create...