mblaettler / voxnet-tensorflow

A tensorflow implementation of voxnet (using the keras API for simplicity).
4 stars 1 forks source link

Error: No such file or directory: '/content/voxnet-tensorflow/SVHDProvider/data/SVHD/FPS/train_files.txt' #1

Open AndreLYL opened 4 years ago

AndreLYL commented 4 years ago

Hello, i am using your code to test the voxnet, and when i am runing train.py, i get the error: No such file or directory: '/content/voxnet-tensorflow/SVHDProvider/data/SVHD/FPS/train_files.txt'

Can you tell me how to solve this problem?

mblaettler commented 4 years ago

Hi

I wrote the VOXNET for a school project where I had to classify other data than ShapeNet10. I also changed the architecture slightly (other input dimensions and a different number of classes).

You'd have to fork my project and write your own data loader to use it with your own data. At https://github.com/mblaettler/voxnet-tensorflow/blob/master/train.py#L1 you can sepcify the data loader. Maybe it works by just setting it to shapenet10, but I haven't tested it. Sorry!

The README is misleading. If I have time I'll upgrade it and upload a new version which works with shapenet10 out of the box.