LeeJunHyun / Image_Segmentation

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

Order of the files #20

Closed fatihc07 closed 5 years ago

fatihc07 commented 5 years ago

hi, What is the order of files that we need to run?

LeeJunHyun commented 5 years ago

Hi, @efc07 . I'm sorry but can you tell me what is exactly meaning of order? just input output order?

fatihc07 commented 5 years ago

I mean there are some python files.What should their working order? Which one I should run firstly?

leejunhyun notifications@github.com, 19 Nis 2019 Cum, 10:48 tarihinde şunu yazdı:

Hi, @efc07 https://github.com/efc07 . I'm sorry but can you tell me what is exactly meaning of order? just input output order?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeeJunHyun/Image_Segmentation/issues/20#issuecomment-484795668, or mute the thread https://github.com/notifications/unsubscribe-auth/AHRR3XX5T6ROJVODUX75653PRF2OJANCNFSM4HHBEKKA .

LeeJunHyun commented 5 years ago

If you already have prepared dataset, then just run python main.py. else, run python dataset.py and then, python main.py.

LeeJunHyun commented 5 years ago

If you don't have further issues, I will close the issue. I hope my answer was helpful :)