From 6df5adf874bbd84a6977cfccbee82b49b96b21eb Mon Sep 17 00:00:00 2001
From: Joe Cannon <jc0080@surrey.ac.uk>
Date: Tue, 18 Jan 2022 19:06:04 +0000
Subject: [PATCH] fix spacing on README

---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index f92eb72..e36a073 100644
--- a/README.md
+++ b/README.md
@@ -19,25 +19,25 @@ Bounding box annotations are used from the related Something-Else repository:
 
 1) Download and extract Smth-Smth videos from 20bn
 
-2) Generate symlink train/validation split using:
+2) Generate symlink train/validation split using:  
 `./symlink_split_20bn.py`  
 
 3) Download and extract Smth-Else annotations
 
-4) Generate numpy-compressed annotations using:
+4) Generate numpy-compressed annotations using:  
 `./preprocess_annotations/se_bb_json_to_np.py`  
 
-5) Generate phase features:
+5) Generate phase features:  
 `./phasetool.py`  
 
-6) Train phase models:
+6) Train phase models:  
 `./phase_model.py`  
 
-7) Collect action features:
+7) Collect action features:  
 `./collect_action_features.sh`  
 
-8) Train action models:
+8) Train action models:  
 `./train_actions.sh`  
 
-9) Run action models on validation set:   
+9) Run action models on validation set:  
 `./validation.py`  
-- 
GitLab