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

Class Image

core/datasets.py:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24warnings.filterwarnings("ignore")
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.85

Calls

no outgoing calls

Tested by

no test coverage detected