Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@shaunirwin
Copy link

@shaunirwin shaunirwin commented Jul 21, 2025

  • The CAMDM authors copied over [gaussian_diffusion.py](https://github.com/openai/guided-diffusion/blob/main/guided_diffusion/gaussian_diffusion.py) and made custom, CAMDM-specific changes.
  • This PR copies over the original gaussian_diffusion.py "base" module and subclasses it with the CAMDM-specific changes.
    • The advantage of this is that it is easier to see what changed from the original
    • It will also be easier to then subclass for use in other downstream repos, such as the SignWriting animation project
  • Also fixes an issue with the calling arguments in the MotionDiffusion class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant