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

Integrate Different CNN Backbones for Research #61

Open
5 tasks
devansh-shah-11 opened this issue Oct 7, 2024 · 3 comments · May be fixed by #80
Open
5 tasks

Integrate Different CNN Backbones for Research #61

devansh-shah-11 opened this issue Oct 7, 2024 · 3 comments · May be fixed by #80

Comments

@devansh-shah-11
Copy link
Collaborator

devansh-shah-11 commented Oct 7, 2024

Is your feature request related to a problem? Please describe.
Researchers often need to experiment with various CNN architectures to improve face recognition performance. Currently, the system lacks flexibility in allowing users to switch between different backbone architectures such as ResNet, EfficientNet, etc.

Describe the solution you'd like
Add support for multiple CNN backbones by creating reusable modules that allow researchers to select and switch between architectures easily.

Describe alternatives you've considered
Manually implementing each CNN backbone architecture for every model, but this approach is time-consuming and error-prone.

Additional context
This will enable efficient comparison between various models. Should also be integrated with UI Support

Checklist

  • Research various CNN backbones (ResNet, EfficientNet, etc.)

    • Understand architectural differences, performance, and integration challenges.
  • Create reusable modules for CNN backbones

    • Ensure compatibility with existing codebase.
    • Make the modules easy to switch between backbones.
  • Implement functionality to choose CNN backbones dynamically

    • Add functionality for researchers to switch between backbones (via config.yaml files).
  • Test with different backbones (ResNet, EfficientNet, etc.)

    • Verify that the models work as expected and provide comparable results
  • Document how to use different backbones in the system

    • Add detailed documentation for the new functionality.
@Shalinis19137
Copy link

I really like your website and want to contribute can you assign me this issue under gssoc-ext2024

@Shalinis19137
Copy link

Thanks alot

@Devasy23
Copy link
Owner

I really like your website and want to contribute can you assign me this issue under gssoc-ext2024

Which website are you referring to?

@Shalinis19137 Shalinis19137 linked a pull request Oct 12, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants