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

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: 9 months 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.