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
@@ -23,7 +23,7 @@ const char *output_bin = "../tests/yolo3_tiny512/debug/layer23_out.bin";
int main() {
downloadWeightsifDoNotExist(input_bin, "../tests/yolo3_tiny512", "https://cloud.hipert.unimore.it/s/wRW9nmkibSe5HoS/download");
downloadWeightsifDoNotExist(input_bin, "../tests/yolo3_tiny512", "https://cloud.hipert.unimore.it/s/8Zt6bHwHADqP4JC/download");
int classes = 80;