Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 34344a9

Browse files
anujonthemovePooya Davoodi
authored andcommitted
Updated install_dependencies.sh (#18)
This script was throwing error while installing cocoapi, the changes I made above solved this for my setup.
1 parent 03a9134 commit 34344a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tftrt/examples/object_detection/install_dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@ popd
6666

6767
echo Install cocodataset/cocoapi/PythonAPI...
6868
pushd $PYCOCO_DIR
69-
pip install .
69+
python setup.py build_ext --inplace
70+
make
71+
# pip install .
72+
python setup.py install
7073
popd

0 commit comments

Comments
 (0)