Instructions to use Antevolt/Sky-OG-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Antevolt/Sky-OG-Model with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Antevolt/Sky-OG-Model") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "patch_size": 64, | |
| "total_patches": 14103, | |
| "skipped": 0, | |
| "fault_modules_present": { | |
| "multi_hotspot": 25, | |
| "open_circuit": 121, | |
| "hotspot": 6, | |
| "single_bypassed": 64 | |
| }, | |
| "fault_modules_missing": { | |
| "single_bypassed": 5 | |
| }, | |
| "patches_train": { | |
| "healthy": 9913, | |
| "single_bypassed": 165, | |
| "open_circuit": 385, | |
| "hotspot": 19, | |
| "multi_hotspot": 78 | |
| }, | |
| "patches_test": { | |
| "healthy": 3306, | |
| "single_bypassed": 64, | |
| "open_circuit": 140, | |
| "hotspot": 12, | |
| "multi_hotspot": 21 | |
| }, | |
| "modules_train": { | |
| "healthy": 6000, | |
| "single_bypassed": 48, | |
| "open_circuit": 91, | |
| "hotspot": 4, | |
| "multi_hotspot": 19 | |
| }, | |
| "modules_test": { | |
| "healthy": 2000, | |
| "single_bypassed": 16, | |
| "open_circuit": 30, | |
| "hotspot": 2, | |
| "multi_hotspot": 6 | |
| }, | |
| "healthy_modules_sampled": 8000 | |
| } |