Coder Social home page Coder Social logo

deep-edit's People

Contributors

lanreolokoba avatar olokobayusuf avatar

Watchers

 avatar

Forkers

jambobjambo

deep-edit's Issues

Failed JIT

Unknown type constructor Union:
  File "/home/ubuntu/anaconda3/envs/pytorch_p36/lib/python3.6/site-packages/plasma/filters/spectral.py", line 52
def shadows (input: Tensor, weight: Union[float, Tensor], tonal_range: float=1.) -> Tensor:
                                    ~~~~~~~~~~~~~~~~~~~ <--- HERE
    """
    Apply shadow attentuation to an image.
'shadows' is being compiled since it was called from 'DeepEdit.edit'
  File "/home/ubuntu/Deep-Edit/model.py", line 71
        batch, _, height, width = input.shape
        # Linear
        input = shadows(input, 0.75)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
        input = highlights(input, -0.8)
        input = contrast(input, coefficients[:,0].view(-1, 1, 1, 1))
'DeepEdit.edit' is being compiled since it was called from 'DeepEdit.forward'
  File "/home/ubuntu/Deep-Edit/model.py", line 41
    def forward (self, input: Tensor) -> Tensor:
        weights = self.coefficients(input)
        result = self.edit(input, weights)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
        return result

cgp1950

# Define tags that need to be present (client will create where necessary).
tags:
  - "cgp1950"
  - "cgp1950.flats"
  - "cgp1950.edits"

# Define images to be created.
images:
  
  # Image stacks
  - type: "image-stack"
    tags:
      - "cgp1950"
    images:
      # Flats
      - type: "image"
        root: "aligned"
        ext: ".jpg"
        tags:
          - "cgp1950.flats"
        copyright: "Copyright (c) 2020 Chris Groch Photography LLC."

      # Edits
      - type: "image"
        root: "edits"
        ext: ".jpg"
        tags:
          - "cgp1950.edits"
        copyright: "Copyright (c) 2020 Chris Groch Photography LLC."

Lightroom Forward

In order:

  • Exposure
  • Contrast
  • Shadows
  • Highlights
  • Temperature
  • Tint
  • Selective color (saturation, luminance)
    • Yellow
    • Orange
    • Green
  • Clarity
  • Vignette

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.