Skip to content

Instantly share code, notes, and snippets.

@abhisheksgumadi
Last active March 10, 2020 12:02
Show Gist options
  • Save abhisheksgumadi/b45e400332857e4d1f61719c537406d6 to your computer and use it in GitHub Desktop.
Save abhisheksgumadi/b45e400332857e4d1f61719c537406d6 to your computer and use it in GitHub Desktop.
Comvert Matlab .mat files to Python format
import scipy.io
import numpy as np
data = scipy.io.loadmat("imagelabels.mat")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment