No project description provided
Project description
README LOURS
A lib to help R&D team with its experiments.
DOC API
Sphinx docs is available here:
Installation
From Pypi repository
With poetry
poetry add lours
You can also install the pre-release by modifying the last line
poetry add lours --alow-prereleases
With pip
pip install lours
You can also install the pre-release by adding the --pre
option
pip install lours --pre
From source
pip
pip install -e . # Only for pip > 21.3
poetry >= 1.2
Assuming both lours and your project are in the same folder, adapt the relative path of the repo if needed
poetry add --editable ../lours/
poetry add --editable https://github.com/XXII-AI/lours.git
The dataset object
Usage
from lours.dataset import from_caipy, from_coco
dataset1 = from_caipy("path/to/caipy")
print(dataset1)
dataset2 = from_coco("path/to/coco", images_root="/path/to/coco_images")
dataset2 = dataset2.remap_from_preset("coco", "pascalvoc")
print(dataset2)
Tutorials
See some notebooks in folder docs/notebooks
Alternatively, See <UPDATE-ME/stable/tutorials>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lours-0.1.0.tar.gz
(143.0 kB
view details)
Built Distribution
lours-0.1.0-py3-none-any.whl
(164.9 kB
view details)
File details
Details for the file lours-0.1.0.tar.gz
.
File metadata
- Download URL: lours-0.1.0.tar.gz
- Upload date:
- Size: 143.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.5 Linux/5.15.0-119-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 010e8b65afb91150c6d7cd4f6958a45d4b05c5747b7949c7f9484c3fdae20ae7 |
|
MD5 | 743d0424ff36f49b1e2d3187691a3945 |
|
BLAKE2b-256 | 71dfa27312f8382f15bec03aad5e34fdd897b05358aaaed94ccb1eeae553c882 |
File details
Details for the file lours-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: lours-0.1.0-py3-none-any.whl
- Upload date:
- Size: 164.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.5 Linux/5.15.0-119-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6bd9f6d86e5e4b103137da09f91d799ffb0b26a3d4b07aeeb7004cd44c0e6d8 |
|
MD5 | bcee1be77bddef5b7a4717538fa46011 |
|
BLAKE2b-256 | 814962ddabbeb105cb89140d6927f4f8436e1d53651785d41e61c3bb6f37691b |