Skip to content

Commit c16a81e

Browse files
authored
Update Readme.md - solved issue #3 Documentation Mismatch in Assisted Segmentation README
1 parent ad12a54 commit c16a81e

File tree

1 file changed

+4
-4
lines changed
  • gui_applications/assisted_segmentation

1 file changed

+4
-4
lines changed

gui_applications/assisted_segmentation/Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This is a prototype GUI to show the performance of the Assisted Segmentation alg
66

77
## Running the Application
88

9-
1. **Prepare the Data**: The application expects a CSV file named `data/A5Y7FI_data.csv` with columns `AccX_LSB`, `AccY_LSB`, and `AccZ_LSB`. Ensure this file is present and correctly formatted. Please modify the code in `demo_gui.py` to load other types of files.
9+
1. **Prepare the Data**: The application expects a CSV file named `data/A5Y7FI_data.csv` with columns `AccX_LSB`, `AccY_LSB`, and `AccZ_LSB`. Ensure this file is present and correctly formatted. Please modify the code in `stdatalog_data_segmentation_GUI.py` to load other types of files.
1010

11-
2. **Launch the Application**: Navigate to the directory containing `demo_gui.py` and run the following command in your terminal:
11+
2. **Launch the Application**: Navigate to the directory containing `stdatalog_data_segmentation_GUI.py` and run the following command in your terminal:
1212

13-
`python demo_gui.py`
13+
`python stdatalog_data_segmentation_GUI.py`
1414

1515

1616
## Using the Application
@@ -32,4 +32,4 @@ To exit the application, simply close the main window or terminate the process i
3232
## Notes
3333

3434
- The application is a demonstration of interactive data segmentation and analysis. It is not optimized for large datasets or production use.
35-
- For further customization or to use with different datasets, modifications to `demo_gui.py` and associated modules may be required.
35+
- For further customization or to use with different datasets, modifications to `stdatalog_data_segmentation_GUI.py` and associated modules may be required.

0 commit comments

Comments
 (0)