IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Functions
Surveillance.layers.scene Namespace Reference

Classes

class  Params
 
class  SceneInterpreterV1
 

Functions

def depth_to_before_scale (depth, scale, dtype)
 

Detailed Description

 ============================== scene ===============================

    @brief              The scene interpreter for the puzzle playing task
            
    The scene interpreter will split the scene into three four layers:
1. Background (tabletop) layer
2. Human layer
3. Robot arm layer
4. Puzzle piece layer
    The first three relys on their own segmenter, and the puzzle piece layer
    is assumed to be the residual.

    The interpreter will provide the following additional functions:
    1. Bird-eye-view rectification
            
    
    @author:    Yiye Chen       yychen2019@gatech.edu
    @date:      09/16/2021

 ============================== scene ===============================

Function Documentation

◆ depth_to_before_scale()

def Surveillance.layers.scene.depth_to_before_scale (   depth,
  scale,
  dtype 
)