Skip to content

Commit 16c2d3a

Browse files
committed
Rename SWC-EPM to SWC-plusmaze
1 parent 094b436 commit 16c2d3a

11 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@
139139
# Use this for scripts that depend on data/resources not available in CI
140140
# or on the developer's machine (e.g. files on a specific mount point).
141141
# To re-enable an example, remove its pattern from this list.
142-
"ignore_pattern": r"EPM_to_benchmark",
142+
"ignore_pattern": r"SWC-plusmaze_to_benchmark",
143143
}

docs/source/project_structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `Test` split follows the same structure as `Train`, but label files (`framel
5050
### Project
5151

5252
* Each project *must* have exactly one project-level folder within a given split.
53-
* The project folder name *should* be descriptive and without spaces (e.g. `SWC-EPM`, `IBL-headfixed`, `AIND-openfield`).
53+
* The project folder name *should* be descriptive and without spaces (e.g. `SWC-plusmaze`, `IBL-headfixed`, `AIND-openfield`).
5454

5555
### Session
5656

@@ -200,7 +200,7 @@ Below is a concrete example project structure (only the `Train` split is shown):
200200

201201
```
202202
Train/
203-
└── SWC-EPM/
203+
└── SWC-plusmaze/
204204
└── sub-M708149_ses-20200317/
205205
├── Frames/
206206
│ ├── sub-M708149_ses-20200317_cam-topdown_frame-01000.png
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
)
4747

4848
target_base_dir = Path("/mnt/Data/pose_benchmarks")
49-
target_dataset_dir = target_base_dir / "SWC-EPM"
49+
target_dataset_dir = target_base_dir / "SWC-plusmaze"
5050
target_dataset_dir.mkdir(parents=True, exist_ok=True)
5151

5252
# %%

tests/data/Train/SWC-EPM/sub-M708149_ses-20200317/Clips/sub-M708149_ses-20200317_cam-topdown_start-01000_dur-5.mp4 renamed to tests/data/Train/SWC-plusmaze/sub-M708149_ses-20200317/Clips/sub-M708149_ses-20200317_cam-topdown_start-01000_dur-5.mp4

File renamed without changes.

tests/data/Train/SWC-EPM/sub-M708149_ses-20200317/Clips/sub-M708149_ses-20200317_cam-topdown_start-01000_dur-5_cliplabels.json renamed to tests/data/Train/SWC-plusmaze/sub-M708149_ses-20200317/Clips/sub-M708149_ses-20200317_cam-topdown_start-01000_dur-5_cliplabels.json

File renamed without changes.

tests/data/Train/SWC-EPM/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01000.png renamed to tests/data/Train/SWC-plusmaze/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01000.png

File renamed without changes.

tests/data/Train/SWC-EPM/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01001.png renamed to tests/data/Train/SWC-plusmaze/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01001.png

File renamed without changes.

tests/data/Train/SWC-EPM/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01002.png renamed to tests/data/Train/SWC-plusmaze/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01002.png

File renamed without changes.

tests/data/Train/SWC-EPM/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01003.png renamed to tests/data/Train/SWC-plusmaze/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01003.png

File renamed without changes.

tests/data/Train/SWC-EPM/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01004.png renamed to tests/data/Train/SWC-plusmaze/sub-M708149_ses-20200317/Frames/sub-M708149_ses-20200317_cam-topdown_frame-01004.png

File renamed without changes.

0 commit comments

Comments
 (0)