Open RobotEdh opened 4 years ago
Great job
@RobotEdh can we use the same notebook for custom YOLOv4 weights?
Hello,
what do you mean by for custom YOLOv4 weights?
Eric
Hi @RobotEdh ,
I mean I have trained the model with my custom datasets.
@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)
yes I confirm, no issue with your trained weights
Can I transfer the rectangle box detection to circular box?
Is yoloV4 also possible with Tensorflow_macos? https://github.com/apple/tensorflow_macos
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