MCPcopy
hub / github.com/hzwer/ECCV2022-RIFE / eval

Method eval

model/RIFE.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.flownet.train()
34
35 def eval(self):
36 self.flownet.eval()
37
38 def device(self):
39 self.flownet.to(device)

Callers 10

updateMethod · 0.95
inference_img.pyFile · 0.45
inference_video.pyFile · 0.45
HD_multi_4X.pyFile · 0.45
testtime.pyFile · 0.45
HD.pyFile · 0.45
ATD12K.pyFile · 0.45
UCF101.pyFile · 0.45
Vimeo90K.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected