Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.58 KB

File metadata and controls

36 lines (22 loc) · 1.58 KB

hawkeye_banner (1)

Hawkeye-Zero - special trained model to detect 11 diffrent types of space debris. The idea wasn’t to build a perfect system — just to explore how far object detection can go in real-world space debris applications. It’s still early, but the results are promising. The model's trained on YOLO11 model created from ultralytics. Also very important thing was to care about easy and quick access to use model functions and data, so I've created special structure for this project to allowed developers to use model in diffrent environments in API's or as a simple python tool.

📄 Docs

PyPI - Python Version

Read documentation->

Usage

Python

from hawkeyeZero import HawkeyeZero

hawkeye = HawkeyeZero(is_dev_mode=True)

hawkeye.use_model()

🤝 Contributing

That would be a huge pleasure to make this project better, because of your job, so if you want to help me out with this project Check out this file

📜License

Current license: AGPL-3.0 License

📘Used dataset

Read more

📞 Contact

For bug reports and feature requests related to Hawkeye-Zero software, please visit GitHub Issues. For questions, discussions, and community support.