Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Fixed crash on image directory load
Browse files Browse the repository at this point in the history
  • Loading branch information
aribornstein committed Mar 5, 2018
1 parent 2e2df22 commit c48837b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"async": "^2.1.5",
"cntk-fastercnn": "^0.1.1",
"cntk-fastercnn": "^0.1.2",
"electron": "^1.4.1",
"electron-window-state": "^4.0.2",
"remote": "^0.2.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');
const config_path = path.join(__dirname, 'cntk-config.json');
const cntkConfig = require(config_path);

const cntkModel= require('cntk-fastrcnn');
const cntkModel= require('cntk-fastercnn');

// An model reviewer class that provides functionality to review images using the model
// Constructor parameters:
Expand Down

0 comments on commit c48837b

Please sign in to comment.