Skip to content
View egparedes's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report egparedes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Python implementation of the Weighte... Python implementation of the Weighted F-beta measure (as proposed in "How to Evaluate Foreground Maps?" [Margolin et al. - CVPR'14])
    1
    import numpy as np
    2
    import scipy
    3
    import scipy.ndimage
    4
    
                  
    5
    def weighted_f_beta_score(candidate, gt, beta=1.0):
  2. GridTools/gt4py GridTools/gt4py Public

    Python library for generating high-performance implementations of stencil kernels for weather and climate modeling from a domain-specific language (DSL).

    Python 100 46

  3. GridTools/concepts GridTools/concepts Public

    2 5