What is the difference between ensemble tiling and standard tiling #2299
-
The paper mentions that each tiler location uses a different model. But in the code, the image is simply divided into patches to form a larger batch of data, which is then fed into the same feature extractor. However, a single model on the combined set of all tile locations could lead to a loss of positional information, with a potential negative effect on the performance of models that perform better on aligned objects. Is it an issue with the code implementation, or is it a problem with my understanding? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@JinYuannn the code you are referring to is not the ensemble tiling approach. Please refer to this PR
|
Beta Was this translation helpful? Give feedback.
@JinYuannn the code you are referring to is not the ensemble tiling approach. Please refer to this PR
#1226