Skip to content

bendangnuksung/fortnite-pubg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite - PUBG

Originally inspired from this blog

Converting Fortnite to PUBG (output: 256 * 256) using CycleGAN and vice versa using Keras

Demo

This Model was trained with 50,000 image each of Fortnite and PUBG
Results after 3 Epochs

Video link
Demo

Prerequisites

  • python 3.5
  • keras==2.1.5
  • keras-contrib==2.0.8
  • tensorflow==1.5.0
  • opencv-python==3.4.0.12
  • NVIDIA GPU CUDA

Get Started

  1. Prepare Data:
  • Copy your two directory containing images(Fortnite, PUBG) in 'data/raw/'
  • Then run the below command. This will save the data in batch numpy format at 'data/prepared/'
# prepare data
python3 prepare_data.py
  1. Build Model
  • To build Model from scratch you can directly run 'fortnite_pubg.ipynb'
    OR
  • Download checkpoint and move it to 'checkpoint/' and run 'fortnite_pubg.ipynb'

References

About

🎮 Converting Fortnite texture to PUBG texture using CycleGAN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published