From 44427e91ca1329090c006521bfe8ada97d771e8d Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Mon, 26 Jul 2021 11:51:38 +0300 Subject: [PATCH] [~] Refactor --- d1/mlb_player_v5.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/d1/mlb_player_v5.py b/d1/mlb_player_v5.py index 4c490e0..ee60f78 100644 --- a/d1/mlb_player_v5.py +++ b/d1/mlb_player_v5.py @@ -4,8 +4,6 @@ t1 = r''' rm -fr /kaggle/working/AlphaPose pip install pyyaml==5.2 pip install scipy==1.1.0 -pip install torch==1.2.0 torchvision==0.4.0 -pip install pillow==6.2.2 git clone https://github.com/WildflowerSchools/AlphaPose python -m pip install cython gdown apt-get install libyaml-dev @@ -15,6 +13,7 @@ cd /kaggle/working/AlphaPose && python3 scripts/demo_inference.py --cfg configs/ ''' for o in t1.splitlines(): + print(o) assert os.system(o) == 0 import os