Dear Author,
I found your work very interesting. Really nice work.
When I looked at the code, I found that the training part is missing. Will it be released in the future?
Secondly, I found the in line 820 of diffcast.py file, you manually set this
'''
preds = self.model_predictions(x, t, cond=cond, ctx=cond, idx=cond,)
'''
the global motion prior and frag_idx are set to residual. I am curious about why you are doing this and removing the global motion prior and frag_idx information in the reverse diffusion? Looking forward to your reply and many thanks in advance.
Dear Author,
I found your work very interesting. Really nice work.
When I looked at the code, I found that the training part is missing. Will it be released in the future?
Secondly, I found the in line 820 of diffcast.py file, you manually set this
'''
preds = self.model_predictions(x, t, cond=cond, ctx=cond, idx=cond,)
'''
the global motion prior and frag_idx are set to residual. I am curious about why you are doing this and removing the global motion prior and frag_idx information in the reverse diffusion? Looking forward to your reply and many thanks in advance.