Skip to main content

Industrial Ecology Notes (Part 7)

 

IEooc_Methods5_Software1: IPython notebook for MRIO analysis


1. Load and check data


Comments

Popular posts from this blog

Computer Vision: Visual Representation with Sketches (Part 3) Pix2PixHD

 When the images one is working with are of high resolution, or the demands of the application allow for very little margin of error  (autonomous driving, medical analysis) it makes sense to consider high resolution image translation. This post aims to summarize the following paper: 1711.11585.pdf (arxiv.org) High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs  Conditional GANs have been proven to provide fairly good translations from sketches to images, but its applications have been limited to lower resolution images. The following paper develops and algorithm that works on high resolution image translation 2048 × 1024 with very realistic generation. Introduction Creating realistic representations of the world is quite expensive computationally if every dimension and detail have to be model explictely. It becomes very necessary to find low weight approaches that could represent reality very realistic from a simple abstraction as an input...