You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,21 @@ We could only share the PPI images created from the original h5 radar files (and
17
17
For running a demo with our data (radial velocity images) follow the bellow steps:
18
18
19
19
### Run Demo
20
-
1- Download the train and test data from [this link](https://drive.google.com/file/d/1Hrb1F7lzfVPqyzXJq-WQ46zSClk7ks0F/view?usp=sharing)
21
-
2- Open 'UNET_Soaring birds_model_f.ipynb'
22
-
3- Copy the zip folder of the data to the colab files area and run the code training the UNET model with our data
23
-
4- Run 'evaluate_performance_f.ipynb' for performance evalution with the best epoch from the previous code
20
+
1- Download the train and test data from [this link](https://drive.google.com/file/d/1Hrb1F7lzfVPqyzXJq-WQ46zSClk7ks0F/view?usp=sharing)<br/>
21
+
2- Open 'UNET_Soaring birds_model_f.ipynb'<br/>
22
+
3- Copy the zip folder of the data to the colab files area and run the code<br/>
23
+
4- Run 'evaluate_performance_f.ipynb' for performance evalution with the best epoch from the previous code<br/>
24
24
25
25
26
26
For prediciting your data with our trainned model,follow the bellow steps:
27
27
28
-
1- Create from your h5 radar files PPI images with 'creating_ppi.R' (in the 'prepare_data' folder). The model uses 2 previous images of each image we want to predict so you have to have consecutive images.
29
-
2- Download our best epoch from [this link](https://drive.google.com/file/d/1hnWelWk0rSyUfAXgGJMQa_PCyip97_sc/view?usp=sharing)
30
-
3- Run 'evaluate_performance_f.ipynb'
28
+
1- Create from your h5 radar files PPI images with 'creating_ppi.R' (in the 'prepare_data' folder). The model uses 2 previous images for each image we want to detect flocks in, so you have to have consecutive images.<br/>
29
+
2- Download our best epoch from [this link](https://drive.google.com/file/d/1hnWelWk0rSyUfAXgGJMQa_PCyip97_sc/view?usp=sharing)<br/>
30
+
3- Run 'evaluate_performance_f.ipynb'<br/>
31
31
32
32
33
33
In case you want to add more data for the training follow the bellow steps:
34
34
35
-
1- Create PPI images with 'creating_ppi.R' in the 'prepare_data' folder.
36
-
2- You need to tag the images. We used labal- studio https://labelstud.io/
37
-
3- In case you did used label-studio, the program creates a few images if you tag the same image a few times (for adding/ correcting previous tag) and in addition, the mask name do not get the name of the origin image. The code prepare_img_mask.py in the 'prepare_data' folder concatanate masks of the same image and in addition, conact the image and mask names by their file names.
35
+
1- Create PPI images with 'creating_ppi.R' in the 'prepare_data' folder.<br/>
36
+
2- You need to tag the images. We used labal- studio https://labelstud.io/<br/>
37
+
3- In case you did used label-studio, the program creates a few images if you tag the same image a few times (for adding/ correcting previous tag) and in addition, the mask name do not get the name of the origin image. The code prepare_img_mask.py in the 'prepare_data' folder concatanate masks of the same image and in addition, conact the image and mask names by their file names.<br/>
0 commit comments