polyrnn-pp-pytorch
polyrnn-pp-pytorch copied to clipboard
Testing the model
Could you explain how to test the models on custom data. What all things need to be prepared in the code to run inference/testing on custom data. I have images with bounding box labels and I would like to run the model to generate a segmentation mask. Thank you.