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

fpn mask layers #4

Open
VeeranjaneyuluToka opened this issue Dec 6, 2021 · 1 comment
Open

fpn mask layers #4

VeeranjaneyuluToka opened this issue Dec 6, 2021 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@VeeranjaneyuluToka
Copy link

Hi, I felt you have created a very modularized implementation and it is easy to understand. I have one question for fpn mask layers which is fpn_mask_graph() in your implementation. I think you have used same layers irrespective of backbone type, is my understanding correct. If yes, do you think that is fine. Do not we need to add the respective backbone blocks in fpn mask also?

Thanks,
Veeru.

@alexander-pv alexander-pv added enhancement New feature or request question Further information is requested labels Dec 17, 2021
@alexander-pv
Copy link
Owner

Hi, @VeeranjaneyuluToka , I'm glad that you found this repository useful!

You are right. Generally, I refactored the original matterport model realization and started to add small improvements to it.
So, now for all backbones /src/config.py holds the same params.

I believe that each backbone can be exploited more efficiently with new c2-c5 features. Perhaps, some simple tasks can be solved even with a smaller group of features.

I believe this is definitely important research that concerns cost complexity as much as model accuracy. I added "Flexible backbones configuration" point in TODOs section of README.md. If you are interested in such improvements, you can send PRs for collaboration.
Looking at the model basic scheme It seems to me that flexible backbones configuration will also require code structure improvements.

mask_rcnn_training_mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants