MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / set_transform

Method set_transform

preprocess_depth_davis.py:91–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 self.set_transform()
90
91 def set_transform(self):
92 self.transform = tf.Compose([
93 tf.ToTensor(),
94 ])
95
96 def get_predicted_depth_path(self, image_path):
97 pred_dir = image_path.replace("JPEGImages", "depthImages")

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected