-
I have trained YOLOv4 from the darknet of AlexeyAB repository with my custom dataset
after that i used the save_model.py to convert weight to tensorflow but the prediction is different from the pre…
-
Hello everyone,
When I convert my yolo v4 model to tflite int8 or float 16, I have no problem.
However, I have the following error when trying to convert to full_int8:
Traceback (most recent…
-
@Tianxiaomo Hi,
* Did you check accuracy of YOLOv4 by using your implementation, do you get the same 43.5% AP (65.7% AP50) for yolov4.cfg 608x608 on MS COCO testdev?
* Did you check, do you ge…
-
Discussion: https://www.reddit.com/r/MachineLearning/comments/hu7lyt/p_yolov4tiny_speed_1770_fps_tensorrtbatch4/
Full structure: [structure of yolov4-tiny.cfg model](https://netron.app/?url=https:/…
-
I have successfully converted a Darknet Yolov4 model to onnx using export_onnx.py.
However, I don't understand the output format. I have 4 classes and my model's output is 1 x 68607 x 9. How can I …
-
@hunglc007 Hi,
Are you planning to implement CIoU?
Examples:
* C: https://github.com/AlexeyAB/darknet/blob/a71b9a6e9a009cf94900c53deb344c5204835700/src/box.c#L233-L256
* Matlab: https://g…
-
I have a trained yolov4 darknet model and I want to continue training in pytorch. Can I do that?
-
Hi TNTWEN,
I recently converted a custom yolov4-tiny model and have it converted to IR using this script. I then did a side by side comparison between the darknet model and the converted IR mode. I…
-
Thank you for sharing such a fantastic model, but I can't get the same result on the evaluation of 40.2% mAP by YOLOv4-tiny. Even though I followed the instructions on your repository, I can get only …
-
python object_detection_demo_yolov3_async.py -i D://bike.avi -m frozen_darknet_yolov4_model.xml -d CPU
(tf1.x) C:\Users\10048720\Downloads\OpenVINO-YOLOV4-master>python object_detecti
on_demo_yol…