Raffaele Berzoini
Raffaele Berzoini
I have the same issue: executable: ```console #include #include #include #include int main() { static plog::RollingFileAppender fileAppender("Log.csv", 8000, 3); static plog::ColorConsoleAppender consoleAppender; plog::init(plog::debug, &fileAppender).addAppender(&consoleAppender); SetConfigurationFile("conf.xml"); } ``` shared lib.cpp: ```console...
Thank you very much @SergiusTheBest for the fast response. That was something i did not know. Thank you again :)
Hi, I had the same problem some hours ago. Do not know if you still need this but this is my workaround ``` def predict4lime(img2): # print(img2.shape) return model.predict(img2[:, :,...