From 06e4672540094a851542b47abaf022f934b63b09 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 9 Dec 2022 16:53:33 -0500 Subject: Generator now splits ImageNet list into per-notion files --- generator/generator.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'generator/generator.h') diff --git a/generator/generator.h b/generator/generator.h index 70f0657..3d51c35 100644 --- a/generator/generator.h +++ b/generator/generator.h @@ -9,6 +9,7 @@ #include #include #include +#include #include "notion.h" #include "word.h" #include "lemma.h" @@ -34,7 +35,8 @@ namespace verbly { std::string wordNetPath, std::string cmudictPath, std::string imageNetPath, - std::string outputPath); + std::string outputPath, + std::string imageNetOutput); // Action @@ -127,6 +129,7 @@ namespace verbly { // Output hatkirby::database db_; + std::filesystem::path imageNetOutput_; // Data -- cgit 1.4.1