ncoudray / DeepPATH

Classification of Lung cancer slide images using deep-learning
489 stars 212 forks source link

Step 0.2 File Clarification #41

Closed stevedough123 closed 5 years ago

stevedough123 commented 5 years ago

Hi, I'm trying to run step 0.2 and sort my tiles. However, there was one step I am confused about.

"--SortingOption. In the current directory, create one sub-folder per class, and fill each sub-folder with train, test and valid_ test files. Images will be sorted into classes depending on the sorting option."

What does this mean? What is my current directory, and what are the train, test, and valid_ files? Sorry if this is a bad question; I am fairly new to this type of programming.

steermomo commented 5 years ago

Your current directory is the directory path where you run the command

stevedough123 commented 5 years ago

@steermomo Okay, what about the train, test, and valid_ files?

steermomo commented 5 years ago

stevedough123 commented 5 years ago

@steermomo got it, thank you! Also, just a general question, I'm running the script through Windows terminal. Is there another way to run the script, because the terminal is very inconvenient?

steermomo commented 5 years ago

@stevedough123 I'm running the code on an ubuntu server via ssh.