Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
fcdb8761
Commit
fcdb8761
authored
Jun 26, 2019
by
Aysar
Committed by
pkulzc
Jun 26, 2019
Browse files
Fix newline issue with sed on macOS in create_pycocotools_package.sh (#6563)
parent
a156e203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/dataset_tools/create_pycocotools_package.sh
...ect_detection/dataset_tools/create_pycocotools_package.sh
+1
-1
No files found.
research/object_detection/dataset_tools/create_pycocotools_package.sh
View file @
fcdb8761
...
@@ -44,7 +44,7 @@ sed "s/\.\.\/common/common/g" pycocotools/_mask.pyx > _mask.pyx.updated
...
@@ -44,7 +44,7 @@ sed "s/\.\.\/common/common/g" pycocotools/_mask.pyx > _mask.pyx.updated
cp
-f
_mask.pyx.updated pycocotools/_mask.pyx
cp
-f
_mask.pyx.updated pycocotools/_mask.pyx
rm
_mask.pyx.updated
rm
_mask.pyx.updated
sed
"s/import matplotlib
\.
pyplot as plt/import matplotlib
\n
matplotlib
\.
use
\(\'
Agg
\'\)
\n
import matplotlib
\.
pyplot as plt/g"
pycocotools/coco.py
>
coco.py.updated
sed
"s/import matplotlib
\.
pyplot as plt/import matplotlib
;
matplotlib
\.
use
\(\'
Agg
\'\)
;
import matplotlib
\.
pyplot as plt/g"
pycocotools/coco.py
>
coco.py.updated
cp
-f
coco.py.updated pycocotools/coco.py
cp
-f
coco.py.updated pycocotools/coco.py
rm
coco.py.updated
rm
coco.py.updated
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment