|
facebook360_dep
Facebook360 Depth Estimation Pipeline
|
Public Member Functions | |
| def | __init__ (self, project_root, cache, csv_path, s3_sample_frame, s3_ignore_fullsize_color, verbose) |
| def | verify (self, pickle_frames=True) |
Public Attributes | |
| is_aws | |
| is_lan | |
| project_root | |
| path_project | |
| s3_sample_frame | |
| s3_ignore_fullsize_color | |
| verbose | |
| aws_util | |
Project class to interact with S3
| def project.Project.__init__ | ( | self, | |
| project_root, | |||
| cache, | |||
| csv_path, | |||
| s3_sample_frame, | |||
| s3_ignore_fullsize_color, | |||
| verbose | |||
| ) |
Project class to interact with S3
Args:
project_root (str): Path of the project.
cache (str): Path of the local cache.
csv_path (str): Path to AWS credentials .csv file
s3_sample_frame (str): Sample frame to donwload (empty = first found)
s3_ignore_fullsize_color (bool): Boolean to ignore full-size colors
verbose (bool): Verbose output
| def project.Project.verify | ( | self, | |
pickle_frames = True |
|||
| ) |
Verify S3 data, including downloading and unpacking sample frames
| project.Project.aws_util |
| project.Project.is_aws |
| project.Project.is_lan |
| project.Project.path_project |
| project.Project.project_root |
| project.Project.s3_ignore_fullsize_color |
| project.Project.s3_sample_frame |
| project.Project.verbose |
1.8.15