Skip to content

Releases: Superb-AI-Suite/spb-cli

v0.19.4

07 Nov 02:23
5162ab2

Choose a tag to compare

Hotfix

  • fix own your storage for video
  • fix pointcloud urls

v0.19.3

17 Oct 05:04
e6ae19b

Choose a tag to compare

Hotfix

  • fix video data page sdk

v0.19.2

19 Jul 05:46
0653cf9

Choose a tag to compare

Hotfix

  • fix categorization error

v0.19.1 Fix extraction method from key and name of image

29 May 09:23
fb1a250

Choose a tag to compare

Merge pull request #124 from Superb-AI-Suite/hotfix/extract-key-problem

Fix extraction problem of image key and name

v0.19.0

19 Mar 06:53
bc7cb9c

Choose a tag to compare

  • Change SDK to use new phy-credit
    • Remove annotation class name unique limit
  • Change API error message
    • 404 error
  • Add request retry session to download data

v0.18.5 Fix typing_extensions version

18 Jan 08:25
23c5e97

Choose a tag to compare

v0.18.4 Fix packaging version

18 Jan 07:56
52c3589

Choose a tag to compare

v0.18.3 Fix importlib-metadata version

17 Jan 09:09
29aea0f

Choose a tag to compare

Merge pull request #120 from Superb-AI-Suite/v0.18.3

Fix pypi config

v0.18.2 Add review round filter

17 Nov 01:41
1b575ea

Choose a tag to compare

Add review round filter

how to use

from spb.utils import SearchFilter

filter = SearchFilter()
# Review Round Filter
filter.review_round_lte=2
filter.review_round_gte=1
print(filter.to_filter_string())

client = sdk.Client()
client.set_project(project=project)

print(client.get_num_labels(filter=filter))

v0.18.1 Fix label info update error

10 Nov 05:26
3a6ea35

Choose a tag to compare

Merge pull request #117 from Superb-AI-Suite/v0.18.1

Fix update_info problem