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

Commit

Permalink
fixed spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aribornstein committed Jul 13, 2017
1 parent 21d0d5b commit 99f6c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/detection_algorithms/cntkfastrcnn/reviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Reviewer(modelPath) {
// }
// }
this.reviewImagesFolder = function reviewImagesFolder(imagesFolderPath) {
var model = new cntkModel.CNTKFRCNNModel({cntkModelPath : self.modelPath, cntkPath: cntkConfig.cntkPath, anacondaPath: cntkConfig.anacondaPath , verbose : true});
var model = new cntkModel.CNTKFRCNNModel({cntkModelPath : self.modelPath, cntkPath: cntkConfig.cntkPath, anacondaPath: cntkConfig.anacondaPath, verbose : true});
return new Promise((resolve, reject) => {
model.evaluateDirectory(imagesFolderPath, (err, res) => {
if (err) {
Expand Down

0 comments on commit 99f6c52

Please sign in to comment.