-
Hi I'd like to use your script with a YoloV4, but `load_weights.py` fails in converting the model in tf format.
Do you have any suggestion on how to make the script work for the YoloV4 as well?
-
Are there any yolov4 weights available with anoyone?
If you have, would be great if you could provide them and mention the model name.
Thanks!
-
你好,请问如果我要先用yolov4训练自己的数据集,然后再使用您的repo来进行模型剪枝,那么这整体的步骤是什么呢,后续能否出个yolov4的教程什么的。是不是先用AlexAB的darknet训练自己的yolov4模型,然后将自己数据集的cfg和训练好的weights权重在您的repo去做稀疏化训练和剪枝,谢谢了。
-
HI! Thanks for this great work!
Can you provide some examples for yolov4 ? Thank you!
-
Any way to use this with Scaled Yolov4?
Tried converting Yolov4-CSP to tensorflow weights and got an error.
-
Hi ,
Is this repository compatible with yolov4 darknet weights (yolov4.weights) for prunning ?
-
To create unittests for all the ops in the YoloV4 model on GS device.
unit tests to be created under https://github.com/tenstorrent-metal/tt-metal/blob/main/tests/ttnn/unit_tests/operations
-
Can I use Yolov4?
-
I was just wondering is anyone able to note the distinction between yolov4 and tiny in terms of network size. i know they both use CSPDarknet but i can't seem to find any information about the size an…
-
Great work!
Would you please convert yolov4 to onnx ?