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
Hi @youjianghuang
I assume you mean "3D Layout Parameter Regressor" branch in their network architectures.
According to LayoutNet paper, with or without that branch seem trivial in their framework:
"We observed that the 3D regressor is not accurate"
"Training with 3D regressor has a small impact"
To implement it, you probably need:
Implement a regression network which take B x 4 x 512 x 1024 tensor as input and output B x 6 3D parameters
Concat y_edg_ and y_cor_ then feed it to regression network
Why?
The text was updated successfully, but these errors were encountered: