Ryan Burgert

Results 15 issues of Ryan Burgert

Does gifski use dithering? On the videos I made it looks like it doesn't

Thank you for this plugin! I tried using hjkl but it doesn't seem to permute the windows after I enter move mode, instead it just switches the context

Is there a way to hide non-w elements from the undo tree? It would make the tree shorter and more concise. The way it is now, it's super duper tall...

feature

How to get the dataset that was used to train the examples? What's it's format? (Like the folder hierarchy etc, do they use JPEG or PNG, what are the images...

Is it possible to parse code that has syntax errors in part of the code? I'd like to refactor code that might still be incomplete (and this, might have syntax...

enhancement
parsing

Hi, thank you for this simple, beautiful code! I wanted to know if you've tried this with larger resolutions, as seen in the paper? Does it still work well? Thank...

Thank you for this plugin! It solves half of the problem...how do you paste from tmux without setting nopaste (which messes up tab widths etc)?

Hi! I found an error in interpolate(). It will break when fed numpy arrays, because the variable `inputs_are_torch` will not have been defined when we reach the line with `...

# -*- coding: utf-8 -*- # 3.0 # iterative closest point # inspired by http://stackoverflow.com/questions/20120384/iterative-closest-point-icp-implementation-on-python import cv2 import numpy as np import sys from numpy.random import * def del_miss(indeces, dist,...