Skip to content

Instantly share code, notes, and snippets.

View CamiloMartinezM's full-sized avatar

Camilo Martínez M. CamiloMartinezM

  • Universität des Saarlandes
  • Saarbrücken, Germany
  • 21:31 (UTC +02:00)
  • LinkedIn in/camilo-martinez-m
View GitHub Profile
@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 / 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, ca.martinezm2@uniandes.edu.co
# Share and enjoy.
# -*- coding: utf-8 -*-