Kadir Nar

Results 67 issues of Kadir Nar

fixed https://github.com/meituan/YOLOv6/issues/178 Example Code: ``` python tools/infer.py --weights yolov6s.pt --source data/images/image1.jpg --img-size 640 480 ```

Added view-img option for Yolov6 users. Example: ``` python tools/infer.py --weights yolov6s.pt --source data/images/image1.jpg --view-img ```

Testlerden geçebilmesi için tensorflow ve tensorflow_hub kütüphanelerin kurulması gerekiyor. - package_testing.yml - ci.yml ``` - name: Install tensorflow and tensorflow_hub run: > pip install tensorflow pip install tensorflow_hub ``` Bu...

enhancement
workflows

Do you support coco format for training?

Hi @FateScript , I wrote the model loading code, but can you share the documentation so I can write the prediction code? Example Yolov5: https://docs.ultralytics.com/tutorials/pytorch-hub/ ``` import cv2 import torch...

Hi @FateScript , I want to write prediction code using yolox-pip. Can you share documentation about it?

What should I do to add a new YOLO model?

Would you consider adding metric [Brier Score](https://en.wikipedia.org/wiki/Brier_score) to this repo? I can help with this.

Does detect.py only support the yolov5 model?