This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello everyone i run the following code: | |
.......................................... | |
from os import listdir | |
from xml.etree import ElementTree | |
from numpy import zeros | |
from numpy import asarray | |
from numpy import expand_dims | |
from numpy import mean | |
from mrcnn.config import Config | |
from mrcnn.model import MaskRCNN |