MCPcopy Index your code
hub / github.com/DIVE128/DMVSNet / main

Method main

model.py:74–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 self.blendmvs=('dataset_low_res' in args.datapath)
73
74 def main(self):
75 # print(self.args.test)
76 if self.args.vis:
77 self.visualization()
78 return
79 if self.args.val:
80 self.validate()
81 return
82 if self.args.test:
83 self.test()
84 return
85 self.train()
86
87 def train(self):
88

Callers 1

main.pyFile · 0.80

Calls 4

visualizationMethod · 0.95
validateMethod · 0.95
testMethod · 0.95
trainMethod · 0.95

Tested by

no test coverage detected