Modify weights download for some nets, now also calibration tables are downloaded in tests folder

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2020-04-06 16:22:23 +02:00
parent e4900120db
commit dfdeb8b36e
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ const char *output_bin[]={
int main()
{
downloadWeightsifDoNotExist(input_bin, "../tests/resnet101_cnet", "https://cloud.hipert.unimore.it/s/B6mj33k7beECXsY/download");
downloadWeightsifDoNotExist(input_bin, "../tests/resnet101_cnet", "https://cloud.hipert.unimore.it/s/SdjBz6xnKRQNTQ7/download");
// Network layout
tk::dnn::dataDim_t dim(1, 3, 512, 512, 1);