barcode_detection_dataset
barcode_detection_dataset copied to clipboard
Collection of Barcode's Detection Dataset In YoLo format.
barcode_detection_dataset
-
Dataset format is yolo.
-
All codes based on MIT
-
Any uncode part are based on CC-BY-SA-4.0(or any later version).
DO NOT TO BE DONE: Auto Download and unzip shell script.
- you should download and put the pictures to its own subfolder.
DONE: Use Json to store data labels, produce them by script after download repo.
- [x] convert the labels to a
filename.yolo.jsonfile - [x] convert the
filename.yolo.jsonfile to a yolo format folder
ps: the json file after tgz is smaller than the original folder.
toolchain
windows
- scoop install python3
- scoop install poetry
- poetry install
unix-like
please referer the container.build.sh
ps: the pipx still can use -i to downloading via other source.
