Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 923 Bytes

File metadata and controls

14 lines (12 loc) · 923 Bytes

Denoising

Various denoise algorthms implemented for Tensorflow

This library is created and maintained by The University of Queensland COMP3710 students.

Contributing

  • Fork the dedicated 'topic-algorithms' branch
  • Create a directory for your algorithm and place your code into it.
  • Your code should have functions in a separate module and a driver (main) script that runs it with parameters defined.
  • The driver script should preferably either plot or save results
  • Add a README.md file as described by the report assessment
  • You may upload a low res image (< 2 MB) into a folder called 'resources' in your fractal directory for displaying on the README.md file
  • You can see an example of this in the SMILI repository.
  • Then put in a pull request for the repository owner to approve and that's it!