K210_Yolo_framework icon indicating copy to clipboard operation
K210_Yolo_framework copied to clipboard

Yolo v3 framework base on tensorflow, support multiple models, multiple datasets, any number of output layers, any number of anchors, model prune, and portable model to K210 !

Results 28 K210_Yolo_framework issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.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 [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.9.3. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies

![image](https://user-images.githubusercontent.com/47177625/86912060-e3b32600-c14e-11ea-8cdd-111a871e281f.png)

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 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

我使用yolo-faster训练好的模型输出为[1,45,7,10],[1,45,14,20], 可以使用你的程序部署到k210吗

你好 ,这个代码支持maix dock嘛,如过不支持,请问 需要如何修改呢,思路是什么呢

python3 ./make_anchor_list.py \ voc \ --max_iters 10 \ --is_random True \ --in_hw 224 320 \ --out_hw 7 10 14 20 \ --anchor_num 3 \ --low 0.0 0.0 \ --high 1.0...

输入大小只能是224x320吗,如果输入是224x224该怎么改main.c文件

您好,我通过该项目训练自己的数据集,得到了h5,tflite,kmodel三种模型,并通过netron大致了解了h5和tflite的网络架构。 我想尝试着用Pytorch完成这一项目,按照h5和tflite重新定义网络结构,但是无法使用预训练模型。 作者能分享一下这个项目的大致实现过程吗?可以参考一下。

Following the instructions in the README.md in section Train at Point 1: make train MODEL=yolo_mobilev1 DEPTHMUL=0.75 MAXEP=10 ILR=0.001 DATASET=voc CLSNUM=20 IAA=False BATCH=16 It starts Epoch 1/10 and runs for about...