barcode_detection_dataset icon indicating copy to clipboard operation
barcode_detection_dataset copied to clipboard

Collection of Barcode's Detection Dataset In YoLo format.

barcode_detection_dataset

  1. Dataset format is yolo.

  2. All codes based on MIT

  3. 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.json file
  • [x] convert the filename.yolo.json file 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.

MIT

CC BY-SA 4.0

CC BY-SA 4.0