An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.

![image](/docs/workflow.png)

# 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
```