-
When I try to train the net using "python flow --model tiny-yolo.cfg --train --trainer adam"
It has error: Enter training ...
Error: Annotation directory not found ../pascal/VOCdevkit/ANN/ .
Al…
-
Hi,
I am doing inference of tiny-yolo-v3 on google collab using GPU runtime.
GPU used was Tesla P100-PCIE-16GB.
After running the darknet inference command , The predicted time shown was 0.91 se…
-
wen l run training
./darknet detector train data/obj.data yolov3-tiny-obj.cfg yolov3-tiny.conv.15
yolov3-tiny-obj
something happened
decay: Using default '0.000100'
layer filters size …
-
I used the same data to train on tiny-yolo and yolov2.
on tiny-yolo,I got a good detection result(recall about 0.8).
But on yolov2, even I have trained 40000 batch, the obj is still lower than 0.1…
-
@AlexeyAB writing stopbackward=1 in cfg file and then fine tuning isn't giving results as yolov2 23 layer architecture. mAP is 0.0% before and after fine tuning yolov2-tiny-voc.cfg and corresponding w…
-
python flow --model cfg/tiny-yolo-voc-1c.cfg --load bin/tiny-yolo-voc.weights --train --annotation annotations --dataset AL_ready_seen --epoch 400
The cmd command above when executed returns:
Pars…
-
hi, I tried the following flow command
**./flow --model cfg/tiny-yolo.cfg --load bin/tiny-yolo.weights**
appears **tiny-yolo.weights** not existing from the download place
so I ran again with…
-
Hi, I have followed the steps at here https://medium.com/@bestamigunay1/end-to-end-deployment-of-lpyolo-low-precision-yolo-for-face-detection-on-fpga-13c3284ed14b to obtain the .bit and .hwh file for …
ttm17 updated
1 month ago
-
I am facing the following error:
```python
ValueError: cannot reshape array of size 5370 into shape (30,256,1,1)
```
What I did
-Changed config.py as follows.
```python
# YOLO options
__C.YO…
-
how should i set defaults.py ,if i want to train tiny-yolo-voc.cfg loading tiny-yolo-voc.weights.
def setDefaults(self):
self.define('imgdir', './sample_img/', 'path to testing directory with images…