-
Hi, I want to convert weights to tflite using tflite_convert --keras_model_file=yolov3-tiny.h5 --output_file=yolov3-tiny.tflite
It fails with the following traceback:
Instructions for updating:
C…
-
### Issue Type
Others
### Source
local
### secretpad Version
0.6.0b0
### kuscia Version
0.7.0b0
### OS Platform and Distribution
ubuntu20.04
### What happend and What you expected to happen.…
-
When I run the test data, I meet some error. The log is following:
Fri May 31 15:04:06 CST 2024 EDTA_raw: Check dependencies, prepare working directories.
Fri May 31 15:04:07 CST 2024 Star…
wwenc updated
2 months ago
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Tensorflow version 2.6
My python code snippet is like:
import os
import numpy as np
import tensorflow as tf
from tensorflow.python.eager import context
from tensorflow.python.framework import …
-
Calamari 2.0 is out.
I don't see benefits from updating the dependency, other than staying uptodate/compatible.
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
_No response_
…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
I'm training a model and saving as a SavedModel format (necessary because I want to serve with Triton Server which does not support .keras models). The problem I'm running into is that my output Dens…