Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,7 @@ release_data/
|
|
17 |
│ │ ├── match1_3_recon.npy # Reconstructed scene information
|
18 |
│ ├── ...
|
19 |
└── ...
|
20 |
-
```
|
|
|
|
|
|
|
|
17 |
│ │ ├── match1_3_recon.npy # Reconstructed scene information
|
18 |
│ ├── ...
|
19 |
└── ...
|
20 |
+
```
|
21 |
+
|
22 |
+
NOTE: match{match_id}_{rally_id}_recon.npy consists of a 3d numpy array of shape (no of frames, 91, 3) with each row containing scene information for a frame in that timestep. The columns are as follows:-
|
23 |
+
- metadata ((fps, no of frames, no of frames usable) in first row, (dist from player 1 hand, dist from player 2 hand, player 1 hand id) in second row, (player 2 hand id, 0, 0) in third row and (0,0,0) in all other rows), hit info ((is contact with player 1 racket?, is contact with player 2 racket?, is contact with table?)), next 44 columns contain 3d feature points of player 1, next 44 columns contain 3d feature points of player 2, next columns contain ball position in 3d
|