junkang-zhou
junkang-zhou
> Looks like `0x1ed12b0` is printed on it? But the logger output is 0 0x1ed12b0 output auto nt_logger = std::make_shared("net", daily_sink);
There is an error when compiling the official library but libspdlog.a can be generated normally. error: specialization of ‘template struct fmt::v9::formatter’ in different namespace [-fpermissive] struct fmt::formatter : fmt::formatter {...
Sorry, I may not have explained clearly what I meant. The wiki explains that the logger was not found and the return value is null. I have already registered it...
auto daily_sink = std::make_shared("../logfile", 23, 59); // create synchronous loggers auto nt_logger = std::make_shared("net", daily_sink); auto hw_logger = std::make_shared("hw", daily_sink); auto db_logger = std::make_shared("db", daily_sink); // nt_logger->set_pattern("[source %s] [function %!]...
Yes, I found that there is indeed a problem with the calculation of the timestamp. Is there a better solution?
yolov8和yolov11的输出是一样的 用yolov8的cpp代码推理v11模型同样适用
解决了吗 我也遇到这种问题