In section 4.1 of the paper on arXiv, it mentions timestamps ranging from 0 to 0.7 as the training set. However, among the four datasets (Dynamic Objects, Dynamic Indoor Scenes, Dynamic Multiparts, and NVIDIA Dynamic Scenes) downloaded from the link provided in this repository, the maximum timestamp in the training part is 0.75. In the train_eval.sh file, the value of --max_time is not 0.75, but rather 0.7 or 0.65. Could you please clarify under which settings the experimental data presented in the paper (Table 10, 11, 12, 13) were obtained?
I trained the fan scene using "python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.7 --light" and the chessboard scene using "python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.65". These two commands have the same parameters as those in train_eval.sh. However, the MAEPSNR of the extrapolated future frames obtained did not match the results presented in the paper, being approximately 3 lower. Is this related to the --max_time parameter?
In section 4.1 of the paper on arXiv, it mentions timestamps ranging from 0 to 0.7 as the training set. However, among the four datasets (Dynamic Objects, Dynamic Indoor Scenes, Dynamic Multiparts, and NVIDIA Dynamic Scenes) downloaded from the link provided in this repository, the maximum timestamp in the training part is 0.75. In the train_eval.sh file, the value of --max_time is not 0.75, but rather 0.7 or 0.65. Could you please clarify under which settings the experimental data presented in the paper (Table 10, 11, 12, 13) were obtained?
I trained the fan scene using "python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.7 --light" and the chessboard scene using "python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.65". These two commands have the same parameters as those in train_eval.sh. However, the MAEPSNR of the extrapolated future frames obtained did not match the results presented in the paper, being approximately 3 lower. Is this related to the --max_time parameter?