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

prediction #9

Open
najsdh opened this issue Dec 20, 2023 · 3 comments
Open

prediction #9

najsdh opened this issue Dec 20, 2023 · 3 comments

Comments

@najsdh
Copy link

najsdh commented Dec 20, 2023

Hello, I'd like to ask about the code mentioned in your paper for using U-Net and Mask R-CNN for prediction. However, I only found HRNet in your code. Could you please guide me on where to find the code for using U-Net and Mask R-CNN for prediction? Thank you.

@HeavenswordG
Copy link
Collaborator

Hi @najsdh, in our research published in the ISPRS Journal, we initially utilized a hybrid approach combining U-Net and Mask R-CNN for building detection. However, upon transitioning our project to open-source, we discovered that directly implementing HRNet yielded more robust results across various datasets. Consequently, we have chosen to release only the HRNet code as our primary method for building segmentation. This approach has demonstrated a marginally superior performance compared to the U-Net and Mask R-CNN combination.

Thank you for being interested in our project.

@najsdh
Copy link
Author

najsdh commented Jan 8, 2024

Then I would like to ask if you are willing to share the code of U-Net and Mask R-CNN before you, I would like to learn it, thank you very much

@HeavenswordG
Copy link
Collaborator

Then I would like to ask if you are willing to share the code of U-Net and Mask R-CNN before you, I would like to learn it, thank you very much

My code for U-Net and Mask R-CNN are in different Python environments and their versions are quite old. It is not easy to build up the same environment as mine, and the code is not organized. So I suggest that you can download U-Net code via MMSegmentation (https://github.com/open-mmlab/mmsegmentation), and Mask R-CNN code from AIcrowd (https://github.com/crowdAI/mapping-challenge-starter-kit and https://www.aicrowd.com/challenges/mapping-challenge), that's the code I used for Mask R-CNN training and prediction.

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