viewformer commited on
Commit
7f6411b
·
verified ·
1 Parent(s): 0cd9340

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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
  ![FlowOcc3D](https://huggingface.co/viewformer/ViewFormer-Occ/blob/main/FlowOcc3D.jpg)
 
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
  ![FlowOcc3D](https://huggingface.co/viewformer/ViewFormer-Occ/blob/main/FlowOcc3D.jpg)