Ask Your Question

goncz's profile - activity

2020-06-24 06:49:52 -0600 commented question net.forward() error: (-215:Assertion failed) inp.total() in function 'allocateLayers'

This is not the same issue as the one you pointed out, as this is related to the net.forward() function whereas the one

2020-06-24 05:48:36 -0600 edited question net.forward() error: (-215:Assertion failed) inp.total() in function 'allocateLayers'

net.forward() error: (-215:Assertion failed) inp.total() in function 'allocateLayers' I'm trying to run my Caffe object

2020-06-24 05:48:34 -0600 received badge  Editor (source)
2020-06-24 05:48:34 -0600 edited question net.forward() error: (-215:Assertion failed) inp.total() in function 'allocateLayers'

error: (-215:Assertion failed) inp.total() in function 'allocateLayers' I'm trying to run my Caffe object detection mode

2020-06-24 04:58:59 -0600 asked a question net.forward() error: (-215:Assertion failed) inp.total() in function 'allocateLayers'

error: (-215:Assertion failed) inp.total() in function 'allocateLayers' I'm trying to run my Caffe object detection mode

2020-06-24 03:11:05 -0600 commented question Can't create layer "DummyData1" of type "DummyData" in function 'getLayerInstance'

I'll make sure to get back to you if I find a solution. Hopefully someone here knows something ;)

2020-06-24 02:45:05 -0600 commented question Can't create layer "DummyData1" of type "DummyData" in function 'getLayerInstance'

That's true, but I'm trying to implement my own model which is trained in Tensorflow. It's a faster RCNN inception resne

2020-06-24 02:26:23 -0600 commented question Can't create layer "DummyData1" of type "DummyData" in function 'getLayerInstance'

I'm trying to develop an object detection counting algorithm, specifically this implementation by Adrian Rosebrock. This

2020-06-24 02:26:16 -0600 commented question Can't create layer "DummyData1" of type "DummyData" in function 'getLayerInstance'

I'm trying to develop a object detection counting algorithm, specifically this implementation by Adrian Rosebrock. This

2020-06-24 01:55:00 -0600 commented question Can't create layer "DummyData1" of type "DummyData" in function 'getLayerInstance'

As you can see in the prototxt file, it's not the first layer (however it is the first dummylayer). You mean to replace

2020-06-23 08:39:29 -0600 asked a question Can't create layer "DummyData1" of type "DummyData" in function 'getLayerInstance'

Can't create layer "DummyData1" of type "DummyData" in function 'getLayerInstance' I converted a tensorflow model to a c