Skip to content

Commit

Permalink
update sdk branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Dec 20, 2024
1 parent dea4a58 commit e545090
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"env": {
"PYTHONPATH": "${workspaceFolder}:${PYTHONPATH}"
}
},
{
"name": "Main",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/main.py",
"console": "integratedTerminal",
"justMyCode": false,
"env": {
"PYTHONPATH": "${workspaceFolder}:${PYTHONPATH}"
}
}
]
}
4 changes: 2 additions & 2 deletions local.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ LOG_LEVEL="debug"
SLY_APP_DATA_DIR="temp"

TASK_ID=66828
PROJECT_ID = 42565
PROJECT_ID = 43852 # 43747
WORKSPACE_ID = 641
USER_ID = 328
TEAM_ID = 431

modal.state.slyFolder=./test_files
modal.state.slyFolder=./test_files #/home/ger/workapps/lyft-tests/train_ds
# modal.state.slyFolder=azure://supervisely-test/test_img/
modal.state.importAsLinks=false
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# supervisely==6.73.206
git+https://github.com/supervisely/supervisely.git@fix-pcd-converter
git+https://github.com/supervisely/supervisely.git@import-pcd-formats

# for coco dataset
pycocotools
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
except Exception as e:
f.handle_exception_and_stop(e, "Format was not recognized")

# * 3 Convert and upload data
# * 3. Convert and upload data
try:
importer.upload_dataset(g.dataset_id)
except Exception as e:
Expand Down

0 comments on commit e545090

Please sign in to comment.