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
I am working on a project that is similar to yours and Total3D.
In the prepare data folder, you provide the dict_keys(['centroid_reg', 'coeffs_reg', 'bdb3D', 'pitch', 'roll']) for the layouts.
Could you also provide the layout centroid average and layout coefficients average over the whole data? These are equivalent to layout_avg_dict['layout_centroid_avg'] and layout_avg_dict['layout_coeffs_avg'] in Total3D implementation.
Also, I was wondering if there is a way to generate ground truth for object orientation? I want to do something similar to Total3D work and extract 'ori_cls' and 'ori_reg' parameters of each sample's layout.
Thank you! :D
The text was updated successfully, but these errors were encountered:
@UncleMEDM It would be really helpful if you could provide the layout centroid average and layout coeffs average for the layouts of 3d-front data, so that I can use them later on for regression and get reasonable layout locations.
Hello guys,
Excellent work!
I am working on a project that is similar to yours and Total3D.
In the prepare data folder, you provide the dict_keys(['centroid_reg', 'coeffs_reg', 'bdb3D', 'pitch', 'roll']) for the layouts.
Could you also provide the layout centroid average and layout coefficients average over the whole data? These are equivalent to layout_avg_dict['layout_centroid_avg'] and layout_avg_dict['layout_coeffs_avg'] in Total3D implementation.
Also, I was wondering if there is a way to generate ground truth for object orientation? I want to do something similar to Total3D work and extract 'ori_cls' and 'ori_reg' parameters of each sample's layout.
Thank you! :D
The text was updated successfully, but these errors were encountered: