facebook360_dep
Facebook360 Depth Estimation Pipeline
Classes | Functions | Variables
dep Namespace Reference

Classes

class  App
 

Functions

def close_section_logs ()
 
def signal_handler (signum, frame)
 
def main (argv)
 

Variables

 dir_scripts = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
 dir_root = os.path.dirname(dir_scripts)
 
 FLAGS = flags.FLAGS
 
list sections = []
 

Function Documentation

◆ close_section_logs()

def dep.close_section_logs ( )
Cleanup method to release file handles on logging files.

◆ main()

def dep.main (   argv)
Runs the UI with the parameters passed in through command line args.

◆ signal_handler()

def dep.signal_handler (   signum,
  frame 
)
Catches signals to ensure logs are closed in case of app termination.

Args:
    signal (signal.signal): Type of signal.
    frame (frame): Stack frame.

Variable Documentation

◆ dir_root

dep.dir_root = os.path.dirname(dir_scripts)

◆ dir_scripts

dep.dir_scripts = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

◆ FLAGS

dep.FLAGS = flags.FLAGS

◆ sections

list dep.sections = []