tf2-yolov4 icon indicating copy to clipboard operation
tf2-yolov4 copied to clipboard

A TensorFlow 2.0 implementation of YOLOv4: Optimal Speed and Accuracy of Object Detection

Results 24 tf2-yolov4 issues
Sort by recently updated
recently updated
newest added

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

I try to convert my custom darknet .weights to .h5 but i got error 'AssertionError' this is my command : `!convert-darknet-weights ./yolov4-digits-digital_best.weights -o yolov4-digits_digital_best.h5 -n 11` and this is the...

# Description - google colab specific assertion issue caused while converting darknet weights to h5 format - loading custom yolov4.h5 weights by locating the correct directory Fixes #72 ## Type...

Dear @RaphaelMeudec did you check the performance of the tf2-yolov4 prediction result with AlexeyAB darknet ./darknet detector test command? I have been working in another repo which was also TensorFlow...

Hello! I am trying to import a custom Yolov4 model with 5 classes. I trained the model with the darknet library. The weights are proper because I have processed with...

I trained my own detector follow the instruction of https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects I set my classes = 1, image width=height=384. But I cannot convert my weight to .h5 format ![Screenshot from 2020-10-09...

Hello Guys! I have trained a Yolov4 model and I got the .weights file back. I am trying to convert the file into .h5 but there is my first Problem....

Hi @sicara Can we convert tiny_yolov4.weights file to h5 format using this repo ? or u just write the code for YOLOv4.weights? Thanks for your work......