autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
https://avg.is.tuebingen.mpg.de/publications/occupancy-networks
MIT License
1.51k stars 292 forks source link

ERROR WHILE TRAINING. #70

Closed ALI7861111 closed 4 years ago

ALI7861111 commented 4 years ago

While training my custom data following error occurs. while executing this line .. My preprocessing is perfect . This is the command I ran. ................................................................................................ !python train.py configs/img/onet.yaml ...................................................................................................... Traceback (most recent call last): File "train.py", line 51, in train_dataset = config.get_dataset('train', cfg) File "/content/occupancy_networks/im2mesh/config.py", line 152, in get_dataset categories=categories, File "/content/occupancy_networks/im2mesh/data/core.py", line 86, in init with open(split_file, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'data/ShapeNet/03001627/train.lst'

ALI7861111 commented 4 years ago

!python /content/occupancy_networks/scripts/create_split.py /content/occupancy_networks/data/ShapeNet/03001627 --r_val 0.1 --r_test 0.2

files created by following command .. make your required paths as relative to your system