-
The full apk is more than 200MB that is too big for my situation, so what should i do to only build the object detection part (i.e yolov5 yolov4-tiny) with minimal changes in the codes ? Thanks !
wwdok updated
3 years ago
-
Hello. Thank you for your amazing work!
After compiling darknet using vcpkg (another options didn't work - cmake, make...) I've tried to check demo (darknet.exe detector test cfg/coco.data cfg/yol…
-
https://github.com/AlexeyAB/darknet/blob/fdb1841eb1699cf24a193787c2da7b2d9bd10070/scripts/gen_anchors.py#L52
Hello everyone.
Probably there is a mistake at the advice of recalculating anchors `.…
-
I released Mish activation function a couple of weeks ago and it has a significant improvement in performance over ReLU, Swish and other commonly used activation functions. Full details along with the…
-
Hello @GeekAlexis . Thank you for the great work. The YOLOv4 model runs very nicely on the Jetson Nano, but I was looking into converting it to TFLite to run it on a Coral accelerator. Do you have any…
-
Welcome to share the test results of OpenVINO-YOLOV4 on more Intel devices!
Test code :object_detection_demo_yolov3_async.py
Test video: https://drive.google.com/file/d/1CMekikIu0W9jyFaNp6CXTQ…
-
Dear Sir,
Thank you very much for your beautifull work ! I'm not an expert, I just started 9 months ago as a hobby, most of my learnings coming from Jason Brownlee's - machine_learning_mastery - b…
-
Hey Alexis. Thank you for the great work.
I tried to run YOLOv4-tiny-416 model using an ONNX file converted using https://github.com/jkjung-avt/tensorrt_demos/blob/master/yolo/yolo_to_onnx.py.
…
-
Hello,
I have a question, is it possible to modify the trt_yolo.py file so it could show the coordinates of bounding boxes?
Thank you for any information.
-
If you have an issue with training - no-detections / Nan avg-loss / low accuracy:
* what command do you use?
```bash
./darknet detector train data/rubbish_data.data cfg/yolov4-rubbish.cfg /home…