Git Product home page Git Product logo

dcvgan's Introduction

[Note]: This repository contains my own experiment codes for my reseach porject, but once also was the official implementation of 'DCVGAN' presented in ICIP2019. If you come here by referring the conference, please go to past version and release.

dcvgan's People

Contributors

raahii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dlwbm123

dcvgan's Issues

Compare depth and semantic-segmentation with SURREAL dataset

デプスとセマンティックセグメンテーションを幾何学的情報として提案手法に導入し,生成結果を比較する.ひとまず両情報がラベルデータとして含まれている SURREAL dataset を用いる.

  • データ前処理
  • データセット
  • セマンティックセグメンテーションのモデルへの導入

support optical flow as a geometric information

条件付ける幾何学情報に Optical Flow を追加する.

  • GeometricVideoGenerator の出力がOptical Flowの動画となり,長さが1短くなる.
  • ColorVideoGenerator においても入力の動画長が出力の動画長よりも1短くなる.
  • ImageDiscriminator において,入力ペア(xg, xc)の対応するフレームが2枚: 1枚となる(Optical Flowは2つのカラー画像に対応するため)
  • VideoDiscriminator において,入力の xg の長さが1短くなる
  • データセットの各動画から Optical Flow を事前計算して保存しておく.

Improve the geometric generator to make training successful

Optical Flowでの動画生成がモードコラプスになるので幾何学情報を生成するgeneratorを改善数する.

  • 幾何学情報を生成する G の容量を上げる.
  • Optical Flow を RGB 表現で学習する.
  • Optical Flow のヒストグラムが 0 付近に偏っているため,正規化の方法を改める.

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.