{"id":24156081,"url":"https://github.com/programmer-rd-ai/detectx","last_synced_at":"2025-06-10T23:03:50.730Z","repository":{"id":181208382,"uuid":"415594734","full_name":"Programmer-RD-AI/DetectX","owner":"Programmer-RD-AI","description":"A Pythonic approach to object detection using Detectron2, a clean, modular framework for training and deploying computer vision models. DetectX simplifies the complexity of object detection while maintaining high performance and extensibility.","archived":false,"fork":false,"pushed_at":"2025-05-13T10:12:01.000Z","size":157983,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T23:02:54.111Z","etag":null,"topics":["coco-dataset","computer-vision","computer-vision-library","cuda","deep-learning","detectron2","faster-rcnn","gpu-accelerated","machine-learning","ml-framework","object-detection","object-recognition","python3","pytorch","retinanet"],"latest_commit_sha":null,"homepage":"https://wandb.ai/ranuga-d/Find-Card","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Programmer-RD-AI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-10T13:32:21.000Z","updated_at":"2025-05-20T02:48:38.000Z","dependencies_parsed_at":"2023-10-03T10:40:16.503Z","dependency_job_id":"7e1bc3e2-a11e-4886-989f-d3883eb21fc7","html_url":"https://github.com/Programmer-RD-AI/DetectX","commit_stats":null,"previous_names":["programmer-rd-ai/find-card"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programmer-RD-AI%2FDetectX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programmer-RD-AI%2FDetectX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programmer-RD-AI%2FDetectX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programmer-RD-AI%2FDetectX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Programmer-RD-AI","download_url":"https://codeload.github.com/Programmer-RD-AI/DetectX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programmer-RD-AI%2FDetectX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259166844,"owners_count":22815582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coco-dataset","computer-vision","computer-vision-library","cuda","deep-learning","detectron2","faster-rcnn","gpu-accelerated","machine-learning","ml-framework","object-detection","object-recognition","python3","pytorch","retinanet"],"created_at":"2025-01-12T13:10:51.618Z","updated_at":"2025-06-10T23:03:50.703Z","avatar_url":"https://github.com/Programmer-RD-AI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DetectX: Simple Yet Powerful Object Detection Framework\n\nA lightweight and modular object detection framework powered by Detectron2, focusing on easy training and deployment.\n\n## Core Features\n\n- 🎯 Pre-configured Detectron2 models (Faster R-CNN, RetinaNet)\n- 🔄 Simple data pipeline for custom datasets\n- 📊 Built-in evaluation metrics (COCO metrics, RMSE, MSE, PSNR)\n- 🚀 Easy model configuration and training\n\n## Quick Start\n\n```bash\n# Install dependencies\npip install -r requirements.txt\n\n# Train a model\nfrom Model.modelling.detectron2 import Detectron2\n\nmodel = Detectron2(\n    model=\"COCO-Detection/faster_rcnn_X_101_32x8d_FPN_3x.yaml\",\n    max_iter=500,\n    base_lr=0.00025\n)\nmodel.train()\n```\n\n## Project Structure\n\n```\nML/\n├── Model/\n│   ├── modelling/       # Core model implementations\n│   ├── dataset/         # Dataset handling utilities\n│   └── metrics/         # Evaluation metrics\n└── tests/              # Unit tests\n```\n\n## Currently Supported\n\n- Models: Faster R-CNN, RetinaNet\n- Metrics: COCO AP, RMSE, MSE, PSNR\n- Data formats: COCO-style annotations\n- GPU acceleration with CUDA\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammer-rd-ai%2Fdetectx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammer-rd-ai%2Fdetectx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammer-rd-ai%2Fdetectx/lists"}