You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Hi,
I think I have all the prerequisites installed:
I'm working on windows.
Can you help?
The text was updated successfully, but these errors were encountered: