Hello, thanks for the repository
I'm trying to train the model using binvox files with res 128 as you did in your paper.
I used the code python main.py train --tag {your-experiment-tag} -s {path-to-processed-h5-data} -g {gpu-id} but the processing time is the same and I dont see any diferent results compare to res 64.
Is there any parameter I'm missing?
Thanks again
Hello, thanks for the repository
I'm trying to train the model using binvox files with res 128 as you did in your paper.
I used the code
python main.py train --tag {your-experiment-tag} -s {path-to-processed-h5-data} -g {gpu-id}but the processing time is the same and I dont see any diferent results compare to res 64.Is there any parameter I'm missing?
Thanks again