Skip to content

Commit

Permalink
Add weights download link for csresnext50-panet-spp_berkeley ( fix #63 )
Browse files Browse the repository at this point in the history
Signed-off-by: Micaela Verucchi <[email protected]>
  • Loading branch information
mive93 committed Jul 1, 2020
1 parent 04602f3 commit 7c2155d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/darknet/csresnext50-panet-spp_berkeley.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ int main() {
std::string wgs_path = bin_path + "/layers";
std::string cfg_path = std::string(TKDNN_PATH) + "/tests/darknet/cfg/csresnext50-panet-spp_berkeley.cfg";
std::string name_path = std::string(TKDNN_PATH) + "/tests/darknet/names/berkeley.names";
// FIXME: wrong weights
// downloadWeightsifDoNotExist(input_bins[0], bin_path, "https://cloud.hipert.unimore.it/s//download");
downloadWeightsifDoNotExist(input_bins[0], bin_path, "https://cloud.hipert.unimore.it/s/q82qHAtqpoaFYo5/download");

// parse darknet network
tk::dnn::Network *net = tk::dnn::darknetParser(cfg_path, wgs_path, name_path);
Expand Down

0 comments on commit 7c2155d

Please sign in to comment.