No project description provided
Project description
README
Lours, the pandas companion
DOC API
Sphinx docs is available here:
Installation
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 https://lours.readthedocs.io/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-1.0.0.tar.gz
(143.5 kB
view details)
Built Distribution
lours-1.0.0-py3-none-any.whl
(165.2 kB
view details)
File details
Details for the file lours-1.0.0.tar.gz
.
File metadata
- Download URL: lours-1.0.0.tar.gz
- Upload date:
- Size: 143.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a60b6ac92839893191a32978314bd5a135290c759d593d1f0454923ba37cc3c |
|
MD5 | 7cceafe61ee4c7fc7b70c9932782e959 |
|
BLAKE2b-256 | 03836a3fa7e75bebff90793436b9a2c1e95276078c50472511b672a9f4d3fca1 |
File details
Details for the file lours-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: lours-1.0.0-py3-none-any.whl
- Upload date:
- Size: 165.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63255df038fdecf40e92b77de66ec233bfb3dccf7150c5783f12087fc7075ef7 |
|
MD5 | c0be54ad0447c98666a74017b36b3cbd |
|
BLAKE2b-256 | e1ad169f55e1a66032b124e11ecc0b2907142f3c7c4499cba37c47e36adf8ed7 |