linghu8812 / tensorrt_inference

702 stars 206 forks source link

Build nanodet_trt project error #38

Closed qiaoshh closed 3 years ago

qiaoshh commented 3 years ago

undefined reference to 'YAML::detail::node_data::convert_to_map(std::shared_ptr)'

linghu8812 commented 3 years ago

Is the yaml version right? Try to link with libyaml-cpp.a

qiaoshh commented 3 years ago

问题解决啦,YAML重新编译就好了,谢谢。