-
I'm using the following commands to convert a tiny yolov3 weights file to a .bin/.xml pair:
From https://github.com/mystic123/tensorflow-yolo-v3:
```
python convert_weights_pb.py \
--wei…
-
When I try to change the numbers of CLASSES, the program produces an error:
"tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape…
-
Ok, so how long is it meant to be to run the video streamer and traffic counter? Because, YOLO is still examining the first frame after 10 minutes.
![image](https://user-images.githubusercontent.com/…
-
Please see updated instructions below.
-
您好,我是一名研究生,最近在复现yolo模型,在使用您的代码仓运行时,之前都很顺利,但是在train时却遇到了:Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1365, in _do_…
-
Hi,
Were you able to convert yolo model to .dlc model?
I mean in the SNPE version 1.49.0 , they are mentioning the support for yolo model (even for yolov5) is provided. I've tried to figureout b…
-
Thanks for your nice codes, and I have two questions about the yolo weight file:
1. In your load_weight function, you read the weights in the order of 'gamma, beta, mean, var', but then you change th…
-
显卡RTX3070+cuda11.0+tensorflow-gpu==2.2.0运行predict.py,加载完网络后,就退出了,这是终端信息
`
> & "C:/Program Files/Python37/python.exe" f:/deep_learning/yolo3-tf2-main/predict.py
202…
-
Hi @vietnguyen91 , thanks for the great repo.
I was looking at the plots you have shown for the VOC training and I see a lot of overfitting in the test data. So, I was wondering why is that? Are y…
-
Hi,
Thank you for organizing this for Robocup. I did upload some test images to test the platform and see if it would benefit for us.
Some points I noticed, might be a feature request or maybe som…