supervisely-tutorials
supervisely-tutorials copied to clipboard
c_val and c_train are hardcoded: No such file or directory: '/data/001/val/ann'
Hi colleagues, either using docker image or running code localy there is an error at step:
c_val = get_counter('/data/001/val') c_train = get_counter('/data/001/train') or c_val = get_counter('/data/val/anpr_ocr/train/') c_train = get_counter('/data/train/anpr_ocr/train/')
there are no such directories in docker image
Hello! I think you have to pull repository, because it was updated few days ago. Check the latest version please.
Even after pulling we get same issue