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

Unable to locate the file keypoints_sim.npy #36

Open
Sadat75 opened this issue Jun 24, 2024 · 0 comments
Open

Unable to locate the file keypoints_sim.npy #36

Sadat75 opened this issue Jun 24, 2024 · 0 comments

Comments

@Sadat75
Copy link

Sadat75 commented Jun 24, 2024

When I run the command:

python singleImage.py -f img

I receive the following error:

Traceback (most recent call last):
  File "/home/sadat/Desktop/DeltaX_codes/SynergyNet/utils/params.py", line 13, in __init__
    self.keypoints = _load(osp.join(d, 'keypoints_sim.npy'))
  File "/home/sadat/Desktop/DeltaX_codes/SynergyNet/utils/io.py", line 25, in _load
    return np.load(fp)
  File "/home/sadat/miniconda3/envs/SynergyNet/lib/python3.8/site-packages/numpy/lib/npyio.py", line 405, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/home/sadat/Desktop/DeltaX_codes/SynergyNet/utils/../3dmm_data/keypoints_sim.npy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "singleImage.py", line 6, in <module>
    from model_building import SynergyNet
  File "/home/sadat/Desktop/DeltaX_codes/SynergyNet/model_building.py", line 9, in <module>
    param_pack = ParamsPack()
  File "/home/sadat/Desktop/DeltaX_codes/SynergyNet/utils/params.py", line 37, in __init__
    raise RuntimeError('Missing data')
RuntimeError: Missing data

I am unable to locate the file keypoints_sim.npy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant