-
**Concept**
If we provide YOLOv4 engine, YOLO user can have a faster and more accurate detection engine to use.
**Suggested Implementation (if any)**
1. Study inference performance
* TFLit…
-
I have saved the yolov3 tiny model into HDF5 format. However, when I try to load the model using keras load_model function I get this error.
Traceback (most recent call last):
File "Save_Model.…
-
![image](https://user-images.githubusercontent.com/47177625/86912060-e3b32600-c14e-11ea-8cdd-111a871e281f.png)
-
Hello,
I have been trying to re-write the YOLOv4 architecture using tensorflow and I found out that there are 3 different outputs ([yolo] layers). As far as I know, Yolo outputs one vector holding …
ghost updated
3 years ago
-
File "E:/project/yolo_tensorflow-master/train.py", line 90, in train
train_timer.remain(step, self.max_iter))
ValueError: Unknown format code 'f' for object of type 'str'
What's the reason?…
-
I have been training with my own dataset from scratch without success (no bounding boxes). I read about #80 and #142. Taking @thtrieu 's advice, I went to the basics and tried a overfit, blank trainin…
-
# YOLOv4 Training on Colab | loliot
YOLOv4 Training on Colab
[https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-training](https://wiki.loliot.net/docs/lang/python/libraries/yol…
-
I'm loading in my own data via the tfrecords file. First, I am getting the error:
`
ValueError: Input 0 is incompatible with layer yolov3: expected shape=(None, 416, 416, 3), found shape=(416, 41…
-
I am getting the following error when attempting to run this application.
Any ideas as to what is going on (what I am doing wrong)?
* Serving Flask app "app" (lazy loading)
* Environment: p…
R33s3 updated
3 years ago
-
Hi,
Can anyone help me with this?
------------------------------
2021-12-14 21:50:17.410861: W tensorflow/core/util/tensor_slice_reader.cc:96] Could not open weights_tracknet/model.1: DATA_LOS…