terminate called after throwing an instance of 'YAML::ParserException' #286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Loading YAML: yolo4_fp32.rt
terminate called after throwing an instance of 'YAML::ParserException'what(): yaml-cpp: error at line 1, column 8: unknown escape character:Aborted (core dumped)
Could you please tell me why?
Exact same issue here. Mine was yolo4tiny_fp32.rt
Jetson Nano 4.5.1, TensorRT 7.1.3, CUDA 10.2, OpenCV 4.5.2.
I followed this instruction. (https://github.com/engcang/ros-yolo-sort/tree/master/YOLO_and_ROS_ver)
After exporting the weights and configs to .bin files, .rt file was successfully created.
Trying to run a demo on my sample video, I ran below.
Then the result shows
Any help?
Maybe you'd better modification the "./demo/demoConfig.yaml" by yourself.
@mych907
Hi. You referred my repo. Thanks.
I recently found that this repo (tkDNN) is updated. So to run a demo, you should do like follows:
make sure to edit the paths of rt file in the
demoConfig.yamlfile.