Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xu-justin/detr-5-nuclio

DETR-5, a modification of end-to-end object detection with transformers (DETR) with 5 classes, ready to deploy on Nuclio.
https://github.com/xu-justin/detr-5-nuclio

detr nuclio

Last synced: 6 days ago
JSON representation

DETR-5, a modification of end-to-end object detection with transformers (DETR) with 5 classes, ready to deploy on Nuclio.

Awesome Lists containing this project

README

        

# DETR-5-nuclio

DETR-5, a modification of [end-to-end object detection with transformers (DETR)](https://github.com/facebookresearch/detr) with 5 classes, ready to deploy on Nuclio.

## Usage

Run the following code to deploy to nuclio.

```
nuctl create project cvat
nuctl deploy --project-name cvat --path ./ --platform local
```

---

This project was developed as part of Nodeflux Internship x Kampus Merdeka.