Mike

Results 41 issues of Mike

Feel free to check it out :smile: https://github.com/mikel-brostrom/Yolov7_StrongSORT_OSNet

I added your repo as a submodule in mine. However, when running `attempt_load` from a folder above ```bash . ├── yolov7/ ├── track.py # this calls the functionality in yolov7/...

### 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 similar questions. ### Question I exported two TFLite models, one with with NMS...

question

### 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 similar questions. ### Question I want to load my TFLite exported Yolov5s model...

question

### Issue Type Bug ### OS Ubuntu ### OS architecture x86_64 ### Programming Language Python ### Framework OpenVINO ### Download URL for ONNX / OpenVINO IR ONNX generated from Yolov5s...

Hi! Thank you for this repo! I want to use these models in an App. Have you considered adding exporting functionality to TFLite?

I created a dataset following: https://clear.ml/docs/latest/docs/clearml_data/data_management_examples/data_man_simple When I upload it to my GCP bucket by: ```bash (yolo555) ➜ yolov5 git:(master) ✗ clearml-data close --storage gs://xxx/clearml-test --chunk-size 128 --verbose ``` The...

bug

## Describe the bug I want to download the best performing model for a certain ClearlML project and task. I have the following content in my ClearML experiment platform: ![Screenshot...

bug

Hi! I systematically evaluate new real-time tracking modules for Yolov5. I am using a Yolov5 model to generate detections which I then pass to both StrongSORT and BoTSORT. I get...

I get extreme differences in execution time with the default setup when running BoTSORT with Yolov5: ```python 0: 480x640 1 person, Done. YOLO:(0.038s), StrongSORT:(0.073s) 0: 480x640 1 person, 1 tv,...