Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 867 Bytes

README.md

File metadata and controls

43 lines (39 loc) · 867 Bytes

For training and testing, the directory structure is as follows:

|-- datasets
    |-- GoPro
        |-- train
            |-- input
            |-- target
        |-- test
            |-- input
            |-- target
        |-- crop
            |-- train
                |-- input
                |-- target
            |-- val
                |-- input
                |-- target
    |-- RealBlur
        |-- test
            |-- RealBlur_R
                |-- input
                |-- target
            |-- RealBlur_J
                |-- input
                |-- target
    |-- test
        |-- GoPro
            |-- input
            |-- target
        |-- HIDE
            |-- input
            |-- target
        |-- RealBlur_R
            |-- input
            |-- target
        |-- RealBlur_J
            |-- input
            |-- target