eahussein / dc1

This tutorial is based on the SKA Data Challenge 1. The aim of the tutorial is to learn to identify and classify sources is radio images. The data provided is simulated, to represent what the SKA data will look like once the telescope is in operation.
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Doing source finding before cropping the training area #9

Open eahussein opened 2 years ago

eahussein commented 2 years ago

Why do we have to crop the image first and then perform source finding separately on the training and the whole image?

Can't we just perform source finding on the whole image and then split the data into training and testing??

eahussein commented 2 years ago

there is a lot to this,

Screenshot 2022-07-13 at 13 48 46

eahussein commented 2 years ago

The above method uses coordinates the following coordinates : 1400: {"ra_min": -0.2688, "ra_max": 0.0, "dec_min": -29.9400, "dec_max": -29.7265},

which is the same as the one used when cropping the data

so it seems that there is no data leakage

eahussein commented 2 years ago

New Questions.,

In the meantime, I will follow my own path unless someone convinces me otherwise

eahussein commented 2 years ago

That explains why when we sued ML on the testing set, there was no sign of duplications Screenshot 2022-07-14 at 13 48 39 Screenshot 2022-07-14 at 13 49 06

eahussein commented 2 years ago

New Questions.,

In the meantime, I will follow their solution no problem

eahussein commented 2 years ago

training area before the slice: Screenshot 2022-07-14 at 14 31 52

training after the slice: Screenshot 2022-07-14 at 14 34 21