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
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?
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.
Hello Technical Geeks! I have seen that all the competitors has provided the
weights
andConfig.yml
to perform the testing without retraining the model. I want to know that can we useDetectron2
library to perform building detection on SAR test images provided withweight.pth
andConfig.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?