Update README.md
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ head_view = cv2.imdecode(head_view_bytes, cv2.IMREAD_COLOR) # 🌟 NOTE: we sho
|
|
| 78 |
```
|
| 79 |
|
| 80 |
## Visualize the data
|
| 81 |
-
You can find some dictionary have `.mp4` file for visulization. If you want to visualize all the `.hdf5` file, you can run the following
|
| 82 |
|
| 83 |
```
|
| 84 |
from mmengine import fileio
|
|
|
|
| 78 |
```
|
| 79 |
|
| 80 |
## Visualize the data
|
| 81 |
+
You can find some dictionary have `.mp4` file for visulization. If you want to visualize all the `.hdf5` file, you can run the following code:
|
| 82 |
|
| 83 |
```
|
| 84 |
from mmengine import fileio
|