SpaceNetChallenge / SpaceNet_SAR_Buildings_Solutions

The winning solutions for the SpaceNet 6 Challenge
Apache License 2.0
74 stars 18 forks source link

Detectron2 Python Library to perform testing on Test Images #7

Open Ehsan125 opened 3 years ago

Ehsan125 commented 3 years ago

Hello Technical Geeks! I have seen that all the competitors has provided the weights and Config.yml to perform the testing without retraining the model. I want to know that can we use Detectron2 library to perform building detection on SAR test images provided with weight.pth and Config.yml (which most of the competitors has provided) ?

I have done this but i am unable to do that, is there any way to utilize the Detectron2 Python Library? Below is the medium blog link for as glimpse of Detectron2

https://medium.com/@adamsimek/introduction-to-instance-segmentation-on-images-and-video-14da3525f4c

I want that i just provide the configuration and Weights files and it automatically segmentize the buildings. If not we can do this then why we cannot do this using detectron2?

apzl commented 3 years ago

Hey, I'm working on a segmentation problem similar to this. Can you help me to find the config.yml file for motokimura's solution? I found the saved weights but no config file.