()
| 13 | |
| 14 | |
| 15 | def get_defualt_config() -> T.Dict[str, T.Any]: |
| 16 | filename = os.path.normpath( |
| 17 | os.path.join( |
| 18 | os.path.abspath(__file__), |
| 19 | '../configs/pbnr_default.yaml', |
| 20 | )) |
| 21 | return meta_utils.read_config(filename) |
| 22 | |
| 23 | |
| 24 | def get_defualt_mesh_filename_config() -> T.Dict[str, T.Any]: |