Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkirt committed Feb 18, 2021
1 parent ad890f9 commit 51b180b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tar2mp4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

Here we provide two Matlab scripts for pre-processing videos provided by [OxRD](https://robotcar-dataset.robots.ox.ac.uk/about/).

`extract_rgb.` is used for `demosaic`ing existing binary files into `rgb` images. You can run it on full dataset after downloding.
`extract_rgb.` is used for `demosaic`ing original binary files into `rgb` images. You can run it on full dataset after downloading.

`convert2video.m` is used to put extracted videos in `.mp4` video format. Here we first put the `.png` images extracted by `extract_rgb.m` in to `.mp4` then re-extract them into `.png` images at fixed frame-rate of `12`. Finally, re-extracted images are put into `.mp4` videos again.
`convert2video.m` is used to put extracted videos in `.mp4` video format. Here we first put the `.png` images extracted by `extract_rgb.m` in to `.mp4` then re-extract them into `.png` images at fixed frame-rate of `12`. Finally, re-extracted images are put into `.mp4` video.

We provide videos with these two steps pre-performed on [Google-Drive](https://drive.google.com/drive/folders/1hCLlgRqsJBONHgwGPvVu8VWXxlyYKCq-?usp=sharing). Which is also lined in main [README](../README.md).

0 comments on commit 51b180b

Please sign in to comment.