Onur Kaplan
Results
2
comments of
Onur Kaplan
Hey, `instance_annotation` is a numpy array of shape `(image_height, image_width, number_of_instances)` and stores instance annotations as a one-hot vector at each channel. `semantic_annotation` is a numpy array of shape `(image_height,...
I have just added prediction script (pred_list.py) to make predictions for a list of images using single loaded model. I will update the script to make batched predictions in order...