Benoit Lagadec

Results 8 comments of Benoit Lagadec

Hi, Ok, if i am correct, the output is a 46 * 46 * 38 map. I didn't understand why you take the result[10] and result[11] in your code to...

Hi, I post because I can't use or test your approach in c++. If i see the input I have 18+1 map for keypoint of size 46*46. 19 Maps for...

Thanks for your response. I try the model given in comments : https://github.com/zhreshold/mxnet-ssd.cpp/releases/download/v0.1/deploy_ssd_300_voc0712.zip. but it's the same result : KO. Could you please provide a correct one ? Regards Ben

OK finally I downlaod SSD_300 and deploy it, It works Fine !

Hi, It's a problem of model, This error indicates the CNN is not compatible. you must deploy it before use it. I hope it has help you. best regards.

hello, As it said by Joshua, your model is inconsistant with the code, try another one. Regards 2017-07-20 19:11 GMT+02:00 KimBom : > Yes. Is the model means *.params, *.json...

Hi, Thanks for your answer. The issue is my model is provided from Keras and not tensorFlow to use the conversion. What i used to converted model to dynamic batch...