charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.73k stars 1.45k forks source link

issue on win10 #69

Closed ypLincode closed 6 years ago

ypLincode commented 6 years ago

When I run the source code, i met the following question:

File "D:\pointnet\trunk\provider.py", line 88, in getDataFiles return [line.rstrip() for line in open(list_filename)] FileNotFoundError: [Errno 2] No such file or directory: 'D:\pointnet.git\trunk\data/modelnet40_ply_hdf5_2048/train_files.txt'

Any one knows the reason?

charlesq34 commented 6 years ago

Hi @ypLincode

I think the problem is because Windows uses "\" to separate folders while Linux systems use "/". You can modify the code as you like to resolve the issue.

Closing the issue now.

ypLincode commented 6 years ago

@charlesq34 thx

taniaCHY commented 6 years ago

When I run the source code, i met the following question: File "h5py\h5f.pyx", line 98, in h5py.h5f.create

OSError: Unable to create file (unable to open file: name = 'data/modelnet40_ply_hdf5_2048/ply_data_train3.h5', errno = 2, error message = 'No such file or directory', flags = 15, o_flags = 502)

jainshubham1506 commented 5 years ago

Issue still exists train data is not being downloaded in windows

Meghdadhn commented 5 years ago

Same problem here! data folder is empty! Windows 10, Python 3.6

moaminsharifi commented 5 years ago

hi, driectly download modelnet40_ply_hdf5_2048.zip file and then create new folder "data" in this folder extract modelnet40_ply_hdf5_2048 file (name of folder most be modelnet40_ply_hdf5_2048 ) folder struct:

-> data ---> modelnet40_ply_hdf5_2048 -------> train_files.txt -------> test_files.txt -------> shape_names.txt -------> etc. If use winrar open zip file and drop in data folder 2019-07-23 20_03_47-data

abbott1234 commented 4 years ago

How do you running on win10?

protactinium91 commented 4 years ago

How do you running on win10?

I am running this on Win10, what is not working for you?

MeowChiu commented 4 years ago

hi, driectly download modelnet40_ply_hdf5_2048.zip file and then create new folder "data" in this folder extract modelnet40_ply_hdf5_2048 file (name of folder most be modelnet40_ply_hdf5_2048 ) folder struct:

-> data ---> modelnet40_ply_hdf5_2048 -------> train_files.txt -------> test_files.txt -------> shape_names.txt -------> etc. If use winrar open zip file and drop in data folder 2019-07-23 20_03_47-data

Hi,where could i get this zip?

moaminsharifi commented 4 years ago

hi, driectly download modelnet40_ply_hdf5_2048.zip file and then create new folder "data" in this folder extract modelnet40_ply_hdf5_2048 file (name of folder most be modelnet40_ply_hdf5_2048 ) folder struct: -> data ---> modelnet40_ply_hdf5_2048 -------> train_files.txt -------> test_files.txt -------> shape_names.txt -------> etc. If use winrar open zip file and drop in data folder 2019-07-23 20_03_47-data

Hi,where could i get this zip? In here and 'Download 40-Class Subset' https://modelnet.cs.princeton.edu/ direct link: http://modelnet.cs.princeton.edu/ModelNet40.zip

MrCrazyCrab commented 3 years ago

@protactinium91 how do you compile the ops and run it on windows10? looking for help!

moaminsharifi commented 3 years ago

How do you running on win10?

Yes at that time I was running on Windows 10 (pro version and 64 bit)

moaminsharifi commented 3 years ago

hi, driectly download modelnet40_ply_hdf5_2048.zip file and then create new folder "data" in this folder extract modelnet40_ply_hdf5_2048 file (name of folder most be modelnet40_ply_hdf5_2048 ) folder struct: -> data ---> modelnet40_ply_hdf5_2048 -------> train_files.txt -------> test_files.txt -------> shape_names.txt -------> etc. If use winrar open zip file and drop in data folder 2019-07-23 20_03_47-data

Hi,where could i get this zip?

from here http://modelnet.cs.princeton.edu/ Download 40-Class Subset

moaminsharifi commented 3 years ago

@protactinium91 how do you compile the ops and run it on windows10? looking for help!

I check the code and found the only part depent on os, is download part. so if you download and prepare data for it then you can run with out issue. more information about how must be dataset: https://github.com/charlesq34/pointnet/issues/69#issuecomment-514263827