Open lzt02 opened 2 weeks ago
hi, sorry for the late reply. The id of front view is 12 and [0, 2, 4, 8, 12, 14] is the relative offset to the front view.
Ok, I get it, thanks for your reply! By the way, I noticed that the training code has two prediction types for diffusion: "v-prediction"
and "epsilon"
. Which one did you use when training Era3D
hi, sorry for the late reply. The id of front view is 12 and [0, 2, 4, 8, 12, 14] is the relative offset to the front view.
We use 'v_prediction' for diffusion training.
I noticed that in the config, there are
predict_delative-views: [0, 2, 4, 8, 12, 14]
, which appear to have 0 as the front view and 8 as the back view. However, when loading the training set data, there is code:if self. validation: rond_ele0_idx=12
, which appears to have 12 as the front view. I would like to ask for the correct order of views and their corresponding ids.Thanks in advance for your help.