Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,7 @@ sparse_flow = np.fromfile(data_path + '.bin', dtype=np.float16).reshape(-1, 3)[:
|
|
| 19 |
sparse_idx = np.fromfile(data_path + '_idx.bin', dtype=np.int32).reshape(-1)
|
| 20 |
occ_flow[sparse_idx] = sparse_flow
|
| 21 |
occ_flow = occ_flow.reshape(W, H, Z, 2)
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |

|
|
|
|
| 19 |
sparse_idx = np.fromfile(data_path + '_idx.bin', dtype=np.int32).reshape(-1)
|
| 20 |
occ_flow[sparse_idx] = sparse_flow
|
| 21 |
occ_flow = occ_flow.reshape(W, H, Z, 2)
|
| 22 |
+
```
|
| 23 |
|
| 24 |
|
| 25 |

|