A deep learning researcher with an interest in algorithms. I never get as much done as I'd hoped.
-
La Trobe University
Pinned Loading
-
seamless-seg
seamless-seg PublicRemoves tiling artifacts created from stitching together adjacent tiles in large segmentation tasks.
Python 4
-
Accumulating gradients to reduce mem...
Accumulating gradients to reduce memory requirement per forward pass (using MNIST) 1import numpy as np
2import tensorflow as tf
34from tensorflow.examples.tutorials.mnist import input_data
5 -
Random Affine Crop in the style of A...
Random Affine Crop in the style of Albumentations for a Rasterio Dataset with minimal dependencies 1# Utility functions for managing 3x3 matrices for cv2.warpAffine in pure numpy
23import numpy as np
45 -
Mean average precision for object de...
Mean average precision for object detection 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!
34def precision_recall_curve_th(is_tp, confs, n_true, eps=1e-8):
5# Sort by confs
-
Run Stable Diffusion 3 from commandl...
Run Stable Diffusion 3 from commandline with limited resources. 1name: sb3
2channels:
3- pytorch
4- nvidia
5- conda-forge
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.