Releases: ArashAkbarinia/osculari
Releases · ArashAkbarinia/osculari
v0.0.4
v0.0.3
- Added odd-one-out paradigm (generic for any number of images).
- Merging strategy concatenation or difference.
- Added MaxVits and SwinTransformers
- FeatureExtractor class.
- Fixed the bug with mobilenet family.
v0.0.2
- Extracting features from the following pretrained models:
- All classification and segmentation networks from PyTorch's official website.
- All OpenAI CLIP language-vision models.
- All Taskonomy networks.
- Reading out the network's feature at any depth (layer).
- Supporting both convolution and transformer architectures.
- Adding a linear classifier on top of the frozen pretrained networks.
- Generic shape appearance dataset to train linear classifiers.
- Psychophysical paradigms:
- Two-alternative-forced-choice (2AFC).
- Staircase procedure.