Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitroprobachay committed Mar 26, 2022
2 parents 7b8624a + 810c6eb commit abe933d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moderation/config/default.js.console.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ module.exports = {
version: p.version
},
template: {
path: `${__dir_name}/../templates`,
path: `${__dirname}/../templates`,
annDefault: 'kz.json'
},
dataset: {
baseDir: `${__dir_name}/../../../dataset/ocr/kz`,
baseDir: `${__dirname}/../../../dataset/ocr/kz`,
ann: { dir: 'ann', ext: 'json'},
img: { dir: 'img', ext: 'png'}
},
via: {
partDirs: ['train', 'val']
}

};
};

0 comments on commit abe933d

Please sign in to comment.