qq456cvb / CanonicalVoting

Canonical Voting: Towards Robust Oriented Bounding Box Detection in 3D Scenes (CVPR2022)
46 stars 7 forks source link

New Hydra Version Changes #1

Closed YanjieZe closed 2 years ago

YanjieZe commented 3 years ago

There needs some changes for the new version of Hydra.

In Hydra 0.11:

@hydra.main(config_path="conf/config.yaml")

In Hydria 1.0:

@hydra.main(config_path="conf", config_name="config")

Reference: https://hydra.cc/docs/next/upgrades/0.11_to_1.0/config_path_changes/

qq456cvb commented 2 years ago

Fixed in commit 3eebcc33328e9b4c7dfc298e354ef32c1a211ba1.