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 run PCNN #6

Open
lukkio88 opened this issue Jul 13, 2019 · 1 comment
Open

Cannot run PCNN #6

lukkio88 opened this issue Jul 13, 2019 · 1 comment

Comments

@lukkio88
Copy link

Hi,

I think I have all the prerequisites installed:

I'm working on windows.
Can you help?

cp: cannot stat 'segprovider.py': No such file or directory
cp: omitting directory './layers/__pycache__'
--2019-07-13 14:53:47--  https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip;
Resolving shapenet.cs.stanford.edu... 171.67.77.19
Connecting to shapenet.cs.stanford.edu|171.67.77.19|:443... connected.
WARNING: cannot verify shapenet.cs.stanford.edu's certificate, issued by `/C=US/ST=MI/L=Ann Arbor/O=Internet2/OU=InCommon/CN=InCommon RSA Server CA':
  Self-signed certificate encountered.
WARNING: certificate common name `cs.stanford.edu' doesn't match requested host name `shapenet.cs.stanford.edu'.
HTTP request sent, awaiting response... 404 Not Found
2019-07-13 14:53:48 ERROR 404: Not Found.

--2019-07-13 14:53:48--  http://unzip/
Resolving unzip... failed: Unknown host.
wget: unable to resolve host address `unzip'
--2019-07-13 14:53:55--  http://modelnet40_ply_hdf5_2048.zip/
Resolving modelnet40_ply_hdf5_2048.zip... 92.242.132.24
Connecting to modelnet40_ply_hdf5_2048.zip|92.242.132.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.html.3'

     0K                                                         578K=0.002s

2019-07-13 14:53:55 (578 KB/s) - `index.html.3' saved [918]

FINISHED --2019-07-13 14:53:55--
Downloaded: 1 files, 918 in 0.002s (578 KB/s)
mv: cannot stat 'modelnet40_ply_hdf5_2048': No such file or directory
rm: cannot remove 'modelnet40_ply_hdf5_2048.zip': No such file or directory

tf version : 1.13.1
num point : 1024
experiment name : pcnn
Traceback (most recent call last):
  File "train.py", line 343, in <module>
    train()
  File "train.py", line 42, in train
    TRAIN_FILES = provider.getTrainDataFiles()
  File "D:\CodingProjects\pcnn\provider.py", line 114, in getTrainDataFiles
    return self.getDataFiles(self.train_files)
  File "D:\CodingProjects\pcnn\provider.py", line 117, in getDataFiles
    return [line.rstrip() for line in open(list_filename)]
FileNotFoundError: [Errno 2] No such file or directory: '.\\data\\modelnet40_ply_hdf5_2048\\train_files.txt'
(tensorflow)

@sevenandseven
Copy link

i have the same problem with you,can you tell me,how to solve?

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

2 participants