File size: 1,032 Bytes
2ecc7ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
For training and testing, your directory structure should look like this
  
 `Datasets` <br/>
 `β”œβ”€β”€train`  <br/>
     `└──DPDD`   <br/>
          `β”œβ”€β”€inputL_crops`   <br/>
          `β”œβ”€β”€inputR_crops`   <br/>
          `β”œβ”€β”€inputC_crops`   <br/>
          `└──target_crops`   <br/>
 `β”œβ”€β”€val`  <br/>
     `└──DPDD`   <br/>
          `β”œβ”€β”€inputL_crops`   <br/>
          `β”œβ”€β”€inputR_crops`   <br/>
          `β”œβ”€β”€inputC_crops`   <br/>
          `└──target_crops`   <br/>
 `└──test`  <br/>
     `└──DPDD`   <br/>
          `β”œβ”€β”€inputL`   <br/>
          `β”œβ”€β”€inputR`   <br/>
          `β”œβ”€β”€inputC`   <br/>
          `└──target`