zero
zero
老师,您好,在windows10 x64 转换 hswish.plugin.onnx 模型转换时会异常,无法解析onnx 文件,creator 指针一直为空,请问有遇到过这种问题吗,或者可能的原因是什么?谢谢 auto registry = getPluginRegistry(); auto creator = registry->getPluginCreator(name.c_str(), "1", ""); if(creator == nullptr){ printf("%s plugin was not found in the plugin registry!", name.c_str());...
老师您好,HighPerformance.hpp这个高性能和项目里其他正常的实现,主要有什么区别呀?谢谢! 另外在app_high_performance.cpp#L83 调用 connect(pose, output); 是不是写的有点问题,输入的参数顺序反了?pose是输入,output是输出。 void connect(Node& output, Node& input, int max_cache=30); 引用自 https://github.com/shouxieai/tensorRT_Pro/blob/f24e4921e23e71d16771ab7d4df601f71da7dac2/src/application/app_high_performance/high_performance.hpp#L141
hello, I am a new learner for deep learning. I want to run your Demo and have download nyud2data, but I meet some problems and can't create imda! Can you...