How to run these codes?
Closed this issue · 1 comments
Yangshell commented
How to run these codes?
wohlert commented
To train the model on Shepard Metzler 5 parts dataset:
- Download the dataset from Google
- Convert data to PyTorch format and put it in the same directory as the code
python run-gqn.py --data_dir "shepard_metzler_5_parts/train"
If you want to train it on a different dataset you must perform steps 1. and 2. Additionally, you should create a PyTorch dataset class for your new dataset.
I will put up a pretrained model later in the week.