Move download of weights inside build folder
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user