-
Notifications
You must be signed in to change notification settings - Fork 20
Detectron2 Python Library to perform testing on Test Images #7
Description
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?