smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow
MIT License
2.34k stars 1.12k forks source link

why the trained model is ended with ckpt key words, instead of 4 files like many other projects #312

Open leetesua opened 6 years ago

leetesua commented 6 years ago

why the trained model is ended with ckpt, instead of 4 files, for example, xx.ckpt.meta, xx.ckpt.index, xx.ckpt.data-00000-of-00001, checkpoints,

I just wondering once I finished training, where or how should I load tbe trained model files for testing purpose.