-
=============
win10 , java21
=============
I used GraalVM 21 to package my project, which introduced the onnxruntime jar.
```xml
org. galalvm. buildtools
native aven plugin
…
-
你好, 在Make 的时候出错了, libtorch 应该没有问题,因为之前我用来调用yolov3是成功的
![Screenshot from 2020-07-14 17-14-47](https://user-images.githubusercontent.com/11954512/87408446-0da89480-c5f6-11ea-96a0-ecc49ddc0417.png)
-
The model saved in the following path tensorflow-yolov4-tflite/android/app/src/main/assets/yolov4-416-fp32.tflite is only 23 MB. I ran the tflite code and got a tflite model of size 200MB.
-
I am trying to fine-tune tiny-yolo for only the "Person" class. After training what always happens is that it detects huge number of boxes, with very close confidences all in the range 0.5-0.6.
I t…
-
I trained the Tiny YOLO model for my own dataset and things worked out pretty well for me. Thank you for your implementation. Now, I am trying to optimize the performance while training. I noticed tha…
-
Can anybody share the working plaidml version with keras version and tensorflow version. I am using keras 2.2.4 with plaidml 0.6.4 using tensorflow 1.14 but I am getting the following error:
File "C:…
-
Implement Yolo-LSTM detection network that will be trained on Video-frames for mAP increasing and solve blinking issues.
* https://arxiv.org/abs/1705.06368v3
* https://arxiv.org/abs/1506.04214v2
…
-
Hello @AlexeyAB
Thank you for your effort in making this repository.
I've been recently using the YOLO to detect trucks in images, which turned out really well.
My next step is to try to find …
-
In the pre-processing sample code snippet:
```python
# input
image_data = preprocess(image)
image_size = np.array([image.size[1], image.size[0]], dtype=np.int32).reshape(1, 2)
```
image size…
-
I tried testing the conde using
**./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg**
It gave me this. There is no detection on predictions.jpg either. I tried webcam also. If I use th…