ViCCo-Group / thingsvision

Python package for extracting representations from state-of-the-art computer vision models

Home Page:https://vicco-group.github.io/thingsvision/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more output options (i.e. txt, mat)

andropar opened this issue · comments

For those not using python for data analysis, it would be nice to also be able to store features as mat or txt files.

I am not sure what this issue is referring to

Sorry, wrote this in a bit of a rush 😅 Current options for saving features are numpy arrays or pytorch tensors, but if someone uses thingsvision only for extracting and wants to do the analysis in e.g. Matlab, an option to save features in a language agnostic format (.txt) would be nice and easy to implement.

These options exist AFAIK (see here)