Downloads pretrained Argus Vision models
Project description
Argus Vision
argusvision package provides easy to use access to image embedding models pretrained on Bing data - Argus Vision models. Interface is based on popular torchvision.
In version 1.0, supported model is Argus Vision V6 - resnext101 32x8d
Please note that provided models are offering image embeddings
Installation
pip install argusvision
For Windows, torch needs to be install from wheel file. Please download the latest torch from here: https://download.pytorch.org/whl/torch_stable.html and then install it using: pip install <.whl file>
Usage
Example script:
import argusvision
import torch
# This will load pretrained model
model = argusvision.resnext101_32x8d()
# This will initialize weights with default values
model = argusvision.resnext101_32x8d(pretrained=False)
# Load model to CPU memory, interface is the same as torchvision
model = argusvision.resnext101_32x8d(map_location=torch.device('cpu'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
argusvision-1.0.1.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for argusvision-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bcd1814b3a3f8633abc93c1a3b7c114d535731fa7351ea7380f10ae9866bb1b |
|
MD5 | db02c6676cdd1d148610979e50365158 |
|
BLAKE2b-256 | c6232e4abdc5ef7d0496cd40164491f99a6ef2649e6107caaaf780303034916a |