-
Hi,
Thanks for the great work on this. I was just wondering is this work in the repo or will be in?
Maruthi
-
ONNX export failure: ONNX export failed: Couldn't export Python operator MishCudaFunction
-
Hello, I'm going to train YOLOv4 large. I wonder does colab pro GPU Tesla V100 be albe to train YOLOv4 P5 or P7 with our dataset. Thank you!
-
NVIDIA GEFORCE RTX 2060 6GB+cuda10.0,运行过程中会出现资源耗尽的错误,请问是什么原因呢?
tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape[8,64,256,256] and type float on …
-
This issue was migrated from [Pagure Issue #960](https://pagure.io/dogtagpki/issue/960). Originally filed by **[jmagne](https://pagure.io/user/jmagne) (@jmagne)** on *2014-04-12 03:18:56*:
- Assigned…
-
This isn't really a bug, more of a question as I'm not super familiar with how YOLO works under the hood.
I was reading through the code in `common.convolutional`:
```python
def convolutional(inp…
-
Hi, thank you for your great work!
I would like to replace all the ReLU activation function to mish, and need to train from scratch, may i know how to modify the config file for SOLOv2 like the learn…
-
in yolo v4, we change (following only show one layer)
[yolo]
mask = 6,7,8
anchors = 25, 20, 22, 30, 38, 37, 27,124, 117, 32, 64, 62, 163, 84, 97,162, 287,284
classes=6
num=9
jitter=.3
ign…
-
Hello @AlexeyAB,
I have trained yolov4 on my custom dataset two days before. Now, I am again training yolov4 on the subset of the same custom dataset. I have used your yolov4 cfg and changed classe…
-
hi alexry, i trained for 7 object with the last stable master branch, the training finished but the model only detect 2 of the 7 categoies, I already checked the labels, and all of them exist. on the …