You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Caught ValueError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "/home/user/.local/lib/python3.6/site-packages/torch/utils/data/_utils/worker.py", line 202, in _worker_loop
data = fetcher.fetch(index)
File "/home/user/.local/lib/python3.6/site-packages/torch/utils/data/_utils/fetch.py", line 47, in fetch
return self.collate_fn(data)
File "./ocr_kor/deep-text-recognition-benchmark/dataset.py", line 273, in __call__
images, labels = zip(*batch)
ValueError: too many values to unpack (expected 2)
이미지 폴더가 아닌 하나의 이미지를 받아 처리하는 방법이 있을까요?
The text was updated successfully, but these errors were encountered:
웹캠에 연결해 글자부분을 잘라 해당 모델로 넘겨주어 작동하게 하려합니다.
demo.py 코드를 수정하며 작업중인데
해당 부분에서 에러가 납니다.
현재 이미지 폴더가 아니라 하나의 이미지를 받는것이라
demo_data
를 지우고수정했습니다.
표시 부분에서 아래와 같이 에러가 납니다.
이미지 폴더가 아닌 하나의 이미지를 받아 처리하는 방법이 있을까요?
The text was updated successfully, but these errors were encountered: