-
@mystic123
HI GUYS:
when i use you convert_weight_pb.py to convert my modle yolov3-tiny.weight to yolov3-tiny.pb in --data_format NHWC ,it throw this bug
control_input_ops)
File "/home/sy…
-
We just trained our yolo model but we we try to apply the eval_detection_fscore.py with our trained model, we received an error:
```
File "/home/master/.local/lib/python2.7/site-packages/tensorf…
-
so I formatted my yolo cfg and obj files accordingly, but training was taking a long time, so I just downloaded the weights of my custom dataset which were available on a github page. Now this network…
-
I have trained yolov3-tiny successfully, but I want additional modification to detect bigger objects better since my data set consists of objects of various sizes. I added additional downsampling in t…
-
大佬你好,想问下训练自己的数据集生成了权重之后,为什么在运行predict.py的时候出现了这个问题:
Traceback (most recent call last):
File "C:/Users/11951/Desktop/bubbliiiing/yolov4-tiny/predict.py", line 14, in
yolo = YOLO()
File "C:…
-
for detecting tiny objects, i add a scale at (yolo layer at 118 layer, 108pixel*108pixel) to help me detect tiny objects, but report "double free or corruption (out)"
layer filters size input outpu…
-
Hello, I did some tests and I would like to share
I trained 4 models comparing the results between the same model with pre trained weights and without.
My configuration for this tests was:
Batch …
-
# 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, your utils.py has a few bugs.
I improved them.
See following.
http://www.netosa.com/blog/2021/03/edge-tpu---tiny-yolo-v3.html
Best Regard.
-
训练的时候,出现这个问题
np_resource = np.dtype([("resource", np.ubyte, 1)])
Traceback (most recent call last):
File "train_tiny.py", line 194, in
if __name__ == '__main__': YoloTrain().train()
Fi…