Created
February 14, 2022 09:32
-
-
Save PallawiSinghal/d3fb9bb18e6b185ae93899ee1ffc24a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print(cfg.dump()) | |
with open("/code/detectron2/detectron2/output/custom_mask_rcnn_X_101_32x8d_FPN_3x_my_dataset.yaml", "w") as f: | |
f.write(cfg.dump()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment