All Projects → Joker316701882 → Salient Object Detection

Joker316701882 / Salient Object Detection

This is tensorflow implementation for cvpr2017 paper "Deeply Supervised Salient Object Detection with Short Connections"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Salient Object Detection

Bmw Yolov4 Training Automation
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
Stars: ✭ 533 (+34.26%)
Mutual labels:  deeplearning, computervision
R3net
Code for the IJCAI 2018 paper "R^3Net: Recurrent Residual Refinement Network for Saliency Detection"
Stars: ✭ 105 (-73.55%)
Mutual labels:  deeplearning, computervision
Bmw Tensorflow Training Gui
This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! NoCode training with TensorFlow has never been so easy.
Stars: ✭ 736 (+85.39%)
Mutual labels:  deeplearning, computervision
Monk object detection
A one-stop repository for low-code easily-installable object detection pipelines.
Stars: ✭ 437 (+10.08%)
Mutual labels:  deeplearning, computervision
gryds
A Python package for geometric transformations of images for data augmentation in deep learning
Stars: ✭ 55 (-86.15%)
Mutual labels:  deeplearning, computervision
Monk v1
Monk is a low code Deep Learning tool and a unified wrapper for Computer Vision.
Stars: ✭ 480 (+20.91%)
Mutual labels:  deeplearning, computervision
Novel Deep Learning Model For Traffic Sign Detection Using Capsule Networks
capsule networks that achieves outstanding performance on the German traffic sign dataset
Stars: ✭ 88 (-77.83%)
Mutual labels:  deeplearning, computervision
Vrn
👨 Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
Stars: ✭ 4,391 (+1006.05%)
Mutual labels:  deeplearning, computervision
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+3775.31%)
Mutual labels:  deeplearning, computervision
Bmw Tensorflow Inference Api Cpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 158 (-60.2%)
Mutual labels:  deeplearning, computervision
Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+107.05%)
Mutual labels:  deeplearning, computervision
MTMT
Code for the CVPR 2020 paper "A Multi-task Mean Teacher for Semi-supervised Shadow Detection"
Stars: ✭ 66 (-83.38%)
Mutual labels:  deeplearning, computervision
Ai Art
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
Stars: ✭ 153 (-61.46%)
Mutual labels:  deeplearning, computervision
Groundbreaking-Papers
ML Research paper summaries, annotated papers and implementation walkthroughs
Stars: ✭ 90 (-77.33%)
Mutual labels:  deeplearning, computervision
Solaris
CosmiQ Works Geospatial Machine Learning Analysis Toolkit
Stars: ✭ 290 (-26.95%)
Mutual labels:  deeplearning, computervision
Ner Lstm Crf
An easy-to-use named entity recognition (NER) toolkit, implemented the Bi-LSTM+CRF model in tensorflow.
Stars: ✭ 337 (-15.11%)
Mutual labels:  deeplearning
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (-11.59%)
Mutual labels:  deeplearning
Caffe64
No dependency caffe replacement
Stars: ✭ 335 (-15.62%)
Mutual labels:  deeplearning
Pixellib
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
Stars: ✭ 327 (-17.63%)
Mutual labels:  deeplearning
Invoice
增值税发票OCR识别,使用flask微服务架构,识别type:增值税电子普通发票,增值税普通发票,增值税专用发票;识别字段为:发票代码、发票号码、开票日期、校验码、税后金额等
Stars: ✭ 381 (-4.03%)
Mutual labels:  deeplearning

Salient-Object-Detection

This is tensorflow implementation for cvpr2017 paper "Deeply Supervised Salient Object Detection with Short Connections"

Pretrained Model

https://drive.google.com/open?id=0B6l9O8aWij8fUGtVNldUTXA4eHc

Usage

1. Download pretrained model and put them under folder "salience_model" ,(need to create folder yourself)
2. run code

If you want to test whole folder images, run this:

python inference.py --rgb_folder=[your folder]

sample:

python inference.py --rgb_folder=./test

If you want to test only one image,run this:

python inference.py --rgb=[your image]

sample:

python inference.py --rgb=animal1.jpg

Sample

Sample

more detail please read source code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].