tensorflow-yolov3 icon indicating copy to clipboard operation
tensorflow-yolov3 copied to clipboard

🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"

Results 114 tensorflow-yolov3 issues
Sort by recently updated
recently updated
newest added

image_demo.py/video_demo.py里的图片的前处理是多做了一次BGR2RGB的转换吧? image_demo.py ![image](https://user-images.githubusercontent.com/20807385/177722164-97fd3c65-7634-45af-adfe-0e5c5e1fefae.png)

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.1 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 [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.11.0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

有一个问题想请教作者,在第3步 "Exporting loaded COCO weights as TF checkpoint(yolov3_coco.ckpt)" 我原本以为loaded COCO weights是Darknet发表的weights,后来查看了code才发现YOLO.ORIGINAL_WEIGHT就是我们从您的repo中下载的ckpt文件。 请问您是如何产出这个ckpt文件的,是从Darknet的weights吗还是自己training from scratch?谢谢!

hello大家好,我是该仓库的作者。鉴于我复现tensorflow-yolov3踩了太多坑,特此发个贴,帮助大家少走弯路。大家有问题可以在下面留言。

good first issue

Hello, First of all, thank you so much for sharing this useful code. I have completed learning the YOLO model using VOC dataset. And I got the following error while...

Hello, my friends! I'm wondering has anyone successfully trained and saved their model to h5 format?

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies