VisT Python Package for perception and motion understanding
Project description
VisT
A perception system of tracking and motion understanding.
Installation
We currently support Python 3.7, 3.8 and 3.9.
You can install the package dependency via vanilla python and pip:
python3 -m pip install -r requirements.txt \
-f https://download.pytorch.org/whl/cpu/torch_stable.html
python3 -m pip install 'git+git://github.com/facebookresearch/detectron2.git'
This command installs pytorch without CUDA. Please look up pytorch website for installation on your configurations and install pytorch first.
If you're using conda, run the following commands:
conda create --name vist python=3.8
conda activate vist
pip install -r requirements.txt
conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch
pip install 'git+https://github.com/facebookresearch/detectron2.git'
You can also use python and conda scripts on CPU machine installation.
More information about torch and detectron2 installation
To install vist
package,
python3 setup.py install
Usage
Training
python3 tools/launch.py train --config <config_path> <maybe other arguments>
Testing
python3 tools/launch.py test --config <config_path> <maybe other arguments>
Prediction
python3 tools/launch.py predict --config <config_path> <maybe other arguments>
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
Built Distribution
File details
Details for the file vist-0.0.tar.gz
.
File metadata
- Download URL: vist-0.0.tar.gz
- Upload date:
- Size: 72.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f7b311511474861a73122f1b9f750b671f18f2a6ba1b5c354890dc9f11fa1ed |
|
MD5 | 284b87a0d6f49bd6ddb83e2007fd1e47 |
|
BLAKE2b-256 | 3088d0e408d9a76db56be0dfb135a8ea92e44fe010858ef76fc5278ce552ecdb |
File details
Details for the file vist-0.0-py3-none-any.whl
.
File metadata
- Download URL: vist-0.0-py3-none-any.whl
- Upload date:
- Size: 104.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b80e04bf945d4353ffdc4f7e157404f078bdd7e89aa37f1733e79a82033de9 |
|
MD5 | 2f019ce1de4a3a27eac644e963ea67bb |
|
BLAKE2b-256 | eeb78c447cc1a0eb7637de69698f7c9da83a0c23d15899d2ab130321a5c71fa4 |