All Projects → wasidennis → Deepharmonization

wasidennis / Deepharmonization

Demo code of the paper: "Deep Image Harmonization", Y.-H. Tsai, X. Shen, Z. Lin, K. Sunkavalli, X. Lu and M.-H. Yang, CVPR 2017

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deepharmonization

Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (+199.17%)
Mutual labels:  encoder-decoder
Deep Visual Attention Prediction
Keras implementation of paper 'Deep Visual Attention Prediction' which predicts human eye fixation on view-free scenes.
Stars: ✭ 19 (-84.17%)
Mutual labels:  encoder-decoder
Deeplab v3 plus
This is an ongoing re-implementation of DeepLab_v3_plus on pytorch which is trained on VOC2012 and use ResNet101 for backbone.
Stars: ✭ 83 (-30.83%)
Mutual labels:  encoder-decoder
Tf Seq2seq
Sequence to sequence learning using TensorFlow.
Stars: ✭ 387 (+222.5%)
Mutual labels:  encoder-decoder
Ffmpegandroid
最新版ffmpeg3.3-android,并通过CMake方式移植到Android中,并实现编解码,转码,推拉流,滤镜等各种功能
Stars: ✭ 526 (+338.33%)
Mutual labels:  encoder-decoder
Sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet
Stars: ✭ 990 (+725%)
Mutual labels:  encoder-decoder
Slot filling and intent detection of slu
slot filling, intent detection, joint training, ATIS & SNIPS datasets, the Facebook’s multilingual dataset, MIT corpus, E-commerce Shopping Assistant (ECSA) dataset, CoNLL2003 NER, ELMo, BERT, XLNet
Stars: ✭ 298 (+148.33%)
Mutual labels:  encoder-decoder
A Pytorch Tutorial To Image Captioning
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
Stars: ✭ 1,867 (+1455.83%)
Mutual labels:  encoder-decoder
Text Summarization Tensorflow
Tensorflow seq2seq Implementation of Text Summarization.
Stars: ✭ 527 (+339.17%)
Mutual labels:  encoder-decoder
Quick Screen Recorder
Lightweight desktop screen recorder for Windows.
Stars: ✭ 80 (-33.33%)
Mutual labels:  encoder-decoder
Ffmpegcommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
Stars: ✭ 394 (+228.33%)
Mutual labels:  encoder-decoder
Deeplearning.ai Natural Language Processing Specialization
This repository contains my full work and notes on Coursera's NLP Specialization (Natural Language Processing) taught by the instructor Younes Bensouda Mourri and Łukasz Kaiser offered by deeplearning.ai
Stars: ✭ 473 (+294.17%)
Mutual labels:  encoder-decoder
Gec Pseudodata
Repository of "An Empirical Study of Incorporating Pseudo Data into Grammatical Error Correction" (EMNLP-IJCNLP 2019)
Stars: ✭ 49 (-59.17%)
Mutual labels:  encoder-decoder
Bert Multitask Learning
BERT for Multitask Learning
Stars: ✭ 380 (+216.67%)
Mutual labels:  encoder-decoder
Rnn pytorch
Using the Pytorch to build an image temporal prediction model of the encoder-forecaster structure, ConvGRU kernel & ConvLSTM kernel
Stars: ✭ 83 (-30.83%)
Mutual labels:  encoder-decoder
Deepchatmodels
Conversation models in TensorFlow. (website removed)
Stars: ✭ 312 (+160%)
Mutual labels:  encoder-decoder
Banglatranslator
Bangla Machine Translator
Stars: ✭ 21 (-82.5%)
Mutual labels:  encoder-decoder
Karkinos
Penetration Testing and Hacking CTF's Swiss Army Knife with: Reverse Shell Handling - Encoding/Decoding - Encryption/Decryption - Cracking Hashes / Hashing
Stars: ✭ 115 (-4.17%)
Mutual labels:  encoder-decoder
Screen Recorder Ffmpeg Cpp
*Multimedia project* A screen recording application to capture your desktop and store in a video format. Click here to watch the demo
Stars: ✭ 98 (-18.33%)
Mutual labels:  encoder-decoder
Image captioning
generate captions for images using a CNN-RNN model that is trained on the Microsoft Common Objects in COntext (MS COCO) dataset
Stars: ✭ 51 (-57.5%)
Mutual labels:  encoder-decoder

Deep Image Harmonization

Alt Text

Project webpage: https://sites.google.com/site/yihsuantsai/research/cvpr17-harmonization
Contact: Yi-Hsuan Tsai (wasidennis at gmail dot com)

Paper

Deep Image Harmonization
Yi-Hsuan Tsai, Xiaohui Shen, Zhe Lin, Kalyan Sunkavalli, Xin Lu and Ming-Hsuan Yang
IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017.

This is the authors' demo code described in the above paper. Please cite our paper if you find it useful for your research.

Installation and Usage

  • Download and unzip the code.

  • Install Caffe: http://caffe.berkeleyvision.org/.

  • Download the pre-trained caffe model and move it under the model folder.

  • Run demo.py on real composite images (including our test set collected in the paper).

Evaluation Set

  • Download our complete set of real composite images, including our harmonization results here.

Note

The model, code and dataset are available for non-commercial research purposes only.

Log

  • 03/2017: demo code released
  • 05/2017: complete evaluation set released
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].