facebook360_dep
Facebook360 Depth Estimation Pipeline
|
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 = [] |
def dep.close_section_logs | ( | ) |
Cleanup method to release file handles on logging files.
def dep.main | ( | argv | ) |
Runs the UI with the parameters passed in through command line args.
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.
dep.dir_root = os.path.dirname(dir_scripts) |
dep.dir_scripts = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) |
dep.FLAGS = flags.FLAGS |
list dep.sections = [] |