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:
@@ -10,7 +10,7 @@ int main() {
|
||||
|
||||
// create yolo3 model
|
||||
std::string bin_path = "../tests/yolo3_512";
|
||||
downloadWeightsifDoNotExist("../tests/yolo3_512/layers/input.bin", bin_path, "https://cloud.hipert.unimore.it/s/39XbxMxaX7zwFKQ/download");
|
||||
downloadWeightsifDoNotExist("../tests/yolo3_512/layers/input.bin", bin_path, "https://cloud.hipert.unimore.it/s/R6qSLfFAF9F2ni9/download");
|
||||
int classes = 80;
|
||||
tk::dnn::Yolo *yolo [3];
|
||||
#include "models/Yolo3.h"
|
||||
|
||||
Reference in New Issue
Block a user