Skip to content

Commit 3d007d2

Browse files
committed
using pip
1 parent 4ad6d5e commit 3d007d2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

yolox_ros_py/install_yolox_py.bash

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
SCRIPT_DIR=$(cd $(dirname $0); pwd)
2-
cd $SCRIPT_DIR
3-
if [ -e "$SCRIPT_DIR/YOLOX/" ]; then
4-
echo "YOLOX is exists"
5-
exit 0
6-
fi
7-
git clone https://github.com/Megvii-BaseDetection/YOLOX.git
8-
cd YOLOX
9-
pip3 install -v -e .
10-
mv setup.py _setup.py
11-
mv setup.cfg _setup.cfg
1+
pip3 install yolox

0 commit comments

Comments
 (0)