Skip to content
View Multihuntr's full-sized avatar
  • La Trobe University

Block or report Multihuntr

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 Loading

  1. seamless-seg Public

    Removes tiling artifacts created from stitching together adjacent tiles in large segmentation tasks.

    Python 5

  2. gff Public

    A Global (near-coastal) Flood Forecasting (GFF) dataset

    Python 19

  3. Accumulating gradients to reduce mem...
    1
    import numpy as np
    2
    import tensorflow as tf
    3
    
                  
    4
    from tensorflow.examples.tutorials.mnist import input_data
    5
    
                  
  4. Random Affine Crop in the style of A...
    1
    # Utility functions for managing 3x3 matrices for cv2.warpAffine in pure numpy
    2
    
                  
    3
    import numpy as np
    4
    
                  
    5
    
                  
  5. Mean average precision for object de...
    1
    # Reimplementation of: https://github.com/aladdinpersson/Machine-Learning-Collection/blob/master/ML/Pytorch/object_detection/metrics/mean_avg_precision.py
    2
    # Now with more vectorisation!
    3
    
                  
    4
    def precision_recall_curve_th(is_tp, confs, n_true, eps=1e-8):
    5
        # Sort by confs
  6. Run Stable Diffusion 3 from commandl...
    1
    name: sb3
    2
    channels:
    3
        - pytorch
    4
        - nvidia
    5
        - conda-forge