Skip to content

Commit 96ca553

Browse files
committed
Added rename-xml-path script utility for misplaced xmls
1 parent 3a0f97e commit 96ca553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: scripts/rename-xml-path

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
for FILE in *xml; do sed -i 's:<path>/home/irerenu/Documents/projects/gpr-data-classifier/data/sample_output_borden_enlarged/:<path>/home/irerenu/Documents/projects/gpr-data-classifier/Custom-Object-Detection/annotations/xmls/:g' $FILE; done
2+

0 commit comments

Comments
 (0)