sage-group / hugin

Making Deep Learning for Earth Observation more easy
http://www.sage.ieat.ro
Other
13 stars 7 forks source link

Implement TTA (Test Time Augmentation) #4

Open alexm98 opened 5 years ago

alexm98 commented 5 years ago

It would be nice for Hugin to be able to handle test-time augmentation. That is, flipping a scene 90° three times and running a prediction each time. The final prediction shall be the average of the 4 predictions.

mneagul commented 4 years ago

This should be discussed with @igabriel85 to see the proper approach.