-
Currently Yolo2_light supports quantization for some specified layers,
Not the 1st layer, Not the layer before yolo(region), and Not the size=1 layer.
And I tried to make a full INT8 quantization…
-
When I run the YOLOv2_ZeroCostDL4Mic notebook locally, I get an error in section 4.1, The error code is " train('config.json', full_model_path, percentage_validation) ". It seems that there is a prob…
-
@AlexeyAB l'm sorry to disturb you. i have tried to track pedestrians with optical flow that you suggest. It can not work very well. the problems are:
1.When occlusion occurd, such as two people walk…
-
I am training custom data to train in yolov2 .But i am getting huge AVerage loss, i am not able to understand what's the problem i have been following same steps as given in youtube and wesite but my …
-
Hello!
Your Keras Yolo2 model contains a lambda layer that doesn't seem to do much:
```
output = Lambda(lambda args: args[0])([output, self.true_boxes])
```
*Why is it in there?*
This l…
-
In the code, the ground truth value for iou prediction is the iou between the anchor and the ground truth box (https://github.com/cory8249/yolo2-pytorch/blob/master/darknet.py#L111). But the paper say…
-
These two runtime error comes out randomly while during an inference. It cannot be reproduced programmatically.
```
2019-05-28 06:34:06 - ERROR - error setStorage: sizes [48], strides [1], and stora…
-
Hi,
I've seen the issue was resolved for someone here:
https://github.com/experiencor/keras-yolo2/issues/237
However I've set my warmup batches to 3 and I'm still getting nan on training.
T…
-
I'm sorry to bother you, but I'm running the program according to your steps, using Pycharm, tensorflow1.1, opencv3.0, which is wrong and can't be done. Please answer it.
File "darkflow/cython_util…
-
File "train.py", line 101, in
_main_(args)
File "train.py", line 97, in _main_
debug = config['train']['debug'])
File "/home/**/Yolo2/keras-yolo2/frontend.py", line 336,…