Ask Your Question

Revision history [back]

You just remove or comment layer 'Python'

layer {
type: 'Python'
name: 'cluster'
bottom: 'coverage'
bottom: 'bboxes'
top: 'bbox-list'
python_param {
    module: 'caffe.layers.detectnet.clustering'
    layer: 'ClusterDetections'
    param_str : '1248, 352, 16, 0.6, 3, 0.02, 22, 1'
}
include: { phase: TEST }
}

to

# layer {

# type: 'Python'

# name: 'cluster'

# bottom: 'coverage'

# bottom: 'bboxes'

# top: 'bbox-list' # python_param {

# module: 'caffe.layers.detectnet.clustering'

# layer: 'ClusterDetections'

# param_str : '1248, 352, 16, 0.6, 3, 0.02, 22, 1'

# }

# include: { phase: TEST }

#}

I did that with python, but I dont know how to do with opencv c++, Can you share your experience with me?