Coder Social home page Coder Social logo

collisiongan's Introduction

CollisionGAN

Collision image translation

Dear GC3D teammates,

For a simplied CycleGAN implementation, there are only three places you need to look at

  1. cycleGan.ipynb that has the implementaion of CycleGAN class, data handling, training options, and training;
  2. models/base_model.py (base model for CycleGAN), models/resnet.py (for generator), models/alexnet.py (for discriminator) I didn't use the original discriminator because it is sensitive to dimension, and Dmitrii's AlexNet works very well.
  3. utils/network.py that has a few utility functions.

I hack the original CycleGAN code and make it simply because

  1. I want to force myself to look as close as possible into it;
  2. The original implementation is very comprehensive but some parts of it is not very necessary for us and distractive;
  3. The simplification help me to compartmentalize my understanding of the building blocks of CycleGAN.

CLAIM: I haven't give my simplification a thorough check. So please don't trust it.

TO-DO:

  1. I will use the PIL Python package to convert our npz files to images, and run the original CycleGAN in order to check whether my simplification works properly; I will post the image dataset when it is done.
  2. Use paired test dataset to see how the translation works.

collisiongan's People

Contributors

pphuangyi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.