MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / test_1

Method test_1

rtpose_wrapper/python/caffe/test/test_net.py:191–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 self.check_net(net, ['NoLevel', 'Level0Only', 'Level>=0'])
190
191 def test_1(self):
192 net = caffe.Net(self.f.name, caffe.TEST, level=1)
193 self.check_net(net, ['NoLevel', 'Level1Only', 'Level>=0', 'Level>=1'])
194
195
196class TestStages(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

check_netMethod · 0.95
NetMethod · 0.80

Tested by

no test coverage detected