You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper, the BEV reconstruction is modeled as the categorical distribution p(yt|ht, st) ∼ Categorical(lθ(ht, st)), and the image reconstruction ot ∼ N (gθ(ht, st), I), but it's not clear to me in the code how these two distributions are implemented. So please tell me how the categorical distribution and normal distribution is done and exactly where in the code.
The text was updated successfully, but these errors were encountered:
KevinDu1
changed the title
Question about BEV reconstruction and Categorical distribution
Question about the distributions of the image and BEV reconstruction
Apr 20, 2023
In the paper, the BEV reconstruction is modeled as the categorical distribution p(yt|ht, st) ∼ Categorical(lθ(ht, st)), and the image reconstruction ot ∼ N (gθ(ht, st), I), but it's not clear to me in the code how these two distributions are implemented. So please tell me how the categorical distribution and normal distribution is done and exactly where in the code.
The text was updated successfully, but these errors were encountered: