InstallationΒΆ
Install system dependencies.
>> sudo apt-get update >> sudo apt-get install -y freeglut3-dev >> sudo apt-get install -y libglib2.0-0 >> sudo apt-get install -y ffmpeg
[Option A] Create a Conda environment using the provided
environment.yaml
.>> conda create -n vista python=3.8 >> conda env update --name vista --file ./environment.yaml
[Option B] Install the following python dependencies.
Install VISTA from PyPi.:
>> pip install vista
Try to import Vista.
>> python -c "import vista"
Download and extract sample dataset from here. For more details, check Data Format.
Note
Dataset above is a small sample dataset to test functionality. Much more data and environments to come!