Yolov-4 icon indicating copy to clipboard operation
Yolov-4 copied to clipboard

Yolo v4 using TensorFlow 2.x

Results 15 Yolov-4 issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.2.4 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Maybe it's been a while since this forum was updated, but I'll try ;). I am trying to train the network. For this I have followed the YoloV4_Train_tf.ipynb source. I've...

When training the model from scratch with 608x608 images i get the following error: ``` ValueError: Cannot reshape a tensor with 2945760 elements to shape [2,76,76,3,36] (1247616 elements) for '{{node...

Hello Thanks for your work. I was looking for this for a long time. but I'm a little confused in read me. I want to train yolo with traffic signs...

Would you mind adding a license to this repository? https://choosealicense.com/ Thank you :)

Error is fixed with using this: yolo_model = load_model("models/yolo/yolov4.h5", custom_objects ={"Mish":Mish}) System: Windows 10 TensorFlow version: 2.4.1 Eager execution: True Keras version: 2.4.0 ps. I had to add tensorflow. in...

Hello, nice implementation, unfortunately, I can't let it run due to module installations. I Installed following packages as suggested. keras == 2.2.4 tensorflow-gpu == 2.1.0 and `get_custom_objects().update({'mish': Mish(mish)})` throws the...

Hello, i am running your code. but i have a error. ![image](https://user-images.githubusercontent.com/51184036/99924529-b40b6000-2d75-11eb-9077-7453913251da.png) i don`t know deal with this error. i need you help.

Dear sir, Could I change the classes and layer filter=255 to do my data training like darknet type?

I've been going through your training notebook and have a few questions. BTW: Thank you very much for this project it is helping me to understand the model. - Do...