monkey-net icon indicating copy to clipboard operation
monkey-net copied to clipboard

Animating Arbitrary Objects via Deep Motion Transfer

Results 23 monkey-net issues
Sort by recently updated
recently updated
newest added

hi: Have a question , in https://github.com/AliaksandrSiarohin/monkey-net/blob/0c8aa4ea458a79717d9016a36a3d86d10a166aea/train.py#L48 for the generator training, when computing the generator loss, it seems the discriminator parameters are not frozen, while for discriminator training, https://github.com/AliaksandrSiarohin/monkey-net/blob/0c8aa4ea458a79717d9016a36a3d86d10a166aea/train.py#L70, the...

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I use moving-gif-128 dataset and moving-gif.yaml you provide to train a model on my GPU, but my model performs much worse on video generation than the model you provided. What...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [dask](https://github.com/dask/dask) from 0.18.2 to 2021.10.0. Commits 97494ff bump version to 2021.10.0 ac01ddc da.store to create well-formed HighLevelGraph (#8261) 9f0f002 CI: force nightly pyarrow in the upstream build (#8281) a544670...

dependencies

Can transfer parameters have any other format other than .gif? I wanted produce multiple stacked png outputs. Where should the files be placed(i.e the source and driving stacked images) because...

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Hi there @AliaksandrSiarohin , thanks for your wonderful work. Could you share your pre-trained models? I only find the moving-gif model.

I want to train your model with VoxCeleb dataset. Which configuration do I use between them? Also, could you provide VoxCeleb pretrain model? Thank you