Skip to content

Commit

Permalink
Fixed error in finding CNN model (wrong path)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saweenbarra committed Apr 6, 2022
1 parent 1e2b9eb commit cef1cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SignapseUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "iostream"
#include "SignapseUtils.h"

#define MODEL_PATH "../models/asl-mobilenetv2.pb"
#define MODEL_PATH "models/asl-mobilenetv2.pb"

class SignapseUtils {
public:
Expand Down

0 comments on commit cef1cd3

Please sign in to comment.