-
Hello, first of all thank you for this fantastic tool.
I am using it to convert the YOLO-World model from PyTorch to Tensorflow, but I am encountering a strange issue.
The conversion process com…
-
Hey @YunYang1994, do you think its possible to convert Yolo3 model into tflite model that can be run on a coral edge tpu.
From docs:
> You need to convert your model to TensorFlow Lite and it must…
-
we can use labelImg tool to generate xml annotation files, but how to get the annotation file mentioned in the README.md :
path/to/img1.jpg 150,200,130,250,0 110,250,165,145,1
can anybody teach m…
-
Yolo is heavy and designed to detect multiple objects. But if we want a lightweight single class object detector i don't think we would need so many layers. Can you guide and discuss regarding the imp…
-
Hi Ethan,
Great work,
I was wondering, if I have my own data with lets say 4 classes, should I just changed TOTAL_CLASSES = 4 on train.py and I would be able to run it?
Thanks
-
Hi,
I have a problem. I used a single GTX 1080TI to run. Then I followed the steps you said, and tested the image named dog,jpg. But, I found the time of predicting was a few seconds, while darknet w…
-
I have installed cython using pip and still have this error when I run run.py.
I think I have all the dependencies in place and have step by step instructions you provided. Any idea why this error po…
-
int main(int argc, char* argv[]) {
string dataset = "../2.jpg";
string graph = "../yolov3_coco.pb";
string input_layer = "input/input_data"; //input ops
string final_out = " pred_sbbox…
-
## ❓Question
Trying to use coremltools to convert yolov8 keras (from keras cv github readme) but it errors out. https://github.com/keras-team/keras-cv
Since I haven't trained or tuned this model, w…
-
What is the **best way** to run YOLO in **production**?
I need to process a lot of images (video streams), so I need to get **maximum** hardware resources utilization keeping **costs low**.
I've t…