Skip to content

AREEG94FAHAD/yolov11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Hi, this is the repository related to the modified YOLOv11 version. Below is a summary of the paper's objective, the model's weights, and other explanations.

1- Models weights

2- Required packages

  • ultralytics version 8.3.29 For YOLOv11
  • ultralytics version 8.2.29 for YOLOv8
  • wandb version 0.19.1

3- Object size classifier

This simple program allows you to load label file and type, image size, for example 640x640. Then, by clicking 'Run,' the program will process all object labels, compute their sizes, and classify them according to their size see paper Table 1. The code image

Citation

If you find this work useful for your research, please consider citing the paper:

@article{rasheed2024yolov11,
  title={YOLOv11 Optimization for Efficient Resource Utilization},
  author={Areeg Fahad Rasheed and M. Zarkoosh},
  journal={arXiv preprint arXiv:2412.14790},
  year={2024}
  dio={https://doi.org/10.48550/arXiv.2412.14790}
}

and

@article{rasheed2025optimized,
  title={Optimized YOLOv8 for multi-scale object detection},
  author={Rasheed, Areeg Fahad and Zarkoosh, M},
  journal={Journal of Real-Time Image Processing},
  volume={22},
  number={1},
  pages={6},
  year={2025},
  publisher={Springer}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages