-
I'm using the tool on [https://github.com/PINTO0309/PINTO_model_zoo/tree/main/420_Gold-YOLO-Hand](https://github.com/PINTO0309/PINTO_model_zoo/tree/main/420_Gold-YOLO-Hand) and for the model I picked …
-
Which verson of tf and keras you use?
```
$ python keras2pb.py --input_model="yolov3.h5" --output_model="yolov3.pb" --is_tiny=False --num_class=80
/home/huzhihao/anaconda3/envs/keras-yolo3/lib/…
-
### Current Behavior:
We are currently seeing bad performance when it comes to both classification and box prediction on our Keras implementation of the model. When training over 10 epochs and ev…
-
System : Ubuntu 16.04
Install :
python 3.5 and using alternative to set 3.5 is default.
-> update-alternatives --install /usr/bin/python python /usr/bin/python3.5 1
Install ( global ) : pip instal…
-
When I run `python VUSELabeler.py --yolo_dir /path/to/darkflow --output_csv_fname /path/to/output.csv --input_video_fname /path/to/output.avi --start_from 0` it throws an error:
```Python
Using Te…
Arsey updated
7 years ago
-
以下是我做的一些尝试,但是都失败了:
import keras2onnx,keras
import onnx
from nets.yolo4 import yolo_body
from keras.models import load_model
num_anchors = 9
num_classes = 12
model_path = r'E:/python_pro/test/mo…
-
Hello @hhk7734
On training the model on yolov4 and training it using yolov4.conv.137 weights file, I get an OOM.
batch_size = 8
input_size = 416
I am using 2.1.0 version of yolov4 from this r…
-
Hi peeps,
I have been trying to train a custom model for object detection using this package, i.e flutter_tflite, but have found no success. custom models when ingested into the example app does no…
-
Hello.
When I train with GPU get below exception,
resizing: 448 448
resizing: 448 448
Traceback (most recent call last):
File "/home/aic_subscription/anaconda3/lib/python3.6/site-packages…
-
Hi
tfjs-yolo-tinu 0.5.0 is not compatible with @tensorflow/tfjs version 0.11.0 +