yangxue0827 / FPN_Tensorflow

A Tensorflow implementation of FPN detection framework.
416 stars 150 forks source link

Where did the predict_dict.pkl and gtboxes_dict.pkl come from and how to generate them? #3

Closed Kongsea closed 6 years ago

Kongsea commented 6 years ago

It seems that 'predict_dict.pkl' and 'gtboxes_dict.pkl' are required to run eval.py to evaluate the model. Could you please tell me where are the two files from or how to generate the two files? Thank you. @yangxue0827

yangxue0827 commented 6 years ago

These two files are generated when you run eval.py.

杨学 邮箱:yangxue0827@126.com

签名由 网易邮箱大师 定制

On 03/08/2018 17:05, Kongsea wrote:

It seems that 'predict_dict.pkl' and 'gtboxes_dict.pkl' are required to run eval.py to evaluate the model. Could you please tell me where are the two files from or how to generate the two files? Thank you. @yangxue0827

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Kongsea commented 6 years ago

Thank you. I found you have commented the code to generate these two pkl files:

eval_dict_convert(img_num)

in the code file.

niuniu111 commented 6 years ago

img_num in eval_dict_convert(img_num) s total image ?train image num?test image num?