pytdml
pytdml copied to clipboard
Python library for TrainingDML-AI encode/decode
There is a mismatch between pytdml package definition: > Python library for TrainingDML-AI encode/decode > > [pytdml](https://github.com/openrsgis/pytdml) is a pure python parser and encoder for training datasets based on OGC...
The current version in pypi won't install all the needed dependencies for the full usage of the library, while trying to pip install the package from the main branch using...
One of the points to take a look is to avoid creating heavy and synchronization objects on import. For example, inside `datalibrary.downloader` a `multiprocessing.Lock` is created on import, and inside...
In the library we have `pytdml.type.extended_types` and `pytdml.type.extended_types_old`. This ` `pytdml.type.extended_types_old` is used only in `pytdml.io.version_converter`, but it not specified to what version old and new are referring to. Is...
The current release in pypi https://pypi.org/project/pytdml/ is labeled as 1.2.0 (July 11, 2024), while installing the package from the main branch in the repository will be labeled as 1.1.7, and...
I am trying to use `yaml_to_pytdml.py`, but have found the following issues with the latest version that I think will also be experienced by other users. I'd be happy to...
I am trying to run an example for generating TDML for a semantic segmentation task. I am able to generate the `json` file successfully but when trying to load it...
I've been testing the pytdml code for translating my training dataset into tdml format. I have the labels stored in STAC format, but the support for STAC depends on the...
I am attempting to install pytdml through pip as part of testing the package for OGC Testbed18. Unfortunately, the package requirements are causing issues when attempting to install. When trying...