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

Method test_0

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

Source from the content-addressed store, hash-verified

185 self.assertEqual(net_blobs, blobs)
186
187 def test_0(self):
188 net = caffe.Net(self.f.name, caffe.TEST)
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)

Callers

nothing calls this directly

Calls 2

check_netMethod · 0.95
NetMethod · 0.80

Tested by

no test coverage detected