Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update README.md. #414

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ On Jupyter Notebook / Google Colab:

+ There are five built-in data sets corresponding to five kinds of model pattern.

+ The generated output directory `geopi_output` and `geopi_tracking` will be on the directory where you run this command.
+ The generated output directory `geopi_output` and `geopi_tracking` will be on desktop by default.


### Case 2: Run with your own data set on desktop for model training and model inference
Expand All @@ -209,7 +209,7 @@ On Jupyter Notebook / Google Colab:

**Note**:

+ You need to create a directory `geopi_input` on desktop and put the date sets in it.
+ You need to create a directory `geopi_input` on desktop and put the datesets in it. If there is no `geopi_input` on desktop, our software will create one for you with all built-in datasets provided.

+ The generated output directory `geopi_output` and `geopi_tracking` will be on desktop by default.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/Home/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ On Jupyter Notebook / Google Colab:

+ There are five built-in data sets corresponding to five kinds of model pattern.

+ The generated output directory `geopi_output` and `geopi_tracking` will be on the directory where you run this command.
+ The generated output directory `geopi_output` and `geopi_tracking` will be on desktop by default.


### Case 2: Run with your own data set on desktop for model training and model inference
Expand All @@ -211,7 +211,7 @@ On Jupyter Notebook / Google Colab:

**Note**:

+ You need to create a directory `geopi_input` on desktop and put the date sets in it.
+ You need to create a directory `geopi_input` on desktop and put the datesets in it. If there is no `geopi_input` on desktop, our software will create one for you with all built-in datasets provided.

+ The generated output directory `geopi_output` and `geopi_tracking` will be on desktop by default.

Expand Down
Loading