SSH_Tensorflow icon indicating copy to clipboard operation
SSH_Tensorflow copied to clipboard

This is a tensorflow re-implementation of SSH: Single Stage Headless Face Detector.

Results 6 SSH_Tensorflow issues
Sort by recently updated
recently updated
newest added

https://github.com/DetectionTeamUCAS/SSH_Tensorflow/blob/f435ab96545d2ffe13227094a6b410a9256fa118/libs/networks/build_whole_network.py#L317 this line code as fllow will occur eror, because out of range ```python box_pred_m1 = tf.gather(box_pred_m1, keep_inds_m1) ```

I can't find pretrained mode. https://github.com/DetectionTeamUCAS/Models/SSH_Tensorflow is not exist

I can't find the pretrained model, could you update your link of pretrained model ?

hi thanks for your code. In /libs/detection_oprations/proposal_target_layer.py, line15, from libs.box_utils.cython_utils.cython_bbox import bbox_overlaps is error .The cython_bbox is a .so file,and it can not import.

hi , thank you for your great job. I can't find the trained model where you described in [output directory](https://github.com/DetectionTeamUCAS/SSH_Tensorflow/tree/master/output/trained_weights). @yangxue0827 @yangJirui

感谢您的分享!能否请教您点问题。 使用mobilenetv2进行训练的时候,报错如下: ` train() File "train.py", line 47, in train gtboxes_batch=gtboxes_and_label) File "../libs/networks/build_whole_network.py", line 211, in build_whole_detection_network feature_stride8, feature_stride16 = self.build_base_network(input_img_batch) File "/home/startdt/zhengjunjun/zhengpy27/local/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 439, in __iter__ "Tensor objects are...