Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relationship between image resolution and backbone. #195

Closed
xanhug opened this issue Nov 14, 2023 · 2 comments
Closed

Relationship between image resolution and backbone. #195

xanhug opened this issue Nov 14, 2023 · 2 comments

Comments

@xanhug
Copy link

xanhug commented Nov 14, 2023

Thanks for your amazing work!
I noticed that in 'Multi-Modal Fusion Transformer for End-to-End Autonomous Driving,' ResNet34 and ResNet18 were respectively used for the image and Lidar branches. The feature channels before flattening were 512.
However, in 'TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving,' RegNetY-3.2GF was used as the backbone, and the feature channels before flattening were 1512. Is this change possibly due to the consideration that the latter utilizes images concatenated from three different perspectives as the input for the image branch, requiring more feature channels to encompass additional information?

@Kait0
Copy link
Collaborator

Kait0 commented Nov 14, 2023

No, the 1512 channels are a result of using RegNetY-3.2GF which always has 1512 channels at the end regardless of the input size of the image.
RegNets are well tuned ResNets for the most part, which means hyperparameters like number of channels differ between the architecture.

@Kait0 Kait0 closed this as completed Nov 16, 2023
@xanhug
Copy link
Author

xanhug commented Nov 17, 2023

No, the 1512 channels are a result of using RegNetY-3.2GF which always has 1512 channels at the end regardless of the input size of the image. RegNets are well tuned ResNets for the most part, which means hyperparameters like number of channels differ between the architecture.

Thanks for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants