Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Sep 6, 2018
1 parent 3e8118a commit 84cd54b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ int main(int argc, char* argv[]) {
int num_threads = std::atoi(argv[2]);

// Models path for your model, you have to modify it
std::string json_file = "Inception-BN-symbol.json";
std::string param_file = "Inception-BN-0126.params";
std::string synset_file = "synset.txt";
std::string nd_file = "mean_224.nd";
std::string json_file = "model/Inception/Inception-BN-symbol.json";
std::string param_file = "model/Inception/Inception-BN-0126.params";
std::string synset_file = "model/Inception/synset.txt";
std::string nd_file = "model/Inception/mean_224.nd";

BufferFile json_data(json_file);
BufferFile param_data(param_file);
Expand Down

0 comments on commit 84cd54b

Please sign in to comment.