Skip to content

DahTach/theia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theia Autolabeling

Installation

pdm install

To fix the plot issue

Replace row 62 of .venv/lib/python3.12/site-packages/autodistill/utils.py

    labels = [
        f"{classes[class_id]} {confidence:0.2f}"
        for _, _, confidence, class_id, _, _ in detections
    ]

To run the inference on an image folder

label -i <path to image folder> optional: --save --batch

results are saved in <image-folder>_results folder

Results and Observations

The better performing models seem to be:

  • GroundingSam
  • GroundingDino

GroundingDino appears to achieve better results in non batched mode.

About

Autolabeling Utilities for Computer Vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages