YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

AutoAnotationModel

This repository contains the custom model checkpoint Model.pth and a powerful annotation pipeline developed by Rajkumar G for real-time object auto-annotation and YOLO dataset generation.

πŸ”§ What This Is

AutoAnotationModel enables:

  • βš™οΈ Multi-class object detection using template-based region matching
  • 🧠 Intelligent segmentation refinement using custom logic
  • πŸ–ΌοΈ Live visual preview of annotations through a Flask web application
  • πŸ“€ YOLO-format .txt export for training detection models
  • πŸ“¦ Exportable annotation packages including image + labels

The model and its web interface are used in applications like:

  • Bin/Cover detection
  • Mechanical part annotation
  • Industrial dataset creation
  • Real-time inspection and labeling

🧠 Model Information


πŸš€ How to Use the Model

from huggingface_hub import hf_hub_download
from segment_anything import sam_model_registry, SamPredictor
import torch

# Download model from Hugging Face Hub
model_path = hf_hub_download(repo_id="Rajkumar57/AutoAnotationModel", filename="Model.pth")

# Load model
model = sam_model_registry["vit_h"](checkpoint=model_path)
model = model.to("cuda" if torch.cuda.is_available() else "cpu")
predictor = SamPredictor(model)

🌟 Key Features of My Annotation System

  • βœ… Web interface for user-defined class names and class IDs
  • πŸ“ Upload template images for each class
  • πŸ” Automatic region detection and segmentation
  • πŸ“€ YOLO-format .txt annotation generation
  • πŸ“Έ Annotated image previews
  • πŸ“¦ One-click export as .zip

πŸ“ Files Included

File Description
Model.pth Custom-trained model for annotation tasks
README.md Documentation for usage

πŸ‘¨β€πŸ’» Author

Rajkumar G
πŸ“§ [email protected]
πŸ”— LinkedIn | GitHub


πŸ“œ License

This model and pipeline were fully created by Rajkumar G and are released strictly for academic and research purposes only.

For commercial use, integration support, or contributions, feel free to reach out directly.


Proudly developed and maintained by Rajkumar G. If you use this project, kindly give credit or cite this repository.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support