02-13-2019 07:34 PM
when i look the UG1327(v1.0) datasheet, i want to try the DECENT, in this step ,the datasheet tell me ,i want to change the settings for source and root_folder of image_data_param in ResNet-50 prototxt,but i donot know what is the calibration.txt and where i can get it, thanks!
03-05-2019 02:57 PM
@aluois a genius. Here is a link to the Caffe script that will retrieve val.txt as well as the mean file for the ILSVRC2012 data set.
https://github.com/BVLC/caffe/blob/master/data/ilsvrc12/get_ilsvrc_aux.sh
Once you extract the archive, you can use the val.txt that is provided.
--Quenton
02-14-2019 06:55 AM
02-15-2019 04:20 AM
I tried to download ResNet50.tar.gz, as well as the vgg-16 and inception models, but they just get stuck and fail to download. Can I download the calibration set somewhere else?
02-15-2019 06:42 AM
Is there a reason that you are using V1.0?
If you take a look at the recent versions e.g. (V2.08 Beta), no calibration.txt is mentioned.
02-15-2019 01:46 PM
@wqjSome images from ImageNet are used as the calibration images for decent.
I attached the val.txt. Please rename it to calibration.txt in the float.prototxt.
You also need to put the corresonding images in a root_folder in the float.prototxt.
Then you should be able to run decent.
02-17-2019 05:14 PM
Thank you very much for your reply. I'll try it.
03-05-2019 02:57 PM
@aluois a genius. Here is a link to the Caffe script that will retrieve val.txt as well as the mean file for the ILSVRC2012 data set.
https://github.com/BVLC/caffe/blob/master/data/ilsvrc12/get_ilsvrc_aux.sh
Once you extract the archive, you can use the val.txt that is provided.
--Quenton
04-04-2019 10:46 PM
Dear all,
I am now trying to quantize my ssd model, but I don't know how to define calibration.txt for ssd.
( Generally ssd seems to need not only class number but also coordinates in image..)
Does anyone know how to do it ??
Thanks.
09-22-2019 11:56 PM
teach me if you can convert own model to dnnc and execute file to source code step by step.
Thank you.