yolov4-tiny-keras icon indicating copy to clipboard operation
yolov4-tiny-keras copied to clipboard

这是一个YoloV4-tiny-keras的源码,可以用于训练自己的模型。

Results 20 yolov4-tiny-keras issues
Sort by recently updated
recently updated
newest added

If i want to input an 316x208 image resolution, how can i change the neural network so it works with that resolution?

博主你好,因为我后续的硬件部署不支持乘法计算,请问可以用什么其他结构替换乘法部分吗?

单独跑kmeans_for_anchors.py 报错如下 Exception has occurred: ValueError a must be greater than 0 unless no samples are taken File "C:\Users\10407\Desktop\kmeans.py", line 161, in kmeans cluster = box[np.random.choice(row, k, replace = False)]...

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.13.2 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

訓練時遇到以下錯誤 請問有相關經驗嗎 謝謝 Traceback (most recent call last): File "[train.py](http://train.py/)", line 311, in layer.add_loss(l2(weight_decay)(layer.kernel)) File "D:\python37\lib\site-packages\keras\engine\base_layer.py", line 1585, in add_loss 'Expected a symbolic Tensors or a callable for the loss...

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

cpu训练时发现训练时间太长,请问可以在loss接近收敛时提前终止代码运行吗,这时候已经训练的模型参数会不会丢失