Is exportPb.py up to date for FPN_Tensorflow?
Zappytoes opened this issue · 3 comments
Zappytoes commented
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?
Zappytoes commented
Also, is the "build_whole_network_Concat" script required or will "build_whole_network" do the job?
hhswgww commented
i meet the same question:when i test the converted _frozen.pb,the output score of every bbox is 0
hhswgww commented
Also, is the "build_whole_network_Concat" script required or will "build_whole_network" do the job?
may i ask how you solve this problem