-
I just download the pretrained model 'yolo-tiny.pt' and 'yolov3-spp-ultralytics.pt' and try to run the script. However, I met the loading error 'RuntimeError: storage has wrong size: expected 0 got 32…
-
Hello,
I have several questions on the training and the last layer output:
1. I am training yolov3_spp to detect small object with one class but after training for 80000 iterations, the avg loss d…
-
Hello everyone, here is a code that can convert the weights of darknet to onnx model. Now it can support the conversion of **yolov4**, **yolov4-tiny**, **yolov3**, **yolov3-spp** and **yolov3-tiny** d…
-
* `batch=1 (sync-mode)`
* CPU, VPU
* OpenCV 4.2.0 (master-branch 21 Mar 2020)
* OpenVINO 2020.1.033
* GPU
* CUDA 10.0
* cuDNN 7.4.2
* Darknet (Mar 22, 2020) GPU=1 CUDNN=1 CU…
-
![111](https://user-images.githubusercontent.com/37058972/61678606-4cd33b00-ad3e-11e9-8f3b-9842c37e89a3.png)
hi! @AlexeyAB I recently applied mixup to my yolov3-spp
[net]
mixup = 1
blur = 1
…
-
## 🐛 Bug
the link is 404 not found
-
Hello. Thank you for sharing your awesome research.
I am trying to train the coco2017 dataset on yolov3-spp.
But the error came out:
**File "C:\Users\Pruned-OpenVINO-YOLO\Pruneyolov3v4\utils\da…
-
Hi. I want to implement yolov3 with resnet-101 as its backbone. I find resnet-101.cfg file on dartnet official website and place it as backbone on yolov3-spp.cfg instead of darknet53. But when parsing…
-
Hi, Alexey.
I want to convert model yolo_v3_spp_pan scale to tensorflow model but some github just support for default yolov3, so you can write tool convert to tensorflow or provide a git. tks a lot
-
I trained a yolov3-spp model based on darkent, and at the same time I converted it to a tensorrt model, but I found that it has more false detections than tests based on darknet.
precision:float32, n…
ou525 updated
4 years ago