-
Hi, I used model **models/mobilenetv2_voc/yolo_lite/train_pruned.prototxt** for training and **models/mobilenetv2_voc/yolo_lite/yolov3_lite_deploy_pruned.prototxt** for test, test script used examples…
-
# YOLO V3
## Reference
- 2015 **YOLO V1** You Only Look Once: Unified, Real-Time Object Detection [[paper](https://arxiv.org/pdf/1506.02640.pdf)] [[netscope](http://ethereon.github.io/netscope/#…
-
Hi, everyone,
I test the pre-trained model on the VOC dataset, and found the mAP didn't match the expected ones.
Here is my result:
yolo_v2_mobilenetv2_voc: 0.721956
yolo_v3_mobilenetv2_voc: 0.76…
-
Hello! I don't know how to contact you. Forgive me in a way like this if you see. I have tried your project to detect woods on the android and it worked with your model. However, it crashed when i use…
-
I was wondering if pytorch_lite can get YOLO v9 support in future?
Just a feature request :)
-
According to your guide I modified `Paddle-Lite/lite/tools/build_linux.sh` file.
But when I build it with `./lite/tools/build_linux.sh --arch=armv8 --with_extra=ON --with_cv=ON build_optimize_tool` I…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
First of all, thanks a lot for the great work/package/documentation!
I trained a YoloV4 Tiny model using this script:
```python
from tensorflow.keras import callbacks, optimizers
from yolov4.t…
-
5056-5056/com.baidu.paddle.lite.demo.yolo_detection A/Paddle-Lite: [F 12/ 8 15:44:59. 88 /island/Paddle-Lite/lite/core/program.cc RuntimeProgram:347] Check failed: (kernels.size() > 0): 0!>0 Erro…
-
Do anyone tried to convert trained .h5 model to Tensorflow Lite or Tensorflow Serving?
I got some difficulties due to some python functions such as 'yolo_loss' and 'yolo_head'.