Skip to content

Commit

Permalink
Merge pull request #8 from supervisely-ecosystem/NikolaiPetukhov-patch-1
Browse files Browse the repository at this point in the history
Add framework to the categories
  • Loading branch information
NikolaiPetukhov authored Feb 14, 2025
2 parents 3e4e087 + 0c58b93 commit 7f15766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion supervisely_integration/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Serve RT-DETRv2",
"entrypoint": "python3 -m uvicorn main:model.app --host 0.0.0.0 --port 8000 --ws websockets --app-dir supervisely_integration/serve",
"port": 8000,
"categories": ["neural network", "images", "object detection", "serve"],
"categories": ["neural network", "images", "object detection", "serve", "framework:RT-DETRv2"],
"icon": "https://github.com/user-attachments/assets/304c71dc-86f2-49f1-a633-3f0315bdcfad",
"icon_cover": true,
"poster": "https://github.com/user-attachments/assets/af2c8f9c-8de7-4c78-9b4a-13a2627993be",
Expand Down
2 changes: 1 addition & 1 deletion supervisely_integration/train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Train RT-DETRv2",
"entrypoint": "python3 -m uvicorn main:train.app --host 0.0.0.0 --port 8000 --ws websockets --app-dir supervisely_integration/train",
"port": 8000,
"categories": ["neural network", "images", "object detection", "train"],
"categories": ["neural network", "images", "object detection", "train", "framework:RT-DETRv2"],
"icon": "https://github.com/user-attachments/assets/7dc4334b-5f50-4866-bc6a-1d36226bb093",
"icon_cover": true,
"poster": "https://github.com/user-attachments/assets/b4554de5-3d2c-4b4f-aba9-95864cb05289",
Expand Down

0 comments on commit 7f15766

Please sign in to comment.