Last active
February 1, 2020 05:13
-
-
Save sailfish009/845ac47ad6107380791ac8ad70d2e8bb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
grep -rl 'detectron2' ./ | xargs sed -i 's/detectron2/mydl/g' | |
# grep -rl 'maskrcnn_benchmark' ./ | xargs sed -i 's/maskrcnn_benchmark/mydl/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment