-
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…
-
hi, I used yolov3-tiny.cfg training self-labeled images(only 3 classes), just modify last [convolutional] filters=24 in yolov3-tiny.cfg, it worked well in darknet test . it failed when I use YOLO_V…
-
**Describe the bug**
Nothing happens after running darknet_ros.launch
weights seem to have loaded, and the image topic is fine, but nothing happens.
The same code is normal on my other machine
he…
-
I follow this tutorial https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md for training custom model for YOLO v3.
But How can I training my own…
-
I have used your demo.py code along with yolo-v3 and yolov3.weights and it predicts the objects in an image very well, but when I run the demo.py code with yolo-v3-tiny and yolo-tiny.weights, the pred…
-
Hi,
I am studying you implementation of yolo_v3-tiny.
Thanks for your job !
But it seems that you have introduced an error compared to the original network.
According to the Darknet's config…
-
I trained the new Yolo model. I just modified the following 2 aspects(filters and classes) in tiny-yolo-voc.cfg file as picture show. I want to track one of the classes we have labeled.
![image](http…
-
After converting the weights for yolo.h5 I am still not able to run the code for tiny yolo since model.py is for yolo v3 only.
How do I get the model.py for tiny-yolo-v3 ?
-
I have tested your tiny-yolo on pascal_voc 2007 validation set. The result of test is so bad, I think. Do you use
paramters from darknet tiny_yolo or trained by yourself? Can your tiny_yolo reach…
-
기존 계획 : yolov3으로 사람 인식
yolov3 tiny 모델 실행 결과, 사람 인식은 가능하나 다음의 2가지 문제 발생
![image](https://github.com/MechanIT/Speech-and-object-recognition-for-elderly-people-living-alone/assets/161675231/a902101…