matanatz / pcnn

Point Convolutional Neural Networks by Extension Operators
56 stars 13 forks source link

Cannot run PCNN #6

Open lukkio88 opened 5 years ago

lukkio88 commented 5 years ago

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 commented 4 years ago

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