-
NameError: name 'weights_init_normal' is not defined
-
* **I'm submitting a ...**
[/] feature request
* **Summary**
An AdaBoost classifier is a meta-estimator that begins by fitting a classifier on the original dataset and then fits additional copies of…
-
How specifically can I reproduce the mAP results mentioned in readme?
I have run test.py using the weights from the original darnet but only got mAP of 0.5145.
How can I get mAP around 55?
What's…
-
您好:我使用您的工程在自己的数据集上进行训练,过程中总是报一个错误:
ValueError: x_max is less than or equal to x_min for bbox [0.5802083333333333, 0.5598958333333334, 0.5802083333333333, 0.5598958333333334, 0.0].
应该是数据上的问题,您这里面用了数据…
-
Can you provide the training script, thank you!
-
How to correctly modify https://github.com/eriklindernoren/PyTorch-YOLOv3 to use https://github.com/huawei-noah/AdderNet ?
The following [colab ipynb notebook](https://gist.github.com/promach/8ddd9…
-
Thank you for sharing the implementations of the GAN based models on popular datasets like CelebA.
I have implemented the WGAN-GP model (in PyTorch), the samples are looking closer the reported work …
-
When running object_tracker.py using yolov3-tiny weights and cfg file, I get the following:
RuntimeError: Given groups=1, weight of size 256 256 3 3, expected input[1, 384, 26, 26] to have 256 chan…
-
作者您好,非常感谢你分享的yoloV4-pytorch项目。
阅读了几个不同版本的Yolo实现,发现大家在计算anchors和GT的时候有两种不同的计算方法。
方法1:
在每一个特征层上,比如13 * 13这个特征层上,其对应的anchor是anchors[6,7,8]这三个。在该特征层上,进行object的标定的时候,是计算gt和所有的9个anchors的iou,再取最…
-
Dear all,
First of all, thanks @AlexeyAB with the great work on this fork.
I have a very strange question is: Does the weight file include GPU information? I think NO because I understand the struct…