jia2lin3yuan1 / FilePreprocess

Implementation of some basic preprocess over image dataset, to generate input for different model. like:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FilePreprocess

  • 2017-04-06, adding of descripte dataset with text file. There are mainly two methods to do it:
    • a file list includes all example names in the dataset
    2007_0012340
    2007_0012540
    ...
    
    • for each example, there are multiple directories point to different kind of files
    /Images/2007_0012340.jpg /Labels/2007_0012340_gt.png
    /Images/2007_0012540.jpg /Labels/2007_0012540_gt.png
    ...
    
    The example to do it in both two ways are shown in the file.

About

Implementation of some basic preprocess over image dataset, to generate input for different model. like:


Languages

Language:Python 68.5%Language:MATLAB 31.5%