diff --git a/.vscode/launch.json b/.vscode/launch.json index 7e8e7a8..90d4f00 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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}" + } } ] } diff --git a/local.env b/local.env index 4dfa8e2..63db924 100644 --- a/local.env +++ b/local.env @@ -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 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 47bf2fd..090fbd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/src/main.py b/src/main.py index 0df7c2f..cb60022 100644 --- a/src/main.py +++ b/src/main.py @@ -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: