https://github.com/autodistill/autodistill-detic

DETIC module for use with Autodistill.

https://github.com/autodistill/autodistill-detic

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary

Keywords

autodistill computer-vision detic
Last synced: 9 months ago · JSON representation

Repository

DETIC module for use with Autodistill.

Basic Info
Statistics
  • Stars: 14
  • Watchers: 3
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Topics
autodistill computer-vision detic
Created about 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Autodistill DETIC Module

This repository contains the code supporting the DETIC base model for use with Autodistill.

DETIC is a transformer-based object detection and segmentation model developed by Meta Research.

Read the full Autodistill documentation.

Read the DETIC Autodistill documentation.

Installation

To use DETIC with autodistill, you need to install the following dependency:

bash pip3 install autodistill-detic

Quickstart

```python from autodistill_detic import DETIC

define an ontology to map class names to our DETIC prompt

the ontology dictionary has the format {caption: class}

where caption is the prompt sent to the base model, and class is the label that will

be saved for that caption in the generated annotations

then, load the model

basemodel = DETIC( ontology=CaptionOntology( { "person": "person", } ) ) basemodel.label("./context_images", extension=".jpg") ```

License

The code in this repository is licensed under an MIT license.

See the Meta Research DETIC repository for more information on the DETIC license.

🏆 Contributing

We love your input! Please see the core Autodistill contributing guide to get started. Thank you 🙏 to all our contributors!

Owner

  • Name: Autodistill
  • Login: autodistill
  • Kind: organization
  • Email: autodistill@roboflow.com

Use bigger slower models to train smaller faster ones

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 3.0
  • Average comments per pull request: 2.75
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • shersoni610 (2)
Pull Request Authors
  • artyaltanzaya (3)
Top Labels
Issue Labels
Pull Request Labels
bug (1) enhancement (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 184 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 2
pypi.org: autodistill-detic

DETIC module for use with Autodistill

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 184 Last month
Rankings
Dependent packages count: 7.3%
Downloads: 11.4%
Average: 20.0%
Dependent repos count: 41.4%
Maintainers (2)
Last synced: 10 months ago