PyramidBox
PyramidBox copied to clipboard
A Context-assisted Single Shot Face Detector in TensorFlow
What are the actual implications of rpredictions in the code? Are they the probabilities of detecting or not detecting faces? Please help me!
哈喽,各位大佬, git clone后我下载ckpt放到./model/ 然后运行,结果死了,图片没反应,也不知道哪里错了。 图片读得正确,模型放的也对, `['1.jpg', '2.jpg']` ``` # Restore SSD model. ckpt_filename = './model/pyramidbox.ckpt' isess.run(tf.global_variables_initializer()) saver = tf.train.Saver() saver.restore(isess, ckpt_filename) ``` 请教下这是为啥子?多谢 运行过程也没报错 ``` ['1.jpg', '2.jpg'] 2019-11-27 17:44:01.041820: I...
Is there the code to test AP?
为什么widerface_eval.py运行完只生成了57个子集结果?这个问题能解决吗?麻烦告知。
After running train_model.py, I put model.ckpt-25000 on /model ,but the result of running demo.py has many boxes that all are more smaller than face size and no one detect face...
Could you please elaborate on how to prepare training data? What are the contents of different directories you mentioned in the readme?
Hi, thanks for sharing the codes. I am trying to train the model myself, but I am encountering the same issue as https://github.com/EricZgw/PyramidBox/issues/7 Could you please elaborate on how to...
When I run demo.py , it show : Traceback (most recent call last): File "demo2.py", line 51, in saver.restore(isess, ckpt_filename) Caused by op 'save/RestoreV2_33', defined at: File "demo2.py", line 50,...