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

Error when mounting openimages dataset from host for Nvidia MLPerf inference #380

Open
arjunsuresh opened this issue Oct 16, 2024 · 0 comments
Labels
bug Something isn't working mlperf-inference

Comments

@arjunsuresh
Copy link
Contributor

[2024-10-16 14:00:00,890 image_preprocessor.py:95 INFO] Skipping fff820866f567015.jpg because it already exists.
[2024-10-16 14:00:00,890 image_preprocessor.py:91 INFO] Processing image No.24780/24781...
[2024-10-16 14:00:00,890 image_preprocessor.py:95 INFO] Skipping ffff21932da3ed01.jpg because it already exists.
Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/cmuser/CM/repos/local/cache/c869d96cb16440bc/repo/closed/NVIDIA/code/retinanet/tensorrt/preprocess_data.py", line 161, in <module>
    main()
  File "/home/cmuser/CM/repos/local/cache/c869d96cb16440bc/repo/closed/NVIDIA/code/retinanet/tensorrt/preprocess_data.py", line 155, in main
    copy_openimage_annotations(data_dir, preprocessed_data_dir)
  File "/home/cmuser/CM/repos/local/cache/c869d96cb16440bc/repo/closed/NVIDIA/code/retinanet/tensorrt/preprocess_data.py", line 71, in copy_openimage_annotations
    shutil.copytree(src_dir, dst_dir)
  File "/usr/lib/python3.8/shutil.py", line 555, in copytree
    with os.scandir(src) as itr:
NotADirectoryError: [Errno 20] Not a directory: '/home/cmuser/CM/repos/local/cache/0d45c31bdb664460/data/open-images-v6-mlperf/annotations'
make: *** [/home/cmuser/CM/repos/local/cache/c869d96cb16440bc/repo/closed/NVIDIA/Makefile.data:36: preprocess_data] Error 1

CM error: Portable CM script failed (name = app-mlperf-inference-nvidia, return code = 256)
@arjunsuresh arjunsuresh added bug Something isn't working mlperf-inference labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mlperf-inference
Development

No branches or pull requests

1 participant