Giter Club home page Giter Club logo

crumpl's Introduction

Sixteen Pixels is (Almost) All You Need: Crafting Parameterized Image Uncrumpling Models

Stanford CS231n final project, Spring 2022

Authors (alphabetical by last name):

  • Maximilian Du
  • Niveditha Iyer
  • Tejas Narayanan

Installing dataset

All data should be installed under the data subdirectory.

We are using the validation subset of ImageNet as our full dataset, since the full ImageNet dataset is extremely large.

To access ImageNet data, sign up for an account at https://image-net.org/. Then, download the "blurred validation images" under the "Face obfuscation in ILSVRC" heading. This will download val_blurred.gz. Extract this archive into the data/val_blurred directory. The structure should look like the following:

CRUMPL
│  ...
└─ data
   └─ val_blurred
      └─ n01440764
      └─ n01443537
      └─ ...

Generating data

Download Blender from https://www.blender.org/download/. Then, open paper_gen.blend and navigate to the Scripting tab at the top. In the console that appears on the bottom left, enter the following two lines to install tqdm, a progress bar library:

>>> import pip
>>> pip.main(['install', 'tqdm'])

Replace the constants DATA_PATH and EXPORT_PATH based on your computer's file path. Finally, run the file by pressing the run button on the menu bar of the code editor area.

crumpl's People

Contributors

maxdu17 avatar tnarayanan avatar

Watchers

James Cloos avatar

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.