-
i am getting this error:
```
Traceback (most recent call last):
File "/home/kioskadmin1/Desktop/NLPR/DEV_IFMS_multiprocessing/detection/detection_utils/yolov3.py", line 249, in __init__
a…
-
Test models with good hyperparameters: https://github.com/AlexeyAB/darknet/issues/3114#issuecomment-557499650 and https://github.com/AlexeyAB/darknet/issues/4147#issuecomment-560165394
```
batch=6…
-
## 🐛 Bug
using the Topology of CSPDarknet53 , the bn of ResBlock does not update its parameters. for example: I using CSPDarknet53 for classify mnist data, then look the bn parameters (no update)
…
-
## ❔Question
Dear author, I have been watching your yolov5. I have no problems when running yolov5. But recently I want to remove all the functions of the Focus module in yolov5, so that the entire y…
ZwNSW updated
3 years ago
-
Hi,
I am using ONNX to convert YOLOv5's .pt files to .onnx and finally to tensorrt. But I encountered some problems:
(1) In September of last year, I installed ONNX==1.7.0, ONNX-SIMPLIFIER==0.2.16…
-
This is a question, not a bug. @AlexeyAB is there a way to incorporate the "Visually Coherent Image Mixup" augmentation strategy? Amazon recently published a paper that claims that this approach resul…
-
Hi @jkjung-avt,
I am using your tensorrt_demos for my Custom models.
Yolo_to_onnx conversion is working fine, but during onnx_to_trt conversion I am getting an error as:
****python3: yolo_layer.…
-
**RFB-block**: Receptive Field Block Net for Accurate and Fast Object Detection
* paper: https://arxiv.org/abs/1711.07767v3
* source: https://github.com/ruinmessi/RFBNet
* is used with Yolov3-ASFF:…
-
Hi, I have used your SPP layer implement but I found that pytorch not support tensor with different size. So if I want to forward image to the net, I need to to set batch_size=1 like this:
```dataLoa…
-
![chart_yolov4-custom_coco](https://user-images.githubusercontent.com/43873288/102442473-d2f4cd80-4067-11eb-8086-4d415fae7599.png)
First of all, I am not good at English. Please understand if the s…