Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions SCALEDYOLOV4/start_export.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ROOT=`pwd`

pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
pip install numpy opencv-python matplotlib pyyaml scipy tqdm


git clone https://github.com/PaddleJitLab/ScaledYOLOv4
cd ScaledYOLOv4
git checkout yolov4-large
python export.py


cd $ROOT
git clone https://github.com/PaddleJitLab/ScaledYOLOv4.paddle
cd ScaledYOLOv4.paddle
git checkout main
python export.py