Skip to content

Commit

Permalink
Update SDK and Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Jan 16, 2025
1 parent 5c6933d commit 6ae3629
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ RUN mkdir -p ~/.cache/supervisely/checkpoints && \
curl -L -o ~/.cache/supervisely/checkpoints/rtdetrv2_r50vd_6x_coco_ema.pth https://github.com/lyuwenyu/storage/releases/download/v0.1/rtdetrv2_r50vd_6x_coco_ema.pth && \
curl -L -o ~/.cache/supervisely/checkpoints/rtdetrv2_r101vd_6x_coco_from_paddle.pth https://github.com/lyuwenyu/storage/releases/download/v0.1/rtdetrv2_r101vd_6x_coco_from_paddle.pth

RUN pip install --no-cache-dir supervisely[training]==6.73.279
RUN pip install --no-cache-dir supervisely[training]==6.73.280
4 changes: 2 additions & 2 deletions docker/publish.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker build -t supervisely/rt-detrv2:1.0.6 . && \
docker push supervisely/rt-detrv2:1.0.6
docker build -t supervisely/rt-detrv2:1.0.7 . && \
docker push supervisely/rt-detrv2:1.0.7
2 changes: 1 addition & 1 deletion supervisely_integration/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gpu": "preferred",
"session_tags": ["deployed_nn"],
"community_agent": false,
"docker_image": "supervisely/rt-detrv2:1.0.6",
"docker_image": "supervisely/rt-detrv2:1.0.7",
"task_location": "application_sessions",
"license": {
"type": "Apache-2.0"
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/b4554de5-3d2c-4b4f-aba9-95864cb05289",
"description": "Train RT-DETRv2 model on your data",
"docker_image": "supervisely/rt-detrv2:1.0.6",
"docker_image": "supervisely/rt-detrv2:1.0.7",
"instance_version": "6.12.17",
"task_location": "workspace_tasks",
"need_gpu": true,
Expand Down
1 change: 0 additions & 1 deletion supervisely_integration/train/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def start_training():
solver.fit()
# gather experiment info
experiment_info = {
"task_type": sly.nn.TaskType.OBJECT_DETECTION,
"model_name": train.model_name,
"model_files": {"config": model_config_path},
"checkpoints": output_dir,
Expand Down

0 comments on commit 6ae3629

Please sign in to comment.