lightly-ai / lightly-ai/labelformat
Change --images-rel-path to absolute for lightly predictions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 91
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Specifying a relative path in the cli command or from Python is pretty error prone. It would be easier if the `--images-rel-path` option would be an absolute path instead. We could then still calculate the relative path based on the `--input-folder` value.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI and Python handling for `--images-rel-path`, then inspect how `--input-folder` is used to calculate paths. Update the behavior so the option accepts an absolute path while preserving the calculated relative path, and verify both entry points with the project's relevant tests or command examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, computer-vision
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100