Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active February 1, 2020 05:13
Show Gist options
  • Save sailfish009/845ac47ad6107380791ac8ad70d2e8bb to your computer and use it in GitHub Desktop.
Save sailfish009/845ac47ad6107380791ac8ad70d2e8bb to your computer and use it in GitHub Desktop.
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