├── README.md ├── inference.py ├── meta_graph └── my-model.meta ├── samples ├── 1.png ├── 2.png └── 3.png └── test ├── animal1.jpg ├── animal2.jpg ├── animal3.jpg ├── goat.jpg ├── goat2.jpg ├── goat3.jpg └── sofa.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/README.md -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/inference.py -------------------------------------------------------------------------------- /meta_graph/my-model.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/meta_graph/my-model.meta -------------------------------------------------------------------------------- /samples/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/samples/1.png -------------------------------------------------------------------------------- /samples/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/samples/2.png -------------------------------------------------------------------------------- /samples/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/samples/3.png -------------------------------------------------------------------------------- /test/animal1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/test/animal1.jpg -------------------------------------------------------------------------------- /test/animal2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/test/animal2.jpg -------------------------------------------------------------------------------- /test/animal3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/test/animal3.jpg -------------------------------------------------------------------------------- /test/goat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/test/goat.jpg -------------------------------------------------------------------------------- /test/goat2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/test/goat2.jpg -------------------------------------------------------------------------------- /test/goat3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/test/goat3.jpg -------------------------------------------------------------------------------- /test/sofa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joker316701882/Salient-Object-Detection/HEAD/test/sofa.jpg --------------------------------------------------------------------------------