occupancy_networks
occupancy_networks copied to clipboard
training with default.yaml
hi,
want to train this network to my custom data i have prepared everything and all the data just as stated in the repo but when i train it it gives me this error
Traceback (most recent call last):
File "train.py", line 73, in
it is giving me the same error when i try to train on the preprocessed shapenet data provided in this repo
I met the same problem too. After a lot of trial-and-error, I found that the following scripts are able to run successfully.
python3 train.py configs/img/onet.yaml
python3 train.py configs/pointcloud/onet.yaml
python3 train.py configs/voxels/onet.yaml
Just would like to share my findings and hope it will help you.
I met the same problem too. After a lot of trial-and-error, I found that the following scripts are able to run successfully.
python3 train.py configs/img/onet.yaml python3 train.py configs/pointcloud/onet.yaml python3 train.py configs/voxels/onet.yaml
Just would like to share my findings and hope it will help you.
Hello, there are a lot of yaml files in the whole configuration file in the file, do they all mean anything different? We look forward to your reply thanks.