insulator-yolov11
A real-time lightweight transmission line insulator defect detection algorithm
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
A real-time lightweight transmission line insulator defect detection algorithm
Basic Info
- Host: GitHub
- Owner: bobo504
- License: agpl-3.0
- Language: Python
- Default Branch: master
- Size: 2.22 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Contributing
License
Citation
README.md
insulator-YOLOv11
A real-time lightweight transmission line insulator defect detection algorithm
Usage
- Download this repository
- Create a virtual environment python >= 3.10
- Install Pytorch torch: 2.2.2+cu121 torchvision: 0.17.2+cu121
- pip install -e . #please do not forget . sympol. # Code Description
- dataset configure file: "data/insulator.yaml"
- model configure files: "11/insulator/*.yaml"
- attention module files: "extra_models/CA.py, CBAM.py". They are registered in "task.py"
- DCNV2, BottleneckDCNv2, and C3k2DCNv2 are defined in "block.py" and registered in "task.py" # Dataset The dataset and .pt files are available at: https://drive.google.com/drive/folders/15LshaBBlh1MuvE-OO6PrymcqXbnQR66?usp=drivelink
dataset: insulator.7z
The customized dataset comprised 1,600 images, 1,280 of which were used for training and 320 for validation.
Training epochs were set to 200. Batch size is set to 32.
Owner
- Login: bobo504
- Kind: user
- Repositories: 1
- Profile: https://github.com/bobo504
GitHub Events
Total
- Watch event: 1
- Push event: 4
- Create event: 2
Last Year
- Watch event: 1
- Push event: 4
- Create event: 2
Dependencies
examples/YOLOv8-ONNXRuntime-Rust/Cargo.toml
cargo
docker/Dockerfile
docker
- pytorch/pytorch 2.4.1-cuda12.1-cudnn9-runtime build
examples/YOLOv8-Action-Recognition/requirements.txt
pypi
- transformers *
- ultralytics *
pyproject.toml
pypi
- matplotlib >=3.3.0
- numpy >=1.23.0
- opencv-python >=4.6.0
- pandas >=1.1.4
- pillow >=7.1.2
- psutil *
- py-cpuinfo *
- pyyaml >=5.3.1
- requests >=2.23.0
- scipy >=1.4.1
- seaborn >=0.11.0
- torch >=1.8.0
- torch >=1.8.0,!=2.4.0; sys_platform == 'win32'
- torchvision >=0.9.0
- tqdm >=4.64.0
- ultralytics-thop >=2.0.0