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

What is the reason why Swin-T only outputs features 1,2,3 and not 0? #183

Open
sarmientoj24 opened this issue Sep 4, 2022 · 3 comments
Open

Comments

@sarmientoj24
Copy link

I saw from papers and architectures that YOLO only takes 3 feature maps (YOLOv4, 5, 6). Since Swin-T outputs four feature maps, why is that only three features are used here? IS there a way to use all of them or are they necessary?

@lucasjinreal
Copy link
Owner

you can specific any output features

@sarmientoj24
Copy link
Author

Does that mean I can specify four output features? it seems like YOLO only takes three. is there a better way to use all features with YOLO without loss of information?

@sarmientoj24
Copy link
Author

Was specifically referring to how to accomodate 4 features for YOLOv6 since original YOLOv6 only takes three feature maps

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