mayuema commited on
Commit
07f969c
1 Parent(s): b74e139
Files changed (2) hide show
  1. app.py +0 -1
  2. data/download.sh +1 -2
app.py CHANGED
@@ -13,7 +13,6 @@ sys.path.append('FollowYourPose')
13
 
14
 
15
  result = subprocess.run(['bash', './data/download.sh'], stdout=subprocess.PIPE)
16
- result.stdout.decode()
17
 
18
  current_dir = os.getcwd()
19
  print("path is :", current_dir)
 
13
 
14
 
15
  result = subprocess.run(['bash', './data/download.sh'], stdout=subprocess.PIPE)
 
16
 
17
  current_dir = os.getcwd()
18
  print("path is :", current_dir)
data/download.sh CHANGED
@@ -1,3 +1,2 @@
1
  wget https://github.com/mayuelala/FollowYourPose/releases/download/v0.0.1/example_video.zip
2
- unzip example_video.zip -d ./data
3
- echo "Hello, World"
 
1
  wget https://github.com/mayuelala/FollowYourPose/releases/download/v0.0.1/example_video.zip
2
+ unzip example_video.zip -d /home/user/app/data