Image Segmentation
ultralytics
PyTorch
yolo
yolo11
deep-learning
satellite
rso-detection
custom_code
Eval Results (legacy)
Instructions to use rayh/astro-seg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use rayh/astro-seg with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("rayh/astro-seg") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "do_resize": true, | |
| "size": 640, | |
| "do_normalize": false, | |
| "do_rescale": true, | |
| "rescale_factor": 0.00392156862745098, | |
| "do_pad": false, | |
| "image_mean": [ | |
| 0.0, | |
| 0.0, | |
| 0.0 | |
| ], | |
| "image_std": [ | |
| 1.0, | |
| 1.0, | |
| 1.0 | |
| ] | |
| } |