Python API for interfacing with SAILenv
Project description
SAILenv Client - SAILab Virtual Environment
SAILenv is a Virtual Environment powered by Unity3D, developed by SAILab in Siena. This repository contains a Python client for SAILenv.
Agent API
SAILenv is accessible through an instance of the Agent class, which acts as the API between Python scripts and the environment. The API is designed to be as easy as possible to integrate with most known computer vision frameworks.
Through the API, a Python script can access many views of the environment with configurable resolution scaling (aspect ratio is fixed, at the moment):
- Realistic rendering of the environment
- Pixel-wise segmentation at category level
- Pixel-wise segmentation at instance level
- Pixel-wise depth
- Pixel-wise optical flow
A script can also:
- Obtain the list of object categories available in the scene
- Obtain the list of available scenes
- Transfer the Agent in one of the available scenes
- Manually set the Agent position and orientation
- Enable automatic movement through a predetermined track inside the scene
Optical Flow
The optical flow is obtained directly from the Unity Physics Engine, meaning that it is both highly accurate while still achieving greats speed.
Agent and Environment communication
The Agent and the Environment communicate through low-level sockets, allowing highly performant exchange of information.
Download
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
File details
Details for the file sailenv-0.4b0.tar.gz
.
File metadata
- Download URL: sailenv-0.4b0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7343530279944c24705979bb281507a326a02a4ca2040a669999d823a81e6ae5 |
|
MD5 | 9d7541f392664e8ba58987c1fa0ccad2 |
|
BLAKE2b-256 | 188b77426886cedc7b54a45b4ec85c4b463db244101737279f39a148186b4506 |