Giter Club home page Giter Club logo

hyperrim's Introduction

HyperRIM: Hyper-Resolution Implicit Model

Project Page | Paper | Pre-trained Models

PyTorch implementation of HyperRIM: a conditional deep generative model that avoids mode collapse and can generate multiple outputs for the same input. The model is trained with Implicit Maximum Likelihood Estimation (IMLE). HyperRIM is able to:

  • Increase the width and height of images by a factor of 16x
  • Recover a plausible image from a badly compressed image
  • Possibly do other things yet to be explored ๐Ÿ˜ƒ

Intro

Installation

Please refer to this page.

Organization

The repository consists of the following components:

  • code/: Code for training and testing the model
  • experiments/: Directory for checkpoints and plots
  • website/: Resources for the project page
  • index.html: Project page

hyperrim's People

Contributors

niopeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hyperrim's Issues

No module named '_dci_cuda'

Hello! Thanks for releasing the code! I got the following error, do you know what could be a possible issue?

python train.py -opt options/train/[train_sr.json, train_decompression.json]

Traceback (most recent call last):
  File "train.py", line 17, in <module>
    from sampler import generate_code_samples
  File "D:\HyperRIM\code\sampler.py", line 4, in <module>
    from dciknn_cuda.dciknn_cuda import DCI
  File "D:\HyperRIM\code\dciknn_cuda\dciknn_cuda\__init__.py", line 18, in <module>
    from .core import DCI
  File "D:\HyperRIM\code\dciknn_cuda\dciknn_cuda\core.py", line 19, in <module>
    from _dci_cuda import _dci_new, _dci_add, _dci_query, _dci_clear, _dci_reset, _dci_free
ModuleNotFoundError: No module named '_dci_cuda'

Dataset configure problem

Provide the steps elaborately to configure the data files and to run the codes. Does someone implemented this in google colab? Please help me to get through this.

Expected run time of an experiment

Hi - as with the other issue, thank you for releasing the code - I found it well written and easy to understand/extend.

I'd just like to ask that in your experience, what is the expected run time of an SR experiment, and what hardware you used to run your experiments? I'm not asking from an environment perspective, but from a "How computationally expensive is this model?" perspective.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.