Skip to content

Commit

Permalink
feat: classification dataset for pytorch (#675)
Browse files Browse the repository at this point in the history
* feat: classification dataset for pytorch

* fix: update doc string and make tags more flexible

* misc: upgrade encord version

New properties have been added to the Object class and the attributes classes have moved to their own file.

* fix: bad identifier query when no tags were applied

* feat: add object dataset for pytorch

* misc: improve error handling + fix pylint

* fix: remove shape check for now and fix error log

---------

Co-authored-by: Eloy Pérez Torres <[email protected]>
  • Loading branch information
frederik-encord and eloy-encord authored Dec 1, 2023
1 parent 2bdd649 commit 86f3170
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 17 deletions.
27 changes: 11 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ encord-active = "encord_active.cli.main:cli"

[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<3.12"
encord = "^0.1.83"
encord = "^0.1.95"
numpy = ">=1.23.5,<1.24.0"
opencv-python = "4.5.5.64"
natsort = "^8.1.0"
Expand Down
Loading

0 comments on commit 86f3170

Please sign in to comment.