Skip to content

Commit

Permalink
Update development requirements and configuration for RT-DETRv2 integ…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
cxnt committed Dec 3, 2024
1 parent 618a15f commit 0739562
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 4 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
git+https://github.com/supervisely/supervisely.git@some-test-branch

supervisely
pycocotools
torch==2.0.1
Expand All @@ -7,4 +9,5 @@ imgaug
onnx==1.14.0
onnxruntime==1.15.1
PyYAML
scipy
scipy
tensorboardX
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion supervisely_integration/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gpu": "preferred",
"session_tags": ["deployed_nn"],
"community_agent": false,
"docker_image": "supervisely/rt-detr:1.0.4",
"docker_image": "supervisely/rt-detrv2:1.0.0",
"entrypoint": "python3 -m uvicorn main:model.app --host 0.0.0.0 --port 8000 --ws websockets --app-dir supervisely_integration/serve",
"port": 8000,
"task_location": "application_sessions",
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 @@ -9,7 +9,7 @@
"icon_cover": true,
"poster": "https://github.com/user-attachments/assets/ae6ec55e-63eb-43d1-99de-f62650939c69",
"description": "Train RT-DETR model on your data",
"docker_image": "supervisely/rt-detr:1.0.4",
"docker_image": "supervisely/rt-detrv2:1.0.0",
"instance_version": "6.11.22",
"task_location": "workspace_tasks",
"need_gpu": true,
Expand Down

0 comments on commit 0739562

Please sign in to comment.