LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.68k stars 595 forks source link

Execution files order #32

Closed AmericaBG closed 1 year ago

AmericaBG commented 5 years ago

Hi! First of all thank you very much for sharing your code! I'd like to try it but I'm a little confused with the order in which I have to run the different files.

Could you help me?

Thank you very much!

LeeJunHyun commented 5 years ago

Hi, @SouthAmericaB . Thank you for your interest about my code. If you already have your own data split, then just run main.py. Else, run dataset.py to split your dataset.