Open
Description
Describe the bug
My image and label files are named such as Picture-2021-06-11_11.45.32_00000001.jpg
and Picture-2021-06-11_11.45.32_00000001.txt
. I am using "Import Annotations" but it fails with the error message saying "Given predicate results in more than one value being matched". I tried to only select one .txt
file and that works. I tried to change my files names to something very simple like 1.jpg
, 2.jpg
, 1.txt
and 2.txt
and that works.
To Reproduce
Steps to reproduce the behavior:
- Go to https://www.makesense.ai/
- Click 'Get Started'
- Select multiple images named in the format such as
Picture-2021-06-11_11.45.32_00000001.jpg
, andPicture-2021-06-11_11.45.32_00000002.ipg
etc - Click on 'Object Detection'
- Select 'Import Annotations'
- Select
labels.txt
and multiple.txt
files named in the format such asPicture-2021-06-11_11.45.32_00000001.txt", and "Picture-2021-06-11_11.45.32_00000002.txt
etc - See error "Given predicate results in more than one value being matched"
Expected behavior
"Annotation ready for import"
Desktop (please complete the following information):
- OS: iOS
- Browser: Chrome
- Version: on https://www.makesense.ai/
Additional context
This problem looks similar to a previous closed issue
[Update] I cloned the latest version on Github and that works