AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

Yolo V4 available on TensorFLow 2.x #5827

Open RobotEdh opened 4 years ago

RobotEdh commented 4 years ago

Hello,

Just to inform you that I have adapted to TensorFlow 2.x the last release v4 of Yolo You can find more details here: https://github.com/RobotEdh/Yolov-4

hicaonmb commented 4 years ago

Great job

dsbyprateekg commented 4 years ago

@RobotEdh can we use the same notebook for custom YOLOv4 weights?

RobotEdh commented 4 years ago

Hello,

what do you mean by for custom YOLOv4 weights?

Eric

dsbyprateekg commented 4 years ago

Hi @RobotEdh ,

I mean I have trained the model with my custom datasets.

ankandrew commented 4 years ago

@dsbyprateekg For what I have looked there shouldn't be a problem. As long as it is the same network architecture as yolov4.cfg (weights can be your own ones)

RobotEdh commented 4 years ago

yes I confirm, no issue with your trained weights

larrywal-express commented 4 years ago

Can I transfer the rectangle box detection to circular box?

lsgcv commented 3 years ago

Is yoloV4 also possible with Tensorflow_macos? https://github.com/apple/tensorflow_macos