-
Traceback (most recent call last):
File "main.py", line 191, in
main(YOLO())
File "main.py", line 71, in main
boxes, out_class, confidences, midPoint = yolo.detect_image(image)
Fil…
-
Hi,
I am trying to auto annotate a set of custom images. The initial mode is trained using 'Ultralytics Yolov5s' and saved_model is generated. When I try executing the following code
```
from…
-
# TensorFlow 2 YOLOv4 | loliot
YOLOv4 Implemented in Tensorflow 2.
[https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-about](https://wiki.loliot.net/docs/lang/python/libraries/…
-
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…
-
Thanks for your shared code.
When i finetuning YOLO_tiny.ckpt( python:2.7, tensorflow:1.4) ,the error occurred as following:
'''
2018-01-24 16:00:56.966984: I tensorflow/core/common_runtime/…
-
This is my custom pb file for detection for single object.I'm getting this error.
Process: org.tensorflow.yolo, PID: 23066
java.lang.RuntimeException: Node 'output' does not exist in model 'file…
-
Hi
I'm new to ML and tensorflow.
I'm trying to use tensorflow-yolo to train model for hand recognition.
No. of classes is 1 which is hand
when I run train.py it returns Padding -ve error.
…
-
I am trying to remove slim and contrib from this repo to convert to Tensorflow 2.0 using the instructions here: https://www.tensorflow.org/alpha/guide/migration_guide but this line ```inputs = inputs …
-
I need helps to review the YOLOv3 tensorflow version: https://github.com/peace195/tensorflow-lite-yolo-v3/blob/master/yolo_v3.py
It is the cause of reducing performance when using .pb and .tflite c…
-
Hi.
I tried to train by
Make train
command.
But, I can not finished training. as below
```
Traceback (most recent call last):
File "/home/sounansu/anaconda3/envs/tiny-yolo-tensorflow/lib/pyt…