Closed melihyazgan closed 4 months ago
When dumping a yaml
file, if there are special data structures (e.g., array of NumPy
, tuple of Python
), then you will see understandable characters as you show after opening it using editor.
Solution: use load_yaml
in opencood
to load the file. The data would be correct and one can print them for checking. If you want to see the value conveniently, load yaml --> convert to yaml
built-in data structures --> dump yaml.
Hi, thank you for the framework! I want to map bev_static_png, which is road segmentation, available in additional data file in google drive, to the lidar point clouds to distinguish road and non-road points. To do that I thought the additional.yaml file can give me the calibration parameters but the yaml file is not understandable. For example:
Am I missing something? Can anyone give me a hint? Regards, Melih