Skip to content

v5a/Auto_Label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是一个自动标注程序

This is an automatic annotation program


重大升级(Major upgrades)

增加了多类别同时识别
Added simultaneous recognition of multiple categories


本程序基于grouding DINO 和 segment anything model(SAM)。
This program is based on the grounding DINO and segment anything model (SAM).

链接

20230512_192253.mp4

支持多种图片格式,如'.jpg','.png','.bmp','.jpeg'
Supports multiple image formats, such as' *. jpg ',' *. png ',' *. bmp ',' *. jpeg '

环境配置 Environmental configuration

Clone the GroundingDINO repository from GitHub.

git clone https://github.com/IDEA-Research/GroundingDINO.git

Change the current directory to the GroundingDINO folder.

cd GroundingDINO/

Install the required dependencies in the current directory.

pip3 install -q -e .

clone the Segment Anything repository locally and install with

git clone git@github.com:facebookresearch/segment-anything.git
cd segment-anything; pip install -e .

install labelme

pip install labelme

注意
你需要一些依赖但是目前我还没有整理出来
You need some dependencies, but I haven't sorted them out yet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published