The Auton Lab TA1 primitives
This repository contains additional Auton Lab TA1 primitives for the D3M program.
Iterative Labeling- Blackbox based iterative labeling for semi-supervised learningVideo featurizer- Video Feature Extraction for Action Classification With 3D ResNet
Installation
To install primitives, run:
pip install -U autonbox
Video featurizer requires a static file, for pre-trained model weights.
To download it, run:
mkdir -p /tmp/cmu/pretrained_files
python3 -m d3m index download -o /tmp/cmu/pretrained_files # requires d3m core
Video featurizer
The primitive outputs a data frame of size N x M, where N is the number of videos and M is 2024 features of type float.
It supports running on GPUs.
Release files for autonbox 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autonbox-0.3.0.tar.gz | 30.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autonbox-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:66.6 kB
Release files / autonbox-0.3.0.tar.gz
| Download URL | autonbox-0.3.0.tar.gz |
|---|---|
| Size | 30.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fca6bd0f4abe513b2cde1dee150a439516bec25e6b8c8dc1a6da213539bf002c
|
|
BLAKE2b-256 checksum How to use checksums |
c48196a517fded2a049ae22bdcfc0ba74f2c4dde6fb0a501c6804d27609f42cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.15
|
Release files / autonbox-0.3.0-py3-none-any.whl
| Download URL | autonbox-0.3.0-py3-none-any.whl |
|---|---|
| Size | 36.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0dce992e4d43cdaa678a0b1f73d2dad4ed740a559645f561685a8c4f6cae72ff
|
|
BLAKE2b-256 checksum How to use checksums |
e38699a53a7b8c40d2c722c63932d89310ac7412ad267ed6e457c4ac4768c37b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.15
|