bobobo1618

Results 28 issues of bobobo1618

A basic view of how the network was originally trained would be very helpful. I have a larger dataset than was originally used and I'm hoping to evaluate your network...

``` curl -vvvv http://illustration2vec.net/models/illust2vec_tag.prototxt * Trying 130.34.54.33... * Connected to illustration2vec.net (130.34.54.33) port 80 (#0) > GET /models/illust2vec_tag.prototxt HTTP/1.1 > Host: illustration2vec.net > User-Agent: curl/7.48.0 > Accept: */* > <...

At the moment if you want a relation between two models you have to do something like: ``` javascript var A = thinky.createModel('Thing', {schema goes here}); var B = thinky.createModel('Thing2',...

feature

Followup to https://github.com/4pr0n/ripme/issues/285. This is my (working but horrendously messy) code that adds Google Cloud Storage and Amazon S3 as storage backends for ripme.

Adds a danbooru ripper. Depends on switchable storage backends at the moment (users the newer constructor signature). Will need review.

Adds a Flickr API based ripper. Depends on https://github.com/4pr0n/ripme/pull/286 at the moment. I know all the PRs I'm sending will need a lot of cleaning.

It'd be cool to be able to use arbitrary storage backends for downloaded files. Examples would be Backblaze B2, Amazon S3 or Google Cloud Storage. I'm writing some modifications to...

enhancement

### Description WebP is a great image format but only Chrome natively supports it. A Javascript polyfill [exists](https://webpjs.appspot.com/) but (I believe) due to iron-image not populating the `img` element's `src`...

p2 - icebox

Embedding ICC color profiles into our JPEG thumbnails seems to be possible with libvips. Libvips is a very fast C image processing library for which a Go integration library also...

help wanted
enhancement
ux
thumbnails

I think a way to navigate a hierarchy of collections is essential. A couple of use-cases: - Breaking down large collections into smaller ones, e.g. 2020 -> Europe Holiday ->...

idea
needs-analysis