We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad6d5e commit 3d007d2Copy full SHA for 3d007d2
yolox_ros_py/install_yolox_py.bash
@@ -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
+pip3 install yolox
0 commit comments