tutorials-kr icon indicating copy to clipboard operation
tutorials-kr copied to clipboard

recipes/custom_dataset_transforms_loader 빌드 오류 개선

Open 9bow opened this issue 2 years ago • 0 comments

이슈 내용

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

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/io/parsers/readers.py", line 912, in read_csv
    return _read(filepath_or_buffer, kwds)
  File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 577, in _read
    parser = TextFileReader(filepath_or_buffer, **kwds)
  File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1407, in __init__
    self._engine = self._make_engine(f, self.engine)
  File "/root/.local/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1661, in _make_engine
    self.handles = get_handle(
  File "/root/.local/lib/python3.9/site-packages/pandas/io/common.py", line 859, in get_handle
    handle = open(
FileNotFoundError: [Errno 2] No such file or directory: 'faces/face_landmarks.csv'

추가 정보

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

9bow avatar May 06 '23 11:05 9bow