Skip to content

Commit

Permalink
Update SDK to 6.73.275. Support for Nuscenes (point clouds and episodes)
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Jan 8, 2025
1 parent fc6b860 commit 2517698
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"categories": ["system", "import"],
"system": true,
"description": "Universal import tool for Images, Videos, Pointclouds, and Volumes",
"docker_image": "supervisely/import-export:6.73.264",
"docker_image": "supervisely/import-export:6.73.275",
"min_instance_version": "6.12.17",
"main_script": "src/main.py",
"task_location": "workspace_tasks",
Expand Down
5 changes: 4 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supervisely==6.73.264
supervisely==6.73.275
# git+https://github.com/supervisely/supervisely.git@import-wizard-updates-7

# for coco dataset
Expand Down Expand Up @@ -27,3 +27,6 @@ nibabel==5.2.1

# for LYFT
lyft-dataset-sdk==0.0.8

# for NuScenes
nuscenes-devkit==1.1.11
3 changes: 1 addition & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import supervisely as sly

import src.functions as f
import src.globals as g
import supervisely as sly

# * 1. Get project and dataset infos
try:
Expand Down

0 comments on commit 2517698

Please sign in to comment.