SSH-TensorFlow icon indicating copy to clipboard operation
SSH-TensorFlow copied to clipboard

This is a TensorFlow implementation of SSH: Single Stage Headless Face Detector

Results 5 SSH-TensorFlow issues
Sort by recently updated
recently updated
newest added

Hello, I found a Performance issue in in the definition of `train_model_random`, lib/model/train_val.py, [tf.assign](https://github.com/wanjinchang/SSH-TensorFlow/blob/6e19cbf8482510e065e5c875be9979d7b9f59412/lib/model/train_val.py#L353) will created repeatedly during program execution, resulting in reduced efficiency. I think it shoul be created...

Hello, I found that in the function `train_model_random`, lib/model/train_val.py, [tf.assign](https://github.com/wanjinchang/SSH-TensorFlow/blob/6e19cbf8482510e065e5c875be9979d7b9f59412/lib/model/train_val.py#L353) will create redundant node in tf computation graph repeatedly(as it is in a while loop). I think `tf.assign` should be...

@wanjinchang Hi, 感谢你的分享, 我看了代码,发现似乎不是用的标准 smooth-L1损失?是像下面这个?使用这样的 smooth-L1损失的优点是什么呢?以及它的出处是? ![image](https://user-images.githubusercontent.com/73222086/98519147-5245f300-22ab-11eb-9d0c-82be84f8e009.png)

Hi, thanks for providing such a great repo! could you please share the pretrained models, specifically those with mobilenet backbones? Thanks

thanks for your jobs! I have a question about the input size for training, what size for training input you can get the wider face result you list in the...