Skip to content

Instantly share code, notes, and snippets.

View CamiloMartinezM's full-sized avatar

Camilo Martínez M. CamiloMartinezM

View GitHub Profile
@CamiloMartinezM
CamiloMartinezM / multiscale_statistics.py
Created April 22, 2021 04:30
Multi-scale pixel statistics from an input image (paper by G. Impoco et al)
# -*- coding: utf-8 -*-
# Multi-scale pixel statistics from
# Segmentation of structural features in cheese micrographs using pixel statistics
# by G. Impoco, L. Tuminello, N. Fucà, M. Caccamo and G. Licitra
# Available in: https://www.sciencedirect.com/science/article/abs/pii/S0168169911002298
#
# Adapted to Python by Camilo Martínez, [email protected]
# Share and enjoy.
# -*- coding: utf-8 -*-
@CamiloMartinezM
CamiloMartinezM / requirements.txt
Last active March 16, 2024 15:54
Libraries for a transformers project on Python
ipywidgets
jupyter
numpy
matplotlib
torch
sentencepiece
protobuf
datasets
transformers
diffusers
@CamiloMartinezM
CamiloMartinezM / visualize-high-dim-data.ipynb
Created September 24, 2024 21:10
Plug & Play functions for high-dimensional data visualization with various dimensionality reduction methods.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.