|
facebook360_dep
Facebook360 Depth Estimation Pipeline
|
Public Member Functions | |
| def | __init__ (self, address) |
Public Attributes | |
| address | |
| ip_path | |
| path | |
| protocol | |
| ip | |
Abstraction over various address types.
Attributes:
All the below attributes are premised on the example: s3://bucket/example/endpoint
address (str): The full address: s3://bucket/example/endpoint.
ip (str): The IP in the address: bucket.
ip_path (str): The full path within the specified protocol: bucket/example/endpoint.
path (str): The path within the specified IP: example/endpoint.
protocol (str): The "type" of address passed in: s3.
| def scripts.render.network.Address.__init__ | ( | self, | |
| address | |||
| ) |
Initializes an Address object given a full path. This path can be a local Posix
path, SMB path, or S3. Other paths may work but remain untested.
Args:
address (str): Full network path.
| scripts.render.network.Address.address |
| scripts.render.network.Address.ip |
| scripts.render.network.Address.ip_path |
| scripts.render.network.Address.path |
| scripts.render.network.Address.protocol |
1.8.15