Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ClementPinard/Lours

 
 

Repository files navigation

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

See https://UPDATE-ME

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%