I have a set of annotated data with black background , but the code is written to use to train with the data with white background.
I'd like to know if there any method to modify the code that will result the predicted image to have black background. Otherwise I have to re-annotated my datasets and retrain my model.
I think it should be something related to the TestGenerator part , but haven't figure it out yet.
I have a set of annotated data with black background , but the code is written to use to train with the data with white background. I'd like to know if there any method to modify the code that will result the predicted image to have black background. Otherwise I have to re-annotated my datasets and retrain my model. I think it should be something related to the TestGenerator part , but haven't figure it out yet.