face2comics by Sxela (Alex Spirin) - face2comics datasets

Overview

face2comics by Sxela (Alex Spirin)

This is a paired face to comics dataset, which can be used to train pix2pix or similar networks.

This dataset contains a lot of crappy nightmare-fuelish samples, which tend to be useful for full image to comic convertion, as they teach models how to trace something if it's not a face.

Update: v2.0.0 dataset added!

v2.0.0 dataset

Darkish red style, 1024x1024, 10000 pairs (total 20k images) Download faces from github (~1Gb) Download comics from github (~1Gb)

2x2 dataset sample:

2x2 v2.0.0 sample

10x10 dataet sample:

10x10 v2.0.0 sample

An inference sample of a fastai unet trained on this very dataset :

You can train your own unet by using their awesome notebook here

v2.0.0 unet sample

v1.0.0 dataset

Dark style, 512x512, 10000 pairs (total 20k images) Download from github (~700Mb)

2x2 dataset sample:

2x2 v1.0.0 sample

10x10 dataet sample:

10x10 v1.0.0 sample

An inference sample of a fastai unet trained on this very dataset :

You can train your own unet by using their awesome notebook here

v1.0.0 unet sample

Recognition

justinpinkney for his layer blending idea, repo and tutorials https://github.com/justinpinkney/stylegan2

NVlabs for their Stylegan2, of course, though I didn't use their original code https://github.com/NVlabs/stylegan2

fastai for their awesome framework and simple GAN training pipeline https://fast.ai

You might also like...
Code and datasets for the paper
Code and datasets for the paper "Combining Events and Frames using Recurrent Asynchronous Multimodal Networks for Monocular Depth Prediction" (RA-L, 2021)

Combining Events and Frames using Recurrent Asynchronous Multimodal Networks for Monocular Depth Prediction This is the code for the paper Combining E

Official implementation of
Official implementation of "Towards Good Practices for Efficiently Annotating Large-Scale Image Classification Datasets" (CVPR2021)

Towards Good Practices for Efficiently Annotating Large-Scale Image Classification Datasets This is the official implementation of "Towards Good Pract

 BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization
BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization

BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization Authors: Wojciech Kryściński, Nazneen Rajani, Divyansh Agarwal, Caiming Xiong,

covid question answering datasets and fine tuned models

Covid-QA Fine tuned models for question answering on Covid-19 data. Hosted Inference This model has been contributed to huggingface.Click here to see

This repository contains the implementations related to the experiments of a set of publicly available datasets that are used in the time series forecasting research space.

TSForecasting This repository contains the implementations related to the experiments of a set of publicly available datasets that are used in the tim

The toolkit to generate auto labeled datasets
The toolkit to generate auto labeled datasets

Ozeu Ozeu is the toolkit to autolabal dataset for instance segmentation. You can generate datasets labaled with segmentation mask and bounding box fro

Official PyTorch code for CVPR 2020 paper
Official PyTorch code for CVPR 2020 paper "Deep Active Learning for Biased Datasets via Fisher Kernel Self-Supervision"

Deep Active Learning for Biased Datasets via Fisher Kernel Self-Supervision https://arxiv.org/abs/2003.00393 Abstract Active learning (AL) aims to min

Preprocessed Datasets for our Multimodal NER paper

Unified Multimodal Transformer (UMT) for Multimodal Named Entity Recognition (MNER) Two MNER Datasets and Codes for our ACL'2020 paper: Improving Mult

A Pytorch implementation of CVPR 2021 paper "RSG: A Simple but Effective Module for Learning Imbalanced Datasets"

RSG: A Simple but Effective Module for Learning Imbalanced Datasets (CVPR 2021) A Pytorch implementation of our CVPR 2021 paper "RSG: A Simple but Eff

Comments
  • v2.0 original dataset

    v2.0 original dataset

    Hi! It’s really great work! I’m learning GANs and try to run unet on the paired dataset you provided, however the result is not as good.

    Could you please provide the original dataset for the v2.0.0 so that I can play around with StyleGAN blending and make it work?

    would be very appreciated!

    opened by chrisha97 0
  • how do i use this lol

    how do i use this lol

    Hey,

    the previews look really cool but I don't know how to use this sadly because I'm an absolute noob :D What do I do when i downloaded the files? What program do I open this with? Sorry if this is the wrong place to ask.

    Thanks!

    opened by yaqxswcde 1
Releases(v2.0.0)
Owner
Alex
Alex
Cl datasets - PyTorch image dataloaders and utility functions to load datasets for supervised continual learning

Continual learning datasets Introduction This repository contains PyTorch image

berjaoui 5 Aug 28, 2022
Toolbox of models, callbacks, and datasets for AI/ML researchers.

Pretrained SOTA Deep Learning models, callbacks and more for research and production with PyTorch Lightning and PyTorch Website • Installation • Main

Pytorch Lightning 1.4k Dec 30, 2022
Code, Models and Datasets for OpenViDial Dataset

OpenViDial This repo contains downloading instructions for the OpenViDial dataset in 《OpenViDial: A Large-Scale, Open-Domain Dialogue Dataset with Vis

null 119 Dec 8, 2022
Object detection on multiple datasets with an automatically learned unified label space.

Simple multi-dataset detection An object detector trained on multiple large-scale datasets with a unified label space; Winning solution of E

Xingyi Zhou 407 Dec 30, 2022
Datasets, Transforms and Models specific to Computer Vision

torchvision The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision. Installat

null 13.1k Jan 2, 2023
Dataset Cartography: Mapping and Diagnosing Datasets with Training Dynamics

Dataset Cartography Code for the paper Dataset Cartography: Mapping and Diagnosing Datasets with Training Dynamics at EMNLP 2020. This repository cont

AI2 125 Dec 22, 2022
Source code, datasets and trained models for the paper Learning Advanced Mathematical Computations from Examples (ICLR 2021), by François Charton, Amaury Hayat (ENPC-Rutgers) and Guillaume Lample

Maths from examples - Learning advanced mathematical computations from examples This is the source code and data sets relevant to the paper Learning a

Facebook Research 171 Nov 23, 2022
A novel method to tune language models. Codes and datasets for paper ``GPT understands, too''.

P-tuning A novel method to tune language models. Codes and datasets for paper ``GPT understands, too''. How to use our code We have released the code

THUDM 562 Dec 27, 2022
[CVPR2021] DoDNet: Learning to segment multi-organ and tumors from multiple partially labeled datasets

DoDNet This repo holds the pytorch implementation of DoDNet: DoDNet: Learning to segment multi-organ and tumors from multiple partially labeled datase

null 116 Dec 12, 2022
Implementation of "Debiasing Item-to-Item Recommendations With Small Annotated Datasets" (RecSys '20)

Debiasing Item-to-Item Recommendations With Small Annotated Datasets This is the code for our RecSys '20 paper. Other materials can be found here: Ful

Microsoft 34 Aug 10, 2022