lightly-ai / lightly-ai/lightly-train
[QUESTION] <Image and mask paths are read from a text file for segmentation model?>
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 116
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 6
Description
I am currently testing a semantic segmentation model.
My original images and their corresponding mask images are located in different directories and have different filenames.
The mapping between the original image and its mask is provided in a .txt file.
The content of the .txt file is structured as follows (each line represents an image-mask pair, separated by a tab \t):
/data/seg/images/a71855.jpg\t/data/seg/masks/bafbfc.png
/data/seg/images/45038fa.jpg\t/data/seg/masks/7602d.png
Question: Does your data input pipeline support this method of loading data, where image and mask paths are read from a text file?
Contributor guide
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
No files or tests are named. Start by locating the semantic-segmentation data input pipeline and checking which dataset formats it accepts; done means establishing whether tab-separated image and mask paths are supported or what change would be required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100