From 51b180b14ddc7bb46788ba19683c45be20cb0f95 Mon Sep 17 00:00:00 2001 From: Gurkirt Singh Date: Thu, 18 Feb 2021 17:03:25 +0100 Subject: [PATCH] u --- tar2mp4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tar2mp4/README.md b/tar2mp4/README.md index 802c84e..20be402 100644 --- a/tar2mp4/README.md +++ b/tar2mp4/README.md @@ -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). \ No newline at end of file