Home

PyTorch Code for pix2pix

Info Title: Image-to-Image Translation with Conditional Adversarial Networks PyTorch Code Project Paper Torch Note Prerequisites Linux or macOS Python 3 CPU or NVIDIA GPU + CUDA CuDNN Getting Started Installation Clone this repo: git clone https://github.com/junyanz/pytorch-Cycl...

Read more

Split flac files with .cue on Ubuntu with cuetool and shntool

Question: How to split flac files with .cue on Ubuntu? The Method Install cuetools and shntool. From the terminal type: sudo apt install cuetools shntool flac To split a flac file back to the original files using a .cue file: cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>' You can drag the cue file and the a...

Read more

Deep Image Prior - Ulyanov - CVPR 2018

Info Title: Deep Image Prior Task: Low-level Vision Author: Dmitry Ulyanov, Andrea Vedaldi, Victor Lempitsky Arxiv: 1711.10925 Published: CVPR 2018 Highlights Contrary to the belief that learning is necessary for building good image priors, a great deal of image statistics are captured by the structure of a convolutional image gen...

Read more

Image Generation from Layout - Zhao - CVPR 2019

Info Title: Image Generation from Layout Task: Image Generation Author: Bo Zhao Lili Meng Weidong Yin Leonid Sigal Date: Nov. 2018 Arxiv: 1811.11389 Published: CVPR 2019 Abstract Despite significant recent progress on generative models, controlled generation of images depicting multiple and complex object layouts is still a diff...

Read more