Skip to content
Snippets Groups Projects
Commit 6df5adf8 authored by Chrol-Cannon, Joseph Dr (Computer Science)'s avatar Chrol-Cannon, Joseph Dr (Computer Science)
Browse files

fix spacing on README

parent 577aac1f
Branches phase_learning
No related tags found
No related merge requests found
...@@ -19,25 +19,25 @@ Bounding box annotations are used from the related Something-Else repository: ...@@ -19,25 +19,25 @@ Bounding box annotations are used from the related Something-Else repository:
1) Download and extract Smth-Smth videos from 20bn 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` `./symlink_split_20bn.py`
3) Download and extract Smth-Else annotations 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` `./preprocess_annotations/se_bb_json_to_np.py`
5) Generate phase features: 5) Generate phase features:
`./phasetool.py` `./phasetool.py`
6) Train phase models: 6) Train phase models:
`./phase_model.py` `./phase_model.py`
7) Collect action features: 7) Collect action features:
`./collect_action_features.sh` `./collect_action_features.sh`
8) Train action models: 8) Train action models:
`./train_actions.sh` `./train_actions.sh`
9) Run action models on validation set: 9) Run action models on validation set:
`./validation.py` `./validation.py`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment