Skip to content

Commit

Permalink
add pytorch-hed (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored Nov 16, 2023
1 parent 91e70ad commit 08ee7a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions PYTORCH-HED/start_export.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ROOT=`pwd`

git clone https://github.com/PaddleJitLab/pytorch-hed
cd pytorch-hed
git checkout master
pip install -r requirements.txt
python export.py


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

0 comments on commit 08ee7a3

Please sign in to comment.