Move download of weights inside build folder

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2020-04-17 22:36:25 +02:00
parent f637aa0ea8
commit 2fbac7705d
30 changed files with 820 additions and 818 deletions
@@ -10,7 +10,7 @@ int main()
tk::dnn::Network net(dim);
// create csresnext50-panet-spp model
std::string bin_path = "../tests/csresnext50-panet-spp";
std::string bin_path = "csresnext50-panet-spp";
int classes = 80;
tk::dnn::Yolo *yolo[3];