Views
No views yet
1from ultralytics import YOLO
2
3# Load the model
4model = YOLO("norbertm/jwst-astronomical-detection")
5
6# Run inference
7results = model("path/to/jwst/image.png", conf=0.15)1@dataset{jwst_quality_analysis,
2 title={JWST Quality Analysis Dataset},
3 author={Your Name},
4 year={2024},
5 url={https://huggingface.co/datasets/norbertm/jwst-quality-analysis-dataset}
6}