You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to convert a .ckpt to a .pb file so it's in a deploy-able format. Is the exportPb.py file appropriate for converting for FPN_Tensorflow (horizontal bounding boxes) and resnet50_v1d?
It looks like there are at least a few minor edits, e.g., cfgs.MXNET_MEAN to cfgs.PIXEL_MEAN_
Is there a more updated conversion script?
The text was updated successfully, but these errors were encountered:
I'd like to convert a .ckpt to a .pb file so it's in a deploy-able format. Is the exportPb.py file appropriate for converting for FPN_Tensorflow (horizontal bounding boxes) and resnet50_v1d?
It looks like there are at least a few minor edits, e.g., cfgs.MXNET_MEAN to cfgs.PIXEL_MEAN_
Is there a more updated conversion script?
The text was updated successfully, but these errors were encountered: