• Stars
    star
    254
  • Rank 159,384 (Top 4 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

We implement the famous "Depixelizing Pixel Art" paper by Kopf and Lischinski

DEPIXELIZING PIXEL ART

An implementation of the paper Depixelizing Pixel Art by Kopf and Lischinski. The implementation is purely in python. Screen Shot 2022-08-19 at 1 33 30 PM

INSTALLATION AND USAGE:

Install via pip:

    pip install depixelizer

Use in code:


    from depixelizer import Depixelize
    Depixelize(input_image_path, output_dir).run()

or via command-line:


    usage: depixelize [-h] [--output_dir OUTPUT_DIR] image_path

    positional arguments:
    image_path            Input Pixel Art Image

    optional arguments:
    -h, --help            show this help message and exit
    --output_dir OUTPUT_DIR
                            Output Dir, defaults to os.cwd()

Requirements

Citations

Authors

Anirudh Vemula, Vamsidhar Yeddu

Computer Science & Engineering, IIT Bombay

More Repositories

1

deep-ensembles-uncertainty

My implementation of the paper "Simple and Scalable Predictive Uncertainty estimation using Deep Ensembles"
Python
134
star
2

IRL-Toolkit

IRL Toolkit developed by Sergey Levine (Taken from https://graphics.stanford.edu/projects/gpirl/)
MATLAB
62
star
3

sbpl_dynamic_adaptive_planner

Code for path planning in dynamic environments with adaptive dimensionality
C++
26
star
4

TRON

A Fast Solver for Trajectory Optimization with Non-Smooth Cost Functions
Python
21
star
5

iLQR

Iterative LQR for a differential drive robot C++
C++
20
star
6

heuristic-guided-RRT-star

Heuristic guided RRT* from the report "Learning Motion Planning Assumptions"
C++
17
star
7

IRL-Papers

Papers relevant to Inverse Reinforcement learning/ Inverse Optimal Control/ Apprenticeship learning
10
star
8

ADstar

My Implementation of the Anytime D* in C++
C++
8
star
9

imitation-learning-gym

Python
8
star
10

Astar-matlab

An implementation of Grid search Astar (x,y,t) in matlab for prototyping purposes
MATLAB
6
star
11

Focussed-RRT-star

Focussed RRT* implementation from the report "Learning Motion Planning Assumptions"
C++
6
star
12

Distributed-File-System

A very basic distributed file system implemented
C++
6
star
13

DPGPy

Python version of DPGP model (in progress)
Python
5
star
14

CMAX

Planning and Execution using Inaccurate Models with Provable Guarantees
Python
5
star
15

TRRTstar

My implementation of the TRRT* motion planner
C++
4
star
16

list_prediction_motion_planning

Forked from the bitbucket repo: https://bitbucket.org/sanjiban/list_prediction_motion_planning
MATLAB
4
star
17

pytorch-e2c

PyTorch Implementation of the Embed to Control paper
Python
4
star
18

word2vec-video-concepts

Our implementation of word2vec on video concepts
C
3
star
19

CMAXPP

CMAX++ : Leveraging Experience in Planning and Execution using Inaccurate Models
C++
3
star
20

Queue-Access-RL

Application of Reinforcement Learning to a stochastic Queue-Server allocation system with priorities
Java
3
star
21

Satellite-Pass-Scheduler

Optimal Scheduling of Satellite passes for maximum data retrieval
C++
3
star
22

DPGP

Matlab implementation of the DPGP Model
MATLAB
2
star
23

LQR_iLQR_MPC

Python
2
star
24

IRL-World

Python package for IRL worlds
Python
1
star
25

Matthew-IRL

My version of the github repo https://github.com/MatthewJA/Inverse-Reinforcement-Learning by Matthew
Python
1
star
26

latex-templates

A repository to store all latex templates I use
TeX
1
star
27

AgnosticSysID

The "More" Agnostic Model Learning (or SysID) Approach
Python
1
star
28

TOMS.jl

Julia
1
star
29

Atari-DeepRL

Implementation of the Deep RL algorithms for playing Atari 2600 games
Python
1
star
30

Rube-Goldberg-Machine

Implementation of Rube Goldberg Machine using Box2D
C++
1
star