SJTU-Thinklab-Det/DOTA-DOAI

Is exportPb.py up to date for FPN_Tensorflow?

Zappytoes opened this issue · 3 comments

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?

Also, is the "build_whole_network_Concat" script required or will "build_whole_network" do the job?

i meet the same question:when i test the converted _frozen.pb,the output score of every bbox is 0

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