Add function to download weigths if do no exist, for each test. Add some controls in map demo.

Signed-off-by: Francesco Gatti <gattifrancesco@hotmail.it>
This commit is contained in:
Francesco Gatti
2020-03-14 17:02:07 +01:00
parent 01995abdf8
commit 21b8146232
16 changed files with 51 additions and 2 deletions
+2
View File
@@ -30,6 +30,8 @@ const char *output_bin = "../tests/yolo/layers/output.bin";
int main() {
downloadWeightsifDoNotExist(input_bin, "../tests/yolo", "https://cloud.hipert.unimore.it/s/nf4PJ3k8bxBETwL/download");
// Network layout
tk::dnn::dataDim_t dim(1, 3, 608, 608, 1);
tk::dnn::Network net(dim);