[Dclib-devel] dnn_metric_learning_on_images_ex - can't load trained model
Brought to you by:
davisking
From: Ben G. <ben...@gm...> - 2018-05-21 17:07:52
|
Hi, I trained a model using this example the output file is metric_network_renset.dat. I'm using the same networks as shown in the example code, and for loading the network I'm doing this: net_type net; deserialize("metric_network_renset.dat") >> net; And the code is core dumped, "malloc(): smallbin double linked list corrupted: 0x0000000001f6a410 ***" Any help would be appreciated. Regards, Ben |