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.
- Host: GitHub
- URL: https://github.com/xu-justin/detr-5-nuclio
- Owner: Xu-Justin
- Created: 2022-05-17T06:56:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T02:23:49.000Z (over 3 years ago)
- Last Synced: 2025-01-09T19:51:59.474Z (10 months 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.