-
I cloned the repo, downloaded the weights file
`yolow-v8_l_clipv2_frozen_t2iv2_bn_o365_goldg_pretrain.pth`
But when I attempt to run the demo, I get this:
```
D:\Python Stuff\yolo-world>pytho…
-
Hi from Spain! I am building a representation of a federated architecture using docker with the objective of training YOLO with COCO dataset in a federated manner for my master's thesis. Can you give …
-
Hi, I met big problem with my own trained model with uber dataset.
converting .pb to .xml & .bin was successful without any error.
But, when i inference with code, " RuntimeError: AssertionFailed: n…
-
Trying to open the solution for TensorflowExamples I get the following error for each project (other than "yolo_tensorflow")
> There is a missing project subtype.
Subtype: '{D22814C2-A430-4A53-805…
-
Hi,
Thank you for organizing this for Robocup. I did upload some test images to test the platform and see if it would benefit for us.
Some points I noticed, might be a feature request or maybe som…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
onnx2tf export does not…
-
I used the keras model from https://github.com/qqwweee/keras-yolo3
I can successfully convert form .h to .pb.
Output:
> input args: Namespace(f=None, graph_def=False, input_fld='.', input_model…
-
@AlexeyAB , Hi,
I fine tuned the Yolo v3 Tiny weights with 6000+ image dataset, and changed the number of filters as per my required number of classes (80 classes reduced to 20). Then I transforme…
-
- [ ] Decide on pipeline setup, network architectures, datasets
- [ ] Neural networks process and run on image data
- [ ] Make a detection library in tensorflow
- [ ] make class to easily…
-
- Tensorflow or Yolo V5 experience
- What we need them to be able to do WRT TrashAI's model:
- be able to create way for the model to incorporate feedback (e.g., we need to be able to relabel in…