ken2576 / vision-nerf

Official PyTorch Implementation of paper "Vision Transformer for NeRF-Based View Synthesis from a Single Input Image", WACV 2023.
MIT License
107 stars 12 forks source link

Question about training time. #7

Closed pansanity666 closed 1 year ago

pansanity666 commented 1 year ago

Hi, May I ask about the specific training time and GPU number of your method on different datasets, e.g., SRN-chairs, SRN-cars, and NMR? Best,

ken2576 commented 1 year ago

Hi

We trained on 16 A100 for around 500k steps (5 days) as stated in the paper. It is the same training time for all datasets.

pansanity666 commented 1 year ago

Hi

We trained on 16 A100 for around 500k steps (5 days) as stated in the paper. It is the same training time for all datasets.

Thanks