Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recipes/recipe/custom_dataset_transforms_loader 데이터 오류 문제 해결 #653

Closed
9bow opened this issue Apr 8, 2023 · 0 comments
Closed
Assignees
Labels
기타 이슈 기타 질문/요청 등, 정의되지 않은 이슈

Comments

@9bow
Copy link
Member

9bow commented Apr 8, 2023

이슈 내용

어떤 이슈인지 알려주세요.

아래 recipe에 데이터가 없어서 생기는 오류를 해결합니다.
https://download.pytorch.org/tutorial/faces.zipbeginners/data_loading_tutorial.py에서 사용한 것으로, Makefile 내에서 해당 recipe에서 참고할 수 있도록 추가로 압축을 해제해둡니다.

WARNING: /workspace/ko-latest/recipes_source/recipes/custom_dataset_transforms_loader.py failed to execute correctly: Traceback (most recent call last):
  File "/workspace/ko-latest/recipes_source/recipes/custom_dataset_transforms_loader.py", line 88, in <module>
    landmarks_frame = pd.read_csv('faces/face_landmarks.csv')
  File "/root/.local/lib/python3.9/site-packages/pandas/util/_decorators.py", line 211, in wrapper
    return func(*args, **kwargs)
  File "/root/.local/lib/python3.9/site-packages/pandas/util/_decorators.py", line 331, in wrapper
    return func(*args, **kwargs)
  File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 950, in read_csv
    return _read(filepath_or_buffer, kwds)
  File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 605, in _read
    parser = TextFileReader(filepath_or_buffer, **kwds)
  File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1442, in __init__
    self._engine = self._make_engine(f, self.engine)
  File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1735, in _make_engine
    self.handles = get_handle(
  File "/root/.local/lib/python3.9/site-packages/pandas/io/common.py", line 856, in get_handle
    handle = open(
FileNotFoundError: [Errno 2] No such file or directory: 'faces/face_landmarks.csv'

추가 정보

다른 참고할 정보 또는 URL 등이 있다면 알려주세요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기타 이슈 기타 질문/요청 등, 정의되지 않은 이슈
Projects
None yet
Development

No branches or pull requests

1 participant