MCPcopy Create free account
hub / github.com/drinkingcoder/NeuralMarker / __init__

Method __init__

core/datasets.py:27–30  ·  view source on GitHub ↗
(self, path, Tcw, K)

Source from the content-addressed store, hash-verified

25
26class Image:
27 def __init__(self, path, Tcw, K):
28 self.im_path = path
29 self.Tcw = Tcw
30 self.K = K
31
32class PoseDataset(data.Dataset):
33 def __init__(self, args):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected