retinanet-keras icon indicating copy to clipboard operation
retinanet-keras copied to clipboard

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

Results 11 retinanet-keras issues
Sort by recently updated
recently updated
newest added

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

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

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.2.30 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

我使用了input_shape=(800,480,3)来做训练,当我使用预测时发现先验框的大小和预测出来的大小不匹配导致我无法执行预测。 preds和prior这两个大小不匹配

ValueError: total size of new array must be unchanged

您好 请教如果想分别计算.5和.5:.95的mAP的话应该怎样设置呢

请问NUM_CLASSSES究竟需要+1吗,不加一似乎无法运行?

utilis里的第142行是不是应该改成 `apply_along_axis_boxes = np.apply_along_axis(self.encode_box, 1, boxes[:, :4])`

楼主,请问怎么设置默认使用GPU训练,我不安TensorFlow==1.13.1会报错,安了就默认用这个CPU的训练了,没用TensorFlow-GPU==1.13.1训练,速度非常慢TT