Joker316701882 / Salient-Object-Detection

This is tensorflow implementation for cvpr2017 paper "Deeply Supervised Salient Object Detection with Short Connections"
443 stars 139 forks source link

Batch test #12

Open TenzinDJ opened 5 years ago

TenzinDJ commented 5 years ago

Thanks for your sharing! This model works well. However, the released model can only process one image at one time, it is very time consuming if I have a large number of images. Hope the author can release the training code or help make the batch_size as None in placeholder. Thanks!