Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refctor coco to yolo conversion, update docs #1132

Merged
merged 4 commits into from
Mar 8, 2025
Merged

refctor coco to yolo conversion, update docs #1132

merged 4 commits into from
Mar 8, 2025

Conversation

fcakyon
Copy link
Collaborator

@fcakyon fcakyon commented Mar 8, 2025

  • Rename coco yolov5 command to coco yolo
  • Update CLI, documentation, and utility functions to support Ultralytics YOLO models
  • Deprecate YOLOv5-specific methods in favor of more generic YOLO support
  • Update README, CLI, and documentation references to reflect new naming
  • Improve compatibility with latest Ultralytics versions

- Rename `coco yolov5` command to `coco yolo`
- Update CLI, documentation, and utility functions to support Ultralytics YOLO models
- Deprecate YOLOv5-specific methods in favor of more generic YOLO support
- Update README, CLI, and documentation references to reflect new naming
- Improve compatibility with latest Ultralytics versions
@fcakyon fcakyon added the documentation Improvements or additions to documentation label Mar 8, 2025
@fcakyon fcakyon self-assigned this Mar 8, 2025
@fcakyon fcakyon added the enhancement New feature or request label Mar 8, 2025
fcakyon added 3 commits March 9, 2025 02:35
- Simplify import and error handling in `coco.py`
- Clean up import statements in test file
- Minor code formatting improvements
- Use `HF_TOKEN` environment variable as fallback for Hugging Face authentication
- Simplify token handling in `HuggingfaceDetectionModel.load_model()`
- Ensure consistent token usage across model and processor loading
- Add new README.md in docs directory with structured overview of documentation
- Update predict.md with advanced visualization and export options
- Add interactive demo references to cli.md, coco.md, and slicing.md
- Provide links to Jupyter notebooks for various model integrations and use cases
- Improve navigation and discoverability of SAHI documentation
@fcakyon fcakyon merged commit 01cf604 into main Mar 8, 2025
7 checks passed
@fcakyon fcakyon deleted the coco2yolo branch March 8, 2025 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant