You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
./demo yolo4tiny_fp32.rt ~/test_video.mp4 y 80 1 1
Then the result shows
Loading YAML: yolo4tiny_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)
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?
The text was updated successfully, but these errors were encountered: