Description

The dataset used for this problem (high-resolution images) has specifically being separated as I am using a sliding window approach (sliding window at multiple scales) to further subdivide each image hence separating them as D1 and D2. This is to avoid exposing image windows of the same image during both training and testing.

Scenarios

No Train validation Testing

1. D1 D1 D2

2. D1 D2 D2

Which of the above approach is correct? In my case, I assume its No 1.

What if you obtain good performance in testing and validation for the case of scenario No 1 but poor testing performance.? Can the reason be the problem is not well represented by the D1 used during the training process?

More Burhan Rashid Hussein's questions See All
Similar questions and discussions