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`
|