I have trained the model using resnet18 for mask R-CNN detection. For every epoch, it created a ".ckpt" file only. Now I want to use that .ckpt file as the detector for detecting images. I have python code that takes a ".h5" file for detection. Please help me with How I can use the ".ckpt" file for detection. or How can I convert it to the ".h5"? Thanks
I have tried generating ".h5" file instead of ".ckpt" with training process but it did not work for me. Now I need a way to use ".ckpt" files for detecting objects in Images.