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

support yolo11 #1108

Closed
wants to merge 8 commits into from
Closed

support yolo11 #1108

wants to merge 8 commits into from

Conversation

fcakyon
Copy link
Collaborator

@fcakyon fcakyon commented Dec 16, 2024

  • Updated model type mapping to include 'ultralytics' for YOLO models.
  • Introduced a new UltralyticsDetectionModel class for handling Ultralytics models.
  • Refactored RTDetrDetectionModel to inherit from UltralyticsDetectionModel.
  • Removed unused imports and adjusted test cases to utilize the new model class.
  • Added support for Ultralytics model names in the auto model configuration.

This change enhances compatibility with the Ultralytics YOLO framework and streamlines the detection model architecture.

fcakyon and others added 7 commits December 16, 2024 16:15
…pts, including Detectron2, MMDetection, TorchVision, and YOLOv5 models, as well as the predict_batch script. This cleanup enhances code maintainability and focuses on supported models.
- Updated model type mapping to include 'ultralytics' for YOLO models.
- Introduced a new `UltralyticsDetectionModel` class for handling Ultralytics models.
- Refactored `RTDetrDetectionModel` to inherit from `UltralyticsDetectionModel`.
- Removed unused imports and adjusted test cases to utilize the new model class.
- Added support for Ultralytics model names in the auto model configuration.

This change enhances compatibility with the Ultralytics YOLO framework and streamlines the detection model architecture.
@fcakyon fcakyon self-assigned this Dec 16, 2024
@fcakyon fcakyon added the enhancement New feature or request label Dec 16, 2024
- Added 'ultralytics' to the model type mapping in `auto_model.py`.
- Reordered import statements in `__init__.py` for clarity.
- Integrated `click` for improved console output in `utils.py`.
- Enhanced failure messages and provided formatting instructions in `validate_and_exit` function.

These changes improve the organization of model imports and enhance user feedback during script execution.
@fcakyon fcakyon closed this Dec 16, 2024
@fcakyon fcakyon deleted the yolo11 branch December 16, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant