All Projects → DLHacks → Mocogan

DLHacks / Mocogan

A pytorch implemention of MoCoGAN

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mocogan

Cfsrcnn
Coarse-to-Fine CNN for Image Super-Resolution (IEEE Transactions on Multimedia,2020)
Stars: ✭ 84 (-6.67%)
Mutual labels:  image-processing
Vue Filepond
🔌 A handy FilePond adapter component for Vue
Stars: ✭ 1,263 (+1303.33%)
Mutual labels:  image-processing
Seamcarving
Image processing method that allows to remove an object from a photo.
Stars: ✭ 89 (-1.11%)
Mutual labels:  image-processing
Densedepthmap
Create Dense Depth Map Image for Known Poisitioned Camera from Lidar Point Cloud
Stars: ✭ 84 (-6.67%)
Mutual labels:  image-processing
Image Copy Move Detection
Copy-move forgery detection on digital image using Python
Stars: ✭ 85 (-5.56%)
Mutual labels:  image-processing
Damselfly
Damselfly is a server-based Digital Asset Management system for photographs. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names.
Stars: ✭ 86 (-4.44%)
Mutual labels:  image-processing
X Ray Classification
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
Stars: ✭ 83 (-7.78%)
Mutual labels:  image-processing
Replace Color
Replace color with another one pixel by pixel.
Stars: ✭ 90 (+0%)
Mutual labels:  image-processing
Simd
C++ image processing and machine learning library with using of SIMD: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX-512, VMX(Altivec) and VSX(Power7), NEON for ARM.
Stars: ✭ 1,263 (+1303.33%)
Mutual labels:  image-processing
The bilateral solver
Fast Bilateral Solver implementation with C++ and demos
Stars: ✭ 87 (-3.33%)
Mutual labels:  image-processing
Operation Wise Attention Network
Attention-based Adaptive Selection of Operations for Image Restoration in the Presence of Unknown Combined Distortions (CVPR 2019)
Stars: ✭ 84 (-6.67%)
Mutual labels:  image-processing
Keras Icnet
Keras implementation of Real-Time Semantic Segmentation on High-Resolution Images
Stars: ✭ 85 (-5.56%)
Mutual labels:  image-processing
Awesome Medical Imaging
Awesome list of software that I use to do research in medical imaging.
Stars: ✭ 87 (-3.33%)
Mutual labels:  image-processing
Emosaic
Mosaic image generator written in Rust!
Stars: ✭ 84 (-6.67%)
Mutual labels:  image-processing
React Tint
A React component that applies image processing filters to an image using Processing
Stars: ✭ 89 (-1.11%)
Mutual labels:  image-processing
Lensfunpy
📷 Lens distortion correction for Python, a wrapper for lensfun
Stars: ✭ 83 (-7.78%)
Mutual labels:  image-processing
Imscript
a collection of small and standalone utilities for image processing, written in C
Stars: ✭ 86 (-4.44%)
Mutual labels:  image-processing
Connected Components 3d
Connected components on multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants.
Stars: ✭ 90 (+0%)
Mutual labels:  image-processing
Png To Ico
convert png to ico format
Stars: ✭ 88 (-2.22%)
Mutual labels:  image-processing
Processing Imageprocessing
Collection of basic image processing algorithms for processing
Stars: ✭ 87 (-3.33%)
Mutual labels:  image-processing

MoCoGAN: Decomposing Motion and Content for Video Generation

Description

Implemention

  • you need to place datasets([run, walk, skip, ......]) here under 'raw_data' dir.
  • python resize.py: resize your raw data as 96x96 and place them under resized_data dir.
  • python train.py: train MoCoGAN.

Results

img img img img

Requirements

  • python 3.5
  • pytorch 0.2
  • numpy
  • skvideo
  • ffmgeg (for preprocessing and saving videos)

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].