tensorflow / tpu

Reference models and tools for Cloud TPUs.
https://cloud.google.com/tpu/
Apache License 2.0
5.2k stars 1.77k forks source link

How we can use copy_paste checkpoint for instance segmentation? #968

Open hellohaley opened 2 years ago

hellohaley commented 2 years ago

Hi, I want to use checkpoints of instance segmentation models trained on COCO for inference. How I should use that? Do you now any python code or jupyter notebook for inference?

noway2beatme commented 11 months ago

I had the same problem. Have you found a solution?