https://github.com/prodogape/ComfyUI-OmDet
This node is mainly based on OmDet for object detection, and it outputs related images, masks, and Labelme JSON information.
https://github.com/prodogape/ComfyUI-OmDet
Last synced: 4 months ago
JSON representation
This node is mainly based on OmDet for object detection, and it outputs related images, masks, and Labelme JSON information.
- Host: GitHub
- URL: https://github.com/prodogape/ComfyUI-OmDet
- Owner: prodogape
- Created: 2024-06-05T06:15:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T06:47:45.000Z (11 months ago)
- Last Synced: 2024-06-05T07:36:33.437Z (11 months ago)
- Language: Python
- Size: 8.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-OmDet** - ai-lab/OmDet) for object detection, and it outputs related images, masks, and Labelme JSON information. (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-OmDet
This node is mainly based on [OmDet](https://github.com/om-ai-lab/OmDet) for object detection, and it outputs related images, masks, and Labelme JSON information.
# README
- [English](README.md)
- [简体中文](readme/README.zh_CN.md)# NODES
|name |description |
|------------------------------|---------------------------------------------------|
|Apply OmDet |Apply OmDer model, supports automatic download |# INSTALL
you need to install the following dependencies:```
pip install -r requirements.txt
```# MODEL
This node supports automatic model downloads.```
ComfyUI
models
OmDet
OmDet-Turbo_tiny_SWIN_T.pth
ViT-B-16.pt
```