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

Cannot train on dataset because of missing files #1

Open
budekatude opened this issue Aug 2, 2019 · 0 comments
Open

Cannot train on dataset because of missing files #1

budekatude opened this issue Aug 2, 2019 · 0 comments

Comments

@budekatude
Copy link

I am trying to train the net using the provided ModelNet10 dataset inside a virtual environment using Python 2.7.10 with all required dependencies installed.
However, running train.py results in the following error:

Traceback (most recent call last):
  File "/Users/Matthias/Workspaces/PyCharm/GeneralizedConvolutionalNeuralNets/train.py", line 34, in <module>
    all_distances, keep_prob, variant)
  File "/Users/Matthias/Workspaces/PyCharm/GeneralizedConvolutionalNeuralNets/models.py", line 18, in __init__
    statistics = [np.loadtxt('dataSets/ModelNet10csv'+variant+'/stats1.csv', delimiter=','),
  File "/Users/Matthias/Workspaces/PyCharm/000_Virtual Environments/venv-tensorflow-py2.7.10/lib/python2.7/site-packages/numpy/lib/npyio.py", line 962, in loadtxt
    fh = np.lib._datasource.open(fname, 'rt', encoding=encoding)
  File "/Users/Matthias/Workspaces/PyCharm/000_Virtual Environments/venv-tensorflow-py2.7.10/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 266, in open
    return ds.open(path, mode, encoding=encoding, newline=newline)
  File "/Users/Matthias/Workspaces/PyCharm/000_Virtual Environments/venv-tensorflow-py2.7.10/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 624, in open
    raise IOError("%s not found." % path)
IOError: dataSets/ModelNet10csv1000/stats1.csv not found.

Is it possible that the repository is missing some files?
Many thanks for your help in advance.

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