Skip to content

Commit

Permalink
Update dev_requirements.txt and local.env for new dependencies and co…
Browse files Browse the repository at this point in the history
…nfiguration changes
  • Loading branch information
cxnt committed Jan 10, 2025
1 parent 2517698 commit 0e57e6a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
10 changes: 8 additions & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supervisely==6.73.275
# supervisely==6.73.275
# git+https://github.com/supervisely/supervisely.git@import-wizard-updates-7

# for coco dataset
Expand All @@ -9,7 +9,7 @@ pycocotools

# for las/laz
laspy==2.0.1
lazrs==0.3.0
lazrs==0.4.0

# for DCM files without extensions
gdcm==1.1
Expand All @@ -28,5 +28,11 @@ nibabel==5.2.1
# for LYFT
lyft-dataset-sdk==0.0.8

# for ROSBAG
bagpy==0.5

# for NuScenes
nuscenes-devkit==1.1.11

# for KITTI 3D
open3d==0.19.0
23 changes: 15 additions & 8 deletions local.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
TASK_ID=2640
LOG_LEVEL="debug"

# P
USER_ID = 7
TEAM_ID = 8
WORKSPACE_ID = 349
PROJECT_ID = 39032
# USER_ID = 7
# TEAM_ID = 8
# WORKSPACE_ID = 349
# PROJECT_ID = 39032
# DATASET_ID =
# DATASET_NAME =

LOG_LEVEL="debug"

# Almaz
# USER_ID = 330
# TEAM_ID = 447
Expand All @@ -16,9 +17,15 @@ LOG_LEVEL="debug"
# DATASET_ID = 93830
# DATASET_NAME =

# P Demo
USER_ID = 26
TEAM_ID = 33
WORKSPACE_ID = 90
PROJECT_ID = 730

SLY_APP_DATA_DIR="temp"

TASK_ID=60447
modal.state.slyFolder=test_data
modal.state.slyFolder=/root/projects/main-import/data/kitti-sample
# modal.state.slyFolder=data/kitti_dataset
# modal.state.slyFolder=azure://supervisely-test/test_img/
modal.state.importAsLinks=false

0 comments on commit 0e57e6a

Please sign in to comment.