Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/xu-justin/detr-5-nuclio
- Owner: Xu-Justin
- Created: 2022-05-17T06:56:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T02:23:49.000Z (over 2 years ago)
- Last Synced: 2023-05-19T07:33:53.445Z (over 1 year ago)
- Topics: detr, nuclio
- Language: Python
- Homepage: https://github.com/facebookresearch/detr
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.