datumaro
datumaro copied to clipboard
Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
For anyone struggling to use the CLI to export a project into a format, you can see your supported formats with (while in the project folder): ``` datum project info...
Hi, `Visualizer` class has a method named `get_random_items(n_samples)` in which dataset items are chosen using `random.choices`. I expect `get_random_items` to not choose the same item multiple times, which can occur...
Bumps [onnx](https://github.com/onnx/onnx) from 1.16.0 to 1.17.0. Release notes Sourced from onnx's releases. v1.17.0 ONNX v1.17.0 is now available with exciting new features! We would like to thank everyone who contributed...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0. Release notes Sourced from github/codeql-action's releases. v3.27.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.10. Release notes Sourced from orjson's releases. 3.10.10 Fixed Fix int serialization on s390x. This was introduced in 3.10.8. Changed Publish aarch64 manylinux_2_17 wheel for...
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.1 to 3.0.2. Release notes Sourced from markupsafe's releases. 3.0.2 This is the MarkupSafe 3.0.2 fix release, which fixes bugs but does not otherwise change behavior and...
Greetings ! I'm attempting to install the package, and I ran into the following error : LOG ```log Using version ^1.9.0 for datumaro Updating dependencies Resolving dependencies... (35.7s) Package operations:...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.24.0 to 0.28.0. Release notes Sourced from aquasecurity/trivy-action's releases. v0.28.0 What's Changed chore(deps): bump setup-trivy to v0.2.1 by @DmitriyLewen in aquasecurity/trivy-action#411 Full Changelog: https://github.com/aquasecurity/trivy-action/compare/0.27.0...0.28.0 v0.27.0 What's Changed...
I have one image and one annotation file that I am trying to import using datumaro but I am getting an error: could't match this file with any of these...
All of the documentation I have sifted through has referenced essentially re-saving data when the format changes, but is there a way to use this library without that? A good...