-
Hi @wondervictor ,I changed the associated config, checkpoint, and img-size in export_onnx.py.
![image](https://github.com/AILab-CVC/YOLO-World/assets/59815166/a9320cc6-19dc-469b-9136-211031244de2)
…
-
I'm using my custom yolov3 trained to detect one class.
I converted the Yolo weights to TensorFlow.
then when i run this command
python object_tracker.py --video ./data/video/XXX.mp4 --output …
-
Hello i changed my custom trained weight file inti .h5 file and then run the python demo.py - i get this error. anybody having any idea about this ?
InvalidArgumentError (see above for traceback)…
-
Good Day Lucas Sloan!
I am trying to run yolov4 on the waymo dataset, and output the mean average precision score (mAP) using waymo's metric evaulation tools.
I am new to machine learning, and …
-
First of all, thank you for your amazing work! I have learned so very much in trying to implement this!
I'm sorry if I'm doing something wrong, I'm very new to this field.
Initially, I was getti…
-
Hello I followed the following tutorial:
https://pylessons.com/YOLOv3-TF2-RaspberryPi/
I am running a raspberry pi 3b+
Everything seemed to be fine until the very end when I was trying to run the…
-
Image prediction model - DenseNet-BC-121-32.h5
Image Object Detection model - yolo.h5
Tensorflow - 1.15.0
Python - 3.7.4
Image prediction code -
`prediction.predictImage(image, result_count=10…
-
Hello,
Can I use the camera.dart package for realtime detection, instead of UltralyticsYoloCameraPreview()?
-
Fail to convert tiny version, any help for it? thanks
-
Using TensorFlow backend.
C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\sklearn\utils\linear_assignment_.py:21: DeprecationWarning: The linear_assignment_ module is …